summaryrefslogtreecommitdiff
path: root/print-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* IPX: Remove some unnecessary ND_TCHECK_*()Francois-Xavier Le Bail2022-07-121-12/+5
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-2/+2
* IPX: Add two length checksFrancois-Xavier Le Bail2021-11-291-0/+2
* Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-1/+1
* Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko2020-10-171-2/+2
* IPX: Modernize packet parsing style.Denis Ovsienko2020-10-131-14/+14
* Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko2020-10-041-2/+2
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-8/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-18/+18
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-5/+5
* IPX: Add a length checkFrancois-Xavier Le Bail2019-03-111-0/+5
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-171-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-2/+2
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* IPX: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-02-121-3/+3
* IPX: Use more the nd_uint32_t typeFrancois-Xavier Le Bail2018-01-301-2/+2
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* 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
* IPX: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-2/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-32/+32
* Use nd_ types, clean up signed vs. unsigned.Guy Harris2017-12-301-20/+20
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use a byte pointer in the IPX SAP and RIP printers.Guy Harris2017-12-031-28/+57
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-1/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-15/+15
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-7/+7
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-15/+15
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-1/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-081-2/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-051-2/+2
* Fix a bunch of de-constifications.Guy Harris2015-04-261-5/+5
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-12/+12
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* NDOize SMB decoderDenis Ovsienko2014-04-021-2/+2
* NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko2014-03-151-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-56/+54
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Commit more changes from the previous two.Guy Harris2013-12-301-1/+24
* Print IPX network numbers as 8 hex digits, as we do elsewhere.Guy Harris2010-08-171-2/+2
* Bounds-check the individual components of a SAP reply.guy2005-05-061-2/+3