summaryrefslogtreecommitdiff
path: root/print-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPX socket 0x85be is for Cisco EIGRP over IPX.guy2001-01-151-1/+4
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* remove non-STDC codeassar2000-07-011-3/+1
* s/sprintf/snprintf/.itojun2000-01-171-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+3
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+215