aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-24More completely decode the frame control field of an FDDI frame.guy1-6/+93
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningguy1-22/+10
1999-08-23Alwasy compile in swaptab[] so that we can swap addresses, even if wegram1-3/+1
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-13/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-7/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-9/+17
1999-07-08Documented the proto_register_field_array() function, and convertedgram1-39/+13
1999-07-07Created a new protocol tree implementation and a new display filtergram1-14/+82
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-15/+11
1999-03-02Add the right byte count to fddi's initial add_item_to_tree so that the entiregram1-3/+3
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-2/+44
1998-11-17* Added column formatting functionality.gerald1-6/+13
1998-11-12We have to include <sys/types.h>, if we have it, to declare "u_char", asguy1-1/+5
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-13On most systems, bit-swap the bytes of an FDDI MAC address. (List ofguy1-8/+67
1998-10-13Remove the length-on-wire and length-captured values from the FDDIguy1-4/+3
1998-10-13Fix to use #define values as subscripts of "win_info[]".guy1-5/+5
1998-10-10* Fixes for bugs introduced in last night's commit.gerald1-8/+18
1998-10-10* OSPF alignment fixes (Gerald)gerald1-0/+136