Include <epan/dissectors/packet-tcp.h> to declare tcp_dissect_pdus().
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Jun 2006 07:18:25 +0000 (07:18 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 16 Jun 2006 07:18:25 +0000 (07:18 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18483 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/ldap/packet-ldap-template.c
epan/dissectors/packet-ldap.c

index 8cdfbfb2250163592122e5d842896db54cfc85cd..892c4a96d6bd8a0f50b80171665633104b12b3f3 100644 (file)
@@ -84,6 +84,7 @@
 #include <epan/emem.h>
 #include <epan/oid_resolv.h>
 #include <epan/strutil.h>
+#include <epan/dissectors/packet-tcp.h>
 
 #include "packet-frame.h"
 #include "packet-ldap.h"
index 8304e86b175b223e13be3044ce699990890054f2..1201dfaeebdb771bec21fada6d7822f678a3754d 100644 (file)
@@ -92,6 +92,7 @@
 #include <epan/emem.h>
 #include <epan/oid_resolv.h>
 #include <epan/strutil.h>
+#include <epan/dissectors/packet-tcp.h>
 
 #include "packet-frame.h"
 #include "packet-ldap.h"
@@ -240,7 +241,7 @@ static int hf_ldap_responseName = -1;             /* ResponseName */
 static int hf_ldap_response = -1;                 /* OCTET_STRING */
 
 /*--- End of included file: packet-ldap-hf.c ---*/
-#line 134 "packet-ldap-template.c"
+#line 135 "packet-ldap-template.c"
 
 /* Initialize the subtree pointers */
 static gint ett_ldap = -1;
@@ -291,7 +292,7 @@ static gint ett_ldap_ExtendedRequest = -1;
 static gint ett_ldap_ExtendedResponse = -1;
 
 /*--- End of included file: packet-ldap-ett.c ---*/
-#line 143 "packet-ldap-template.c"
+#line 144 "packet-ldap-template.c"
 
 static dissector_table_t ldap_name_dissector_table=NULL;
 
@@ -2646,7 +2647,7 @@ static void dissect_LDAPMessage_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tre
 
 
 /*--- End of included file: packet-ldap-fn.c ---*/
-#line 464 "packet-ldap-template.c"
+#line 465 "packet-ldap-template.c"
 
 static void
 dissect_ldap_payload(tvbuff_t *tvb, packet_info *pinfo,
@@ -3932,7 +3933,7 @@ void proto_register_ldap(void) {
         "ExtendedResponse/response", HFILL }},
 
 /*--- End of included file: packet-ldap-hfarr.c ---*/
-#line 1357 "packet-ldap-template.c"
+#line 1358 "packet-ldap-template.c"
   };
 
   /* List of subtrees */
@@ -3985,7 +3986,7 @@ void proto_register_ldap(void) {
     &ett_ldap_ExtendedResponse,
 
 /*--- End of included file: packet-ldap-ettarr.c ---*/
-#line 1368 "packet-ldap-template.c"
+#line 1369 "packet-ldap-template.c"
   };
 
     module_t *ldap_module;