aboutsummaryrefslogtreecommitdiff
path: root/print-ipx.c
AgeCommit message (Expand)Author
2021-11-29IPX: Add two length checksFrancois-Xavier Le Bail
2020-12-10Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-10-17Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko
2020-10-13IPX: Modernize packet parsing style.Denis Ovsienko
2020-10-04Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-03-11IPX: Add a length checkFrancois-Xavier Le Bail
2018-05-17Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-12IPX: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-30IPX: Use more the nd_uint32_t typeFrancois-Xavier Le Bail
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07IPX: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-30Use nd_ types, clean up signed vs. unsigned.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-03Use a byte pointer in the IPX SAP and RIP printers.Guy Harris
2017-12-01Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-20Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-10-08Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-09-05Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-14NDOize the rest of util.cDenis Ovsienko
2014-04-02NDOize SMB decoderDenis Ovsienko
2014-03-15NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-13NDOize 8 more small decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-12-30Commit more changes from the previous two.Guy Harris
2010-08-17Print IPX network numbers as 8 hex digits, as we do elsewhere.Guy Harris
2005-05-06Bounds-check the individual components of a SAP reply.guy
2005-05-06Add an "fn_printzp()" routine for printing null-padded strings (stringsguy
2004-05-26From Steinar Haug <sthaug@nethelp.no>: put declarations inside aguy