aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-12 02:48:23 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-12 02:48:23 +0000
commitafd8425d2a3d98caf2926bb42a2653ae923ea4e7 (patch)
tree21b608c53087cf310dd670197f7e44229e8a352b /packet-frame.c
parentfb1ba8f339805a4a111f9a84117f79098db0be2e (diff)
Added TimeReference frames.
One can now select a packet and mark it as a TimeReference packet using the menu. A TimeReference packet will be indicated by having all timestamp related column entries replaced by the string *REF* A TimeReference packet will always be displayed in the packet pane, and overrides any display filters. When a frame is a TimeReference frame, all later frames will calculate the TimeRelativeToFirstPacket relative to the timestamp of the TimeReference frame instead of the first frame of the capture. You can have any number of TimeReference frames you like. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8459 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-frame.c')
-rw-r--r--packet-frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-frame.c b/packet-frame.c
index 1e434fa780..e947f452d8 100644
--- a/packet-frame.c
+++ b/packet-frame.c
@@ -2,7 +2,7 @@
*
* Top-most dissector. Decides dissector based on Wiretap Encapsulation Type.
*
- * $Id: packet-frame.c,v 1.36 2003/03/03 23:29:57 guy Exp $
+ * $Id: packet-frame.c,v 1.37 2003/09/12 02:48:20 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -245,7 +245,7 @@ proto_register_frame(void)
{ &hf_frame_time_relative,
{ "Time relative to first packet", "frame.time_relative", FT_RELATIVE_TIME, BASE_NONE, NULL,
0x0,
- "", HFILL }},
+ "Time relative to the previous *REF* frame, if any, or the first packet of the capture", HFILL }},
{ &hf_frame_number,
{ "Frame Number", "frame.number", FT_UINT32, BASE_DEC, NULL, 0x0,