aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-29Add endpoint talkers support for FDDI to ethereal and tetherealRonnie Sahlberg1-14/+31
2003-06-10Add a preference for the FDDI dissector to be able to decodeLaurent Deniel1-26/+42
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-8/+8
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-15/+11
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+8
2001-11-26Moved from using dissect_data to using call_dissector()Ed Warnicke1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+4
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-5/+5
2001-07-03Dissect the bitfields in the frame control field, and put the textGuy Harris1-4/+72
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-5/+5
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris1-4/+1
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+7
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+5
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-2/+23
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-38/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-10/+10
2000-05-28In the FDDI and LLC dissectors, extract fields as we use them, so thatGuy Harris1-27/+37
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris1-1/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-2/+2
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-10/+6
2000-05-11I had moved the COL_INFO string to far forward, before fc wasGilbert Ramirez1-3/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-30/+33
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez1-1/+11
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-5/+6
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