summaryrefslogtreecommitdiff
path: root/print-fddi.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* FDDI: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-021-3/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-2/+2
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-4/+4
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-18/+18
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-4/+4
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-14/+17
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-1/+7
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-2/+2
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+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
* Fix -e output for FDDI, Token Ring, and IP-over-Fibre Channel.Guy Harris2015-04-181-10/+4
* Skip the LLC and SNAP headers with -x.Guy Harris2015-04-171-8/+12
* Clean up printing of LLC packets.Guy Harris2015-04-171-10/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-2/+2
* NDOize LLC decoderDenis Ovsienko2014-03-151-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko2014-03-141-46/+44
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+48
* make more array declarations static/constDenis Ovsienko2013-12-191-1/+1
* 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-29/+5
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-5/+4
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-11/+6
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-6/+6
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-3/+1
* Only do "-x" printing in the top-level interface print routine; don't doguy2002-05-291-6/+11
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-18/+26
* Linux does not bit-swap FDDI MAC addresses.fenner2001-11-141-2/+2
* const-ify print-fddi and print-token, inspired byfenner2001-09-181-5/+5
* Add SIGINFO handler from LBLfenner2001-07-041-1/+5
* Fix some comments to reflect current reality.guy2000-12-231-5/+5
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-3/+4
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+3
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-3/+1
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1