diff options
Diffstat (limited to 'epan/dissectors/packet-gsm_ipa.c')
-rw-r--r-- | epan/dissectors/packet-gsm_ipa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_ipa.c b/epan/dissectors/packet-gsm_ipa.c index a810b443c0..3344012b3e 100644 --- a/epan/dissectors/packet-gsm_ipa.c +++ b/epan/dissectors/packet-gsm_ipa.c @@ -114,6 +114,7 @@ static dissector_table_t osmo_dissector_table; #define IPAC_PROTO_EXT_ORC 0x04 #define IPAC_PROTO_EXT_GSUP 0x05 #define IPAC_PROTO_EXT_OAP 0x06 +#define IPAC_PROTO_EXT_RSPRO 0x07 static const value_string ipa_protocol_vals[] = { { 0x00, "RSL" }, @@ -160,6 +161,7 @@ static const value_string ipa_osmo_proto_vals[] = { { 0x04, "ORC" }, { 0x05, "GSUP" }, { 0x06, "OAP" }, + { 0x07, "RSPRO" }, { 0, NULL } }; |