aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2020-03-12 14:32:26 +0100
committerAnders Broman <a.broman58@gmail.com>2020-03-12 15:25:12 +0000
commit16adaf33b494d26ea7a643cf701c2080120a851a (patch)
tree6a10f4adae5b29ff0331876eb06c9d8eaeb0d0eb /epan/dissectors/packet-diameter_3gpp.h
parent29614e007e497fb394a7b827ab2e0436789c541c (diff)
GTPv2: Dissect Core Network Restrictions and UE Radio Capability ID.
Change-Id: I91714384688a554cbca82a0ae887e18f6304e0c1 Reviewed-on: https://code.wireshark.org/review/36379 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-diameter_3gpp.h')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.h b/epan/dissectors/packet-diameter_3gpp.h
index 73db2ef08b..07b1be2a0d 100644
--- a/epan/dissectors/packet-diameter_3gpp.h
+++ b/epan/dissectors/packet-diameter_3gpp.h
@@ -69,6 +69,8 @@ static const value_string diameter_3gpp_termination_cause_vals[] = {
{ 0, NULL }
};
+int dissect_diameter_3gpp_core_network_restrictions(tvbuff_t* tvb, packet_info* pinfo _U_, proto_tree* tree, void* data);
+
/*
* Editor modelines
*