From 84bc28bd6abc416b3ef2762157d957ee58bb8791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 30 Jan 2011 21:01:07 +0000 Subject: Introduce "Fragment count" filter element for all protocols doing reassembly. svn path=/trunk/; revision=35705 --- epan/dissectors/packet-isup.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'epan/dissectors/packet-isup.c') diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c index 0c8d7d0220..d1ba71d87f 100644 --- a/epan/dissectors/packet-isup.c +++ b/epan/dissectors/packet-isup.c @@ -1817,6 +1817,7 @@ static int hf_isup_apm_msg_fragment_overlap_conflicts = -1; static int hf_isup_apm_msg_fragment_multiple_tails = -1; static int hf_isup_apm_msg_fragment_too_long_fragment = -1; static int hf_isup_apm_msg_fragment_error = -1; +static int hf_isup_apm_msg_fragment_count = -1; static int hf_isup_apm_msg_reassembled_in = -1; static int hf_isup_apm_msg_reassembled_length = -1; @@ -1855,6 +1856,7 @@ static const fragment_items isup_apm_msg_frag_items = { &hf_isup_apm_msg_fragment_multiple_tails, &hf_isup_apm_msg_fragment_too_long_fragment, &hf_isup_apm_msg_fragment_error, + &hf_isup_apm_msg_fragment_count, /* Reassembled in field */ &hf_isup_apm_msg_reassembled_in, /* Reassembled length field */ @@ -8558,6 +8560,10 @@ proto_register_isup(void) {"Message defragmentation error", "isup_apm.msg.fragment.error", FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + {&hf_isup_apm_msg_fragment_count, + {"Message fragment count", "isup_apm.msg.fragment.count", + FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL } + }, {&hf_isup_apm_msg_reassembled_in, {"Reassembled in", "isup_apm.msg.reassembled.in", FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL } -- cgit v1.2.3