summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-frame.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-01-29 22:43:49 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-01-29 22:43:49 +0000
commit3b71d3fccbd8d79add477c2d6db3afc295cc355e (patch)
tree90fd6035b2cc5b727242290056c5479f0c4faf07 /epan/dissectors/packet-frame.h
parent497c59bc2f9106e6f7bbc8c8d61f2e0e8542325c (diff)
downloadwireshark-3b71d3fccbd8d79add477c2d6db3afc295cc355e.tar.gz
Group time related fields.
Drop packet length in favor of frame length. Clean up code / indentations / header fields. Improve docsis preference description. svn path=/trunk/; revision=27329
Diffstat (limited to 'epan/dissectors/packet-frame.h')
-rw-r--r--epan/dissectors/packet-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.h b/epan/dissectors/packet-frame.h
index cc81fc5831..01f5b9b4c4 100644
--- a/epan/dissectors/packet-frame.h
+++ b/epan/dissectors/packet-frame.h
@@ -61,5 +61,5 @@ extern dissector_table_t wtap_encap_dissector_table;
WS_VAR_IMPORT int proto_frame;
WS_VAR_IMPORT int hf_frame_arrival_time;
WS_VAR_IMPORT int hf_frame_number;
-WS_VAR_IMPORT int hf_frame_packet_len;
+WS_VAR_IMPORT int hf_frame_len;
WS_VAR_IMPORT int hf_frame_capture_len;