Hi, There is a bug in packet-isup.c masking out the second caracter in the CIC filter. The msking needed is actually allready made at reading of CIC. Best Regards Anders
--- packet-isup.c 2003-06-24 11:00:37.000000000 +0200
+++ packet-isup_new.c 2003-06-26 10:23:42.000000000 +0200
@@ -4169,7 +4169,7 @@
static hf_register_info hf[] = {
{ &hf_isup_cic,
{ "CIC", "isup.cic",
- FT_UINT16, BASE_HEX, NULL, 0xFF0F,
+ FT_UINT16, BASE_HEX, NULL, 0x0,
"", HFILL }},
{ &hf_isup_message_type,
