aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
Commit message (Expand)AuthorAgeFilesLines
* More completely decode the frame control field of an FDDI frame.Guy Harris1999-08-241-6/+93
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-22/+10
* Alwasy compile in swaptab[] so that we can swap addresses, even if weGilbert Ramirez1999-08-231-3/+1
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-13/+1
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-7/+7
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-9/+17
* Documented the proto_register_field_array() function, and convertedGilbert Ramirez1999-07-081-39/+13
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-14/+82
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-15/+11
* Add the right byte count to fddi's initial add_item_to_tree so that the entireGilbert Ramirez1999-03-021-3/+3
* When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1999-02-091-2/+44
* * Added column formatting functionality.Gerald Combs1998-11-171-6/+13
* We have to include <sys/types.h>, if we have it, to declare "u_char", asGuy Harris1998-11-121-1/+5
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* On most systems, bit-swap the bytes of an FDDI MAC address. (List ofGuy Harris1998-10-131-8/+67
* Remove the length-on-wire and length-captured values from the FDDIGuy Harris1998-10-131-4/+3
* Fix to use #define values as subscripts of "win_info[]".Guy Harris1998-10-131-5/+5
* * Fixes for bugs introduced in last night's commit.Gerald Combs1998-10-101-8/+18
* * OSPF alignment fixes (Gerald)Gerald Combs1998-10-101-0/+136