summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-12-09 04:06:54 +0000
committerNathan Neulinger <nneul@umr.edu>1999-12-09 04:06:54 +0000
commit0599f44d09c8799264cae5755b8dc338ce8391aa (patch)
treecb60080639681676afd7bf2f3e15a20f80b0ebcc /packet.h
parent90cf5bbf2a88befb99563d3c825b49d6701472c1 (diff)
downloadwireshark-0599f44d09c8799264cae5755b8dc338ce8391aa.tar.gz
added ldap dissector placeholder, just does request/response for now, until I have a chance to figure out ASN.1
svn path=/trunk/; revision=1254
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 2451c56e46..b4a9f4378e 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.158 1999/12/07 06:09:59 guy Exp $
+ * $Id: packet.h,v 1.159 1999/12/09 04:06:54 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -350,6 +350,7 @@ void dissect_ipp(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipv6(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipx(const u_char *, int, frame_data *, proto_tree *);
void dissect_irc(const u_char *, int, frame_data *, proto_tree *);
+void dissect_ldap(const u_char *, int, frame_data *, proto_tree *);
void dissect_llc(const u_char *, int, frame_data *, proto_tree *);
void dissect_lpd(const u_char *, int, frame_data *, proto_tree *);
void dissect_mapi(const u_char *, int, frame_data *, proto_tree *);