aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
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