aboutsummaryrefslogtreecommitdiff
path: root/netdissect.c
AgeCommit message (Expand)Author
2022-04-02Add some const qualifiersFrancois-Xavier Le Bail
2022-04-02Fix a typoFrancois-Xavier Le Bail
2022-04-01Have routines that set the snapend take a buffer pointer and length as args.Guy Harris
2022-03-29Make sure we don't set the snapend before the beginning of the packet.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-05-02Handle the IPv6 Jumbo Payload option.Guy Harris
2019-04-22Treat the length field in an Ethernet header as such.Guy Harris
2019-03-31Fix some warningsFrancois-Xavier Le Bail
2019-03-30Introduce a buffer stack, and use it for ESP decryption.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2016-08-06Use strlcpy(), rather than snprintf(), to avoid null format string warnings.Guy Harris
2016-08-06add a missing declaration in netdissect.cGisle Vanem
2016-08-04Move more libsmi stuff to netdissect.c.Guy Harris
2016-08-04Add netdissect.c.Guy Harris