summaryrefslogtreecommitdiff
path: root/netdissect.c
Commit message (Expand)AuthorAgeFilesLines
* Add some const qualifiersFrancois-Xavier Le Bail2022-04-021-3/+3
* Fix a typoFrancois-Xavier Le Bail2022-04-021-2/+2
* Have routines that set the snapend take a buffer pointer and length as args.Guy Harris2022-03-311-48/+68
* Make sure we don't set the snapend before the beginning of the packet.Guy Harris2022-03-291-8/+53
* Remove more old-compiler compensation.Guy Harris2019-08-081-2/+2
* Handle the IPv6 Jumbo Payload option.Guy Harris2019-05-021-0/+21
* Treat the length field in an Ethernet header as such.Guy Harris2019-04-221-19/+44
* Fix some warningsFrancois-Xavier Le Bail2019-03-311-0/+1
* Introduce a buffer stack, and use it for ESP decryption.Guy Harris2019-03-301-0/+43
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-2/+2
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Use strlcpy(), rather than snprintf(), to avoid null format string warnings.Guy Harris2016-08-061-2/+3
* add a missing declaration in netdissect.cGisle Vanem2016-08-061-0/+1
* Move more libsmi stuff to netdissect.c.Guy Harris2016-08-041-0/+44
* Add netdissect.c.Guy Harris2016-08-041-0/+100