summaryrefslogtreecommitdiff
path: root/print-loopback.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-6/+1
* Loopback/CTP: Modernize packet parsing style.Denis Ovsienko2020-09-181-17/+26
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-3/+3
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-2/+2
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Loopback: Fix the uses of the pointer to the end of current packetFrancois-Xavier Le Bail2018-03-011-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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-12/+12
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-3/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-6/+6
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-3/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-3/+3
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-5/+7
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Rename cstr[] to istr[] like invalid stringFrancois-Xavier Le Bail2015-09-061-3/+3
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-8/+8
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Merge remote-tracking branch 'bpf/master'Denis Ovsienko2014-04-061-1/+1
|\
| * Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* | fix a couple typosDenis Ovsienko2014-04-061-1/+1
|/
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* add a decoder for Loopback/CTPDenis Ovsienko2014-01-091-0/+135