Don't show fragment offset as a bit field, but note number of bits used in long text.

svn path=/trunk/; revision=22727
This commit is contained in:
Martin Mathieson 2007-08-29 15:35:27 +00:00
parent a8357929c4
commit 7f6d5c04a8
1 changed files with 2 additions and 2 deletions

View File

@ -2418,8 +2418,8 @@ proto_register_ip(void)
"", HFILL }},
{ &hf_ip_frag_offset,
{ "Fragment offset", "ip.frag_offset", FT_UINT16, BASE_DEC, NULL, 0x1fff,
"", HFILL }},
{ "Fragment offset", "ip.frag_offset", FT_UINT16, BASE_DEC, NULL, 0x0,
"Fragment offset (13 bits)", HFILL }},
{ &hf_ip_ttl,
{ "Time to live", "ip.ttl", FT_UINT8, BASE_DEC, NULL, 0x0,