Show which bits 'fragment offset' comes from (I had to look it up :( )

svn path=/trunk/; revision=22586
This commit is contained in:
Martin Mathieson 2007-08-22 14:43:26 +00:00
parent a4f2082eb8
commit 914e885354
1 changed files with 1 additions and 1 deletions

View File

@ -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,