summaryrefslogtreecommitdiff
path: root/print-sl.c
Commit message (Expand)AuthorAgeFilesLines
* SLIP: Remove 4 ND_TCHECK_SIZE() callsFrancois-Xavier Le Bail2021-01-101-4/+0
* SLIP: Modernize packet parsing style.Denis Ovsienko2020-10-131-33/+11
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-4/+0
* Rename a field of the netdissect_options structureFrancois-Xavier Le Bail2020-07-141-4/+4
* SLIP: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-04-301-9/+13
* SLIP: Remove a now useless testFrancois-Xavier Le Bail2020-04-301-5/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-11/+11
* SLIP: Remove printing the raw hex dump of the compressed headerFrancois-Xavier Le Bail2018-09-251-9/+0
* SLIP: Add some bounds checksFrancois-Xavier Le Bail2018-09-221-10/+24
* Remove some useless testsFrancois-Xavier Le Bail2018-09-141-2/+2
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+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
* Window changes in compressed SLIP are signed.Guy Harris2018-01-141-4/+4
* Clean up signed vs. unsigned.Guy Harris2018-01-111-12/+12
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-21/+21
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-15/+15
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-12-101-1/+1
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-2/+4
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more the EXTRACT_U_1() macro (44/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-021-2/+2
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-3/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-2/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* CVE-2017-11543/Make sure the SLIP direction octet is valid.Guy Harris2017-09-021-2/+23
* CVE-2016-7925/Add more bounds checks.Guy Harris2017-01-181-0/+6
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-8/+8
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Do more length checking. From OpenBSD.Guy Harris2014-12-181-1/+1
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+0
* convert some stray printf()'sDenis Ovsienko2014-04-021-1/+1
* NDOize 7 more small decodersDenis Ovsienko2014-03-211-44/+48
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+13
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+1
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-3/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4