summaryrefslogtreecommitdiff
path: root/print-lane.c
Commit message (Expand)AuthorAgeFilesLines
* Use the ndo argument to lane_hdr_print().Guy Harris2010-11-061-1/+1
* reworked print-ether to use netdissectMichael Richardson2010-10-071-2/+2
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-59/+10
* Have print_llc() clear out the extracted_ethertype argument, rather thanguy2005-11-131-2/+1
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-3/+3
* 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-28/+5
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-3/+11
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-6/+7
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-16/+62
* whitespace cleanupitojun2002-06-111-5/+5
* 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-2/+2
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+5
* 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/+2
* (packetp, snapend): remove duplicate static declarationsassar2000-07-101-4/+1
* remove <netinet/tcpip.h>. including this header causes errors withassar2000-01-091-2/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* print of ATM LanEmulation. From Marko Kiiskila <carnil@cs.tut.fi> by way of ...assar1999-11-211-0/+144