summaryrefslogtreecommitdiff
path: root/print-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-2/+5
* From Steinar Haug <sthaug@nethelp.no>: put declarations inside aguy2004-05-261-5/+5
* display cosmetics to better indicate that we are dissecting IPX frameshannes2004-05-011-1/+4
* display cosmeticshannes2004-04-301-7/+7
* -add baseline support for dissecting EIGRP-IP and EIGRP-IPX messageshannes2004-04-301-2/+2
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>:guy2001-11-251-7/+6
* Add --enable-smb to make it easier to re-enable the SMB printer.fenner2001-10-081-3/+3
* disable smb printing until we have boundary checks in *smb*.c (there's almostitojun2001-10-041-1/+5
* Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket.guy2001-01-151-1/+6
* IPX SAP requests don't have service names in them, they just have aguy2001-01-151-14/+11