aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-5/+5
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-6/+6
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris1-2/+2
2003-10-23Add a "show_exception()" routine that takes an exception code as anGuy Harris1-7/+20
2003-09-22Add filterable field for REF TIME frames so it is easy to search for themRonnie Sahlberg1-1/+10
2003-09-12Attempt to prettify frame.time_relativeRonnie Sahlberg1-5/+5
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-2/+2
2003-03-03Handle packet direction information for SDLC Sniffer captures.Guy Harris1-1/+2
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris1-5/+6
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-2/+2
2002-12-20Add support for Wellfleet HDLC. It now can see inside the packets and handlesRichard Sharpe1-1/+2
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-2/+6
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-1/+8
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-08-26From Ulf Lamping:Guy Harris1-2/+2
2002-08-06Put in a comment noting that forcibly setting "pinfo->fd->lnk_t" meansGuy Harris1-1/+11
2002-07-12From Anand V. Narwani:Guy Harris1-1/+10
2002-05-04From Didier Gautheron: put "frame.marked" into the "Frame" subtree, notGuy Harris1-2/+3
2002-05-03From Didier Gautheron: add a "frame.marked" hidden field, set if theGuy Harris1-1/+7
2002-04-13"pinfo->pseudo_header" might be null, even for link-layer types such asGuy Harris1-11/+18
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-02-18Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris1-25/+30
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-17Mark un-reassembled TCP segments as (possibly) being un-reassembled, byGuy Harris1-3/+3
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-7/+32
2002-01-08If a ReportedBoundsError exception occurs, report it as a "malformedGuy Harris1-6/+6
2001-12-24Cisco HDLC and frame relay direction reporting, from Tom Nisbet.Gerald Combs1-1/+7
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+10
2001-12-08Clean up indentation.Guy Harris1-15/+16
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-06WTAP_ENCAP_ values are #defined in decimal; display them in decimal.Guy Harris1-2/+2
2001-11-26Added a proto_reg_handoff_frame() function and switched fromEd Warnicke1-2/+9
2001-11-01Add an option to show the File Offset of a frame. Not useful forGilbert Ramirez1-1/+23
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-11/+11
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-8/+8
2001-04-01Added a register_dissector() call in packet-frame.c so that frame is nowEd Warnicke1-1/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+13
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris1-1/+5
2000-12-15Add the relative time to the frame tree, at the request of Manfred Young.Gerald Combs1-1/+13
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-70/+13
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-2/+5
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-0/+233