aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-15/+11
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+8
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-261-2/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-4/+4
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-5/+5
* Dissect the bitfields in the frame control field, and put the textGuy Harris2001-07-031-4/+72
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-5/+5
* Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris2001-01-211-4/+1
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+7
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+5
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-2/+23
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris2000-11-151-38/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-10/+10
* In the FDDI and LLC dissectors, extract fields as we use them, so thatGuy Harris2000-05-281-27/+37
* Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris2000-05-191-1/+2
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-2/+2
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-10/+6
* I had moved the COL_INFO string to far forward, before fc wasGilbert Ramirez2000-05-111-3/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-30/+33
* Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchingGilbert Ramirez2000-03-201-1/+11
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-5/+6
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-10/+9
* Fix bit-swapped src address field name assignment.Laurent Deniel1999-10-161-2/+2
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+7
* Have "fddifc_to_str()" return "Unknown frame type" for a frame type itGuy Harris1999-09-101-4/+3
* Changed default return value of fddifc_to_str from NULL to "". The valueGilbert Ramirez1999-09-101-2/+2
* 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