xDLC frames other than I and UI frames may have a payload, e.g. TEST
[obnox/wireshark/wip.git] / packet-eth.c
2000-01-24 guyWhen computing the total frame length of an 802.3 frame...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
1999-11-30 gramAdd IPX to packet stats during capture.
1999-11-20 gramThe code for Ethernet II was using proto_tree_add_item_...
1999-11-19 gramBe sure to use offset everywhere. The correct values...
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-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-15 gramHandle short packets in the capture and dissect stages...
1999-08-24 guyIn the summary display for Ethernet frames, make the...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
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-02-09 guyWhen doing a capture, decode enough of the incoming...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-25 gerald* Ethernet manufacturer support (Laurent)
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision