summaryrefslogtreecommitdiff
path: root/netdissect.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for dissecting RFC 2332 NHRP.Guy Harris2023-04-111-0/+1
* Do not substitute strdup().Denis Ovsienko2023-02-191-4/+0
* Include <time.h> from netdissect.h.Denis Ovsienko2023-02-151-0/+1
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-0/+3
* Remove init_crc10_table() and the entourage.Denis Ovsienko2023-01-141-1/+0
* CHDLC: Modernize packet parsingFrancois-Xavier Le Bail2022-08-101-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-2/+2
* Fix building on AIX/POWER with XL C.Denis Ovsienko2022-06-151-0/+1
* Add some const qualifiersFrancois-Xavier Le Bail2022-04-021-5/+3
* Fail if nd_push_buffer() or nd_push_snaplen() fails.Guy Harris2022-04-011-3/+4
* Have routines that set the snapend take a buffer pointer and length as args.Guy Harris2022-03-311-19/+4
* Make sure we don't set the snapend before the beginning of the packet.Guy Harris2022-03-291-1/+16
* Move nd_trunc_longjmp() to netdissect.h with the other nd_ functions.Guy Harris2022-03-281-0/+14
* Support more Realtek protocols than RRCP.Guy Harris2022-01-231-1/+1
* Update tok2strbuf() to a static functionFrancois-Xavier Le Bail2022-01-181-3/+0
* Add --print-sampling option to print every Nth packetNathan O'Sullivan2022-01-171-0/+1
* WHOIS: Add its own printer source file and printer functionFrancois-Xavier Le Bail2022-01-141-0/+1
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-14/+26
* Keep the link-layer dissectors names sortedFrancois-Xavier Le Bail2021-12-151-3/+3
* Initial support to parse QUIC packets.Rui Paulo2021-11-091-0/+3
* VRRP: Add support for IPv6Quentin Armitage2021-11-021-1/+1
* netdissect.h requires funcattrs.hDenis Ovsienko2021-07-291-0/+1
* netdissect.h: Keep the printers declarations names sortedFrancois-Xavier Le Bail2021-05-221-13/+11
* Zephyr: Update 'length' type to unsignedFrancois-Xavier Le Bail2021-05-221-1/+1
* Spell "indent" where it belongs.Denis Ovsienko2021-03-281-2/+2
* VTP: Fix a warningFrancois-Xavier Le Bail2021-02-281-1/+1
* Fix a typo in ND_LCHECK_ZU definitionFrancois-Xavier Le Bail2021-01-171-1/+1
* Add ND_LCHECKMSG_U, ND_LCHECK_U, ND_LCHECKMSG_ZU and ND_LCHECK_ZU macrosFrancois-Xavier Le Bail2021-01-161-0/+22
* Remove the no more used nd_print() functionFrancois-Xavier Le Bail2021-01-091-1/+0
* Add a nd_printjn() functionFrancois-Xavier Le Bail2021-01-081-0/+1
* Squelch some signed vs. unsigned warnings.Guy Harris2021-01-011-1/+1
* Remove the no more used nd_printzp() functionFrancois-Xavier Le Bail2020-12-101-1/+0
* CDP: Modernize packet parsing style.Denis Ovsienko2020-12-081-1/+1
* Add a nd_printjnp() functionFrancois-Xavier Le Bail2020-11-011-0/+1
* Use __func__ from C99 in the debug macro ND_DEBUGFrancois-Xavier Le Bail2020-10-311-1/+1
* Wrap some common code up as uint2tokary().Denis Ovsienko2020-09-301-0/+9
* Rename nd_trunc() to nd_trunc_longjmp().Denis Ovsienko2020-09-271-1/+1
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-0/+4
* OpenFlow: Modernize packet parsing style.Denis Ovsienko2020-09-241-1/+1
* Loopback/CTP: Fixup loopback_print() declaration. [skip ci]Denis Ovsienko2020-09-191-1/+1
* AHCP: Modernize packet parsing style.Denis Ovsienko2020-09-191-1/+1
* Use a switch to manage the setjmp() return valuesFrancois-Xavier Le Bail2020-09-181-1/+4
* Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko2020-08-241-6/+2
* Rx: Make UDP ports 16-bit to compile (GH #868).Denis Ovsienko2020-08-131-1/+1
* Apply the last step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail2020-08-061-15/+4
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-2/+2
* PFLOG: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-1/+1
* AppleTalk: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-1/+1
* CHDLC: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-1/+1
* PPP: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-08-061-3/+3