summaryrefslogtreecommitdiff
path: root/asn1/m3ap/packet-m3ap-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/m3ap/packet-m3ap-template.c')
-rw-r--r--asn1/m3ap/packet-m3ap-template.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/asn1/m3ap/packet-m3ap-template.c b/asn1/m3ap/packet-m3ap-template.c
index 66f40345b2..db89c66f09 100644
--- a/asn1/m3ap/packet-m3ap-template.c
+++ b/asn1/m3ap/packet-m3ap-template.c
@@ -39,6 +39,8 @@
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-e212.h"
+#include "packet-gtpv2.h"
+#include "packet-ntp.h"
#define PNAME "M3 Application Protocol"
#define PSNAME "M3AP"
@@ -53,6 +55,9 @@ static dissector_handle_t m3ap_handle=NULL;
/* Initialize the protocol and registered fields */
static int proto_m3ap = -1;
+static int hf_m3ap_Absolute_Time_ofMBMS_Data_value = -1;
+static int hf_m3ap_IPAddress = -1;
+
#include "packet-m3ap-hf.c"
/* Initialize the subtree pointers */
@@ -137,6 +142,16 @@ void proto_register_m3ap(void) {
/* List of fields */
static hf_register_info hf[] = {
+ { &hf_m3ap_Absolute_Time_ofMBMS_Data_value,
+ { "Absolute-Time-ofMBMS-Data-value", "m3ap.Absolute_Time_ofMBMS_Data_value",
+ FT_STRING, BASE_NONE, NULL, 0,
+ NULL, HFILL }
+ },
+ { &hf_m3ap_IPAddress,
+ { "IPAddress", "m3ap.IPAddress",
+ FT_IPv6, BASE_NONE, NULL, 0,
+ NULL, HFILL }
+ },
#include "packet-m3ap-hfarr.c"
};