aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-22 14:43:26 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-22 14:43:26 +0000
commit7e467dcdec10219e01ddc7e0806b9b190bc4d9e8 (patch)
treeef8e3ee04a561f931615c8c5ee3c7692fce4499f /epan
parent825fce336b0badedd1730e9a9bba8f95ca94568d (diff)
Show which bits 'fragment offset' comes from (I had to look it up :( )
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22586 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c
index 9a371ef0c3..c3c04c9be3 100644
--- a/epan/dissectors/packet-ip.c
+++ b/epan/dissectors/packet-ip.c
@@ -2402,7 +2402,7 @@ proto_register_ip(void)
"", HFILL }},
{ &hf_ip_frag_offset,
- { "Fragment offset", "ip.frag_offset", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Fragment offset", "ip.frag_offset", FT_UINT16, BASE_DEC, NULL, 0x1fff,
"", HFILL }},
{ &hf_ip_ttl,