summaryrefslogtreecommitdiff
path: root/print-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+573