summaryrefslogtreecommitdiff
path: root/print-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-5/+5
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-8/+8
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* spell "%s" format strings (complements 708a68a)Denis Ovsienko2014-03-311-6/+6
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-134/+139
* NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko2014-03-151-1/+1
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+2
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Fix potential (but not actual) buffer overflow risk.Guy Harris2013-07-311-1/+1
* Fix possible buffer overflow while doing sscanf()Jakub Zawadzki2013-07-301-1/+1
* Add additional length checking, print unsigned lengths with %u.Guy Harris2010-08-161-11/+19
* Print AppleTalk layer-3 network numbers as 16-bit unsigned decimal numbers.Guy Harris2010-08-161-13/+9
* Get rid of no-longer-valid comment.Guy Harris2010-08-161-8/+0
* From Toshihiro Kanda, via FreeBSD: fix printing of address in AARPGuy Harris2009-07-251-1/+1
* add EIGRP support for Appletalk, display cosmetics to better indicate that we...hannes2004-05-011-2/+9
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-16/+12
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-6/+7
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* remove buffer move in LBL_ALIGN case, which does more bad things than good th...itojun2002-10-181-16/+1
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-2/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Check for a too-small NBP length before subtracting the header sizeguy2002-02-051-1/+14
* indentitojun2001-11-151-3/+3
* Eliminate some unused parameters.fenner2001-09-171-4/+4
* Patch from Chris Jepeway <jepeway@blasted-heath.com> to not dereferenceguy2001-07-181-1/+16
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Support for LocalTalk hardware, from Uns Lider <unslider@miranda.org>.guy2001-06-181-1/+16
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-5/+4
* The packets inside IPTalk are just LLAP packets, so call the routine toguy2000-10-301-5/+9
* Patch from Daniel Hagerty <hag@ai.mit.edu>, submitted with NetBSD PRguy2000-10-301-3/+29
* The infinite diversity of UNIX platforms is an eternal source of joy.guy2000-10-101-1/+2
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-6/+1
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-2/+2
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-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
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* avoid u_short, use u_int16_t. add missing ntohs(). OpenBSD PR 1170.itojun2000-04-021-12/+13
* boundary check for sscanf(%s). use %s with length.itojun2000-03-131-3/+3
* s/sprintf/snprintf/.itojun2000-01-171-5/+7
* 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