aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.c
Commit message (Expand)AuthorAgeFilesLines
* From Ulf Lamping:Guy Harris2002-08-261-2/+2
* Put in a comment noting that forcibly setting "pinfo->fd->lnk_t" meansGuy Harris2002-08-061-1/+11
* From Anand V. Narwani:Guy Harris2002-07-121-1/+10
* From Didier Gautheron: put "frame.marked" into the "Frame" subtree, notGuy Harris2002-05-041-2/+3
* From Didier Gautheron: add a "frame.marked" hidden field, set if theGuy Harris2002-05-031-1/+7
* "pinfo->pseudo_header" might be null, even for link-layer types such asGuy Harris2002-04-131-11/+18
* More static-ization.Gilbert Ramirez2002-04-081-2/+2
* Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris2002-02-181-25/+30
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Mark un-reassembled TCP segments as (possibly) being un-reassembled, byGuy Harris2002-01-171-3/+3
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-7/+32
* If a ReportedBoundsError exception occurs, report it as a "malformedGuy Harris2002-01-081-6/+6
* Cisco HDLC and frame relay direction reporting, from Tom Nisbet.Gerald Combs2001-12-241-1/+7
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+10
* Clean up indentation.Guy Harris2001-12-081-15/+16
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* WTAP_ENCAP_ values are #defined in decimal; display them in decimal.Guy Harris2001-12-061-2/+2
* Added a proto_reg_handoff_frame() function and switched fromEd Warnicke2001-11-261-2/+9
* Add an option to show the File Offset of a frame. Not useful forGilbert Ramirez2001-11-011-1/+23
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-11/+11
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-8/+8
* Added a register_dissector() call in packet-frame.c so that frame is nowEd Warnicke2001-04-011-1/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-4/+13
* If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris2000-12-291-1/+5
* Add the relative time to the frame tree, at the request of Manfred Young.Gerald Combs2000-12-151-1/+13
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-70/+13
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-2/+5
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-0/+233