aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-5/+5
2001-07-03Dissect the bitfields in the frame control field, and put the textguy1-4/+72
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-5/+5
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setguy1-4/+1
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-1/+7
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+5
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-2/+23
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andguy1-38/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-10/+10
2000-05-28In the FDDI and LLC dissectors, extract fields as we use them, so thatguy1-27/+37
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",guy1-1/+2
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'gram1-2/+2
2000-05-11Convert LLC dissector to use tvbuffs.gram1-10/+6
2000-05-11I had moved the COL_INFO string to far forward, before fc wasgram1-3/+4
2000-05-11Add tvbuff class.gram1-30/+33
2000-03-20Add fields tr.addr, fddi.addr, and isl.addr that act like eth.addr, matchinggram1-1/+11
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-5/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-2/+8
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-10/+9
1999-10-16Fix bit-swapped src address field name assignment.deniel1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-4/+7
1999-09-10Have "fddifc_to_str()" return "Unknown frame type" for a frame type itguy1-4/+3
1999-09-10Changed default return value of fddifc_to_str from NULL to "". The valuegram1-2/+2
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