Update Kari Tiirikainen's e-mail address.
[obnox/wireshark/wip.git] / packet-fddi.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data to using call_dissector()
2001-11-20 guyMake the capture routines take an additional argument...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-07-03 guyDissect the bitfields in the frame control field, and...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-01-21 guyStart removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave the TR MAC and LLC dissectors register themselves...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-29 gramWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyMove the table of bit-swapped byte values to "epan...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-28 guyIn the FDDI and LLC dissectors, extract fields as we...
2000-05-19 guyMake "packet-clip.c", "packet-raw.c", "packet-ppp.c...
2000-05-16 gramHave tvbuff's keep track of cap_len and pkt_len ('lengt...
2000-05-11 gramConvert LLC dissector to use tvbuffs.
2000-05-11 gramI had moved the COL_INFO string to far forward, before...
2000-05-11 gramAdd tvbuff class.
2000-03-20 gramAdd fields tr.addr, fddi.addr, and isl.addr that act...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-16 denielFix bit-swapped src address field name assignment.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-10 guyHave "fddifc_to_str()" return "Unknown frame type"...
1999-09-10 gramChanged default return value of fddifc_to_str from...
1999-08-24 guyMore completely decode the frame control field of an...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-23 gramAlwasy compile in swaptab[] so that we can swap address...
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-08 gramDocumented the proto_register_field_array() function...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-02 gramAdd the right byte count to fddi's initial add_item_to_...
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 guyWe have to include <sys/types.h>, if we have it, to...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-13 guyOn most systems, bit-swap the bytes of an FDDI MAC...
1998-10-13 guyRemove the length-on-wire and length-captured values...
1998-10-13 guyFix to use #define values as subscripts of "win_info[]".
1998-10-10 gerald* Fixes for bugs introduced in last night's commit.
1998-10-10 gerald* OSPF alignment fixes (Gerald)