summaryrefslogtreecommitdiff
path: root/print-atm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up a bunch of comments - the on-the-wire length field in aguy2004-03-171-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
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-38/+13
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-1/+4
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-20/+2
* Fix another place to go back to calling "llc_print()", to handle theguy2002-12-111-3/+2
* Check for the IP SAP value in the LLC header, and note some of theguy2002-12-101-3/+26
* Put "atm_llc_print()" back - we want to handle the case of the Ethernetguy2002-12-091-9/+49
* get rid of EXTRACT_ lookalikes, eliminated atm_llc_print -> call direct to ll...hannes2002-12-041-50/+13
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-5/+5
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-10/+138
* Note that we should perhaps also, in the heuristic test for a Fore 802.6guy2002-04-071-2/+7
* Just use "llc_print()" to print the LLC part of RFC 1483-encapsulatedguy2002-04-071-68/+49
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-3/+3
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* 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
* remove non-STDC codeassar2000-07-011-3/+1
* 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/+9
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+148