aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-07 15:17:54 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-07 15:17:54 +0000
commit42d8daee194ecaebfd075d71681c5e71f32a556a (patch)
treee05bdfc0e56375fc96950103c4e2d12a53a73695 /epan/dissectors/packet-x509if.c
parent35e5fa9bc1bcb6a21b7192bab5e6105ab7003132 (diff)
#include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27391
Diffstat (limited to 'epan/dissectors/packet-x509if.c')
-rw-r--r--epan/dissectors/packet-x509if.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-x509if.c b/epan/dissectors/packet-x509if.c
index 632222a2f0..71a3dae2e3 100644
--- a/epan/dissectors/packet-x509if.c
+++ b/epan/dissectors/packet-x509if.c
@@ -47,7 +47,6 @@
#include "packet-dap.h"
#include "packet-x509if.h"
#include "packet-x509sat.h"
-#include <epan/emem.h>
#include <epan/strutil.h>
#define PNAME "X.509 Information Framework"
@@ -218,7 +217,7 @@ static int hf_x509if_AllowedSubset_oneLevel = -1;
static int hf_x509if_AllowedSubset_wholeSubtree = -1;
/*--- End of included file: packet-x509if-hf.c ---*/
-#line 54 "packet-x509if-template.c"
+#line 53 "packet-x509if-template.c"
/* Initialize the subtree pointers */
@@ -299,7 +298,7 @@ static gint ett_x509if_SEQUENCE_SIZE_1_MAX_OF_AttributeType = -1;
static gint ett_x509if_SET_SIZE_1_MAX_OF_DirectoryString = -1;
/*--- End of included file: packet-x509if-ett.c ---*/
-#line 57 "packet-x509if-template.c"
+#line 56 "packet-x509if-template.c"
static const char *object_identifier_id;
static proto_tree *top_of_dn = NULL;
@@ -2084,7 +2083,7 @@ static void dissect_HierarchyBelow_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*--- End of included file: packet-x509if-fn.c ---*/
-#line 80 "packet-x509if-template.c"
+#line 79 "packet-x509if-template.c"
const char * x509if_get_last_dn(void)
{
@@ -2750,7 +2749,7 @@ void proto_register_x509if(void) {
"", HFILL }},
/*--- End of included file: packet-x509if-hfarr.c ---*/
-#line 125 "packet-x509if-template.c"
+#line 124 "packet-x509if-template.c"
};
/* List of subtrees */
@@ -2833,7 +2832,7 @@ void proto_register_x509if(void) {
&ett_x509if_SET_SIZE_1_MAX_OF_DirectoryString,
/*--- End of included file: packet-x509if-ettarr.c ---*/
-#line 130 "packet-x509if-template.c"
+#line 129 "packet-x509if-template.c"
};
/* Register protocol */
@@ -2889,6 +2888,6 @@ void proto_reg_handoff_x509if(void) {
/*--- End of included file: packet-x509if-dis-tab.c ---*/
-#line 149 "packet-x509if-template.c"
+#line 148 "packet-x509if-template.c"
}