aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-10/+9
1999-10-16Fix bit-swapped src address field name assignment.Laurent Deniel1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-4/+7
1999-09-10Have "fddifc_to_str()" return "Unknown frame type" for a frame type itGuy Harris1-4/+3
1999-09-10Changed default return value of fddifc_to_str from NULL to "". The valueGilbert Ramirez1-2/+2
1999-08-24More completely decode the frame control field of an FDDI frame.Guy Harris1-6/+93
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-22/+10
1999-08-23Alwasy compile in swaptab[] so that we can swap addresses, even if weGilbert Ramirez1-3/+1
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-13/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-9/+17
1999-07-08Documented the proto_register_field_array() function, and convertedGilbert Ramirez1-39/+13
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-14/+82
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-15/+11
1999-03-02Add the right byte count to fddi's initial add_item_to_tree so that the entireGilbert Ramirez1-3/+3
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-2/+44
1998-11-17* Added column formatting functionality.Gerald Combs1-6/+13
1998-11-12We have to include <sys/types.h>, if we have it, to declare "u_char", asGuy Harris1-1/+5
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-13On most systems, bit-swap the bytes of an FDDI MAC address. (List ofGuy Harris1-8/+67
1998-10-13Remove the length-on-wire and length-captured values from the FDDIGuy Harris1-4/+3
1998-10-13Fix to use #define values as subscripts of "win_info[]".Guy Harris1-5/+5
1998-10-10* Fixes for bugs introduced in last night's commit.Gerald Combs1-8/+18
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-0/+136