aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-10 11:11:37 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-10 11:11:37 +0000
commite3da788a2a6496093add5e8dd0c90bc2c8ceabca (patch)
tree4dabb87228bf82090929395f4facf6894654c1f6 /packet-dcerpc.h
parent594223536aca109a48225b64717c42ece9449abc (diff)
Updated the DCERPC service response time to also offer the menu to
Filter, Find and Colorize selected procedures in the same way as SMB and ONC-RPC already does. svn path=/trunk/; revision=8667
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index 90ec7e04e6..d21888b2a9 100644
--- a/packet-dcerpc.h
+++ b/packet-dcerpc.h
@@ -2,7 +2,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.h,v 1.35 2003/09/26 06:30:13 tpot Exp $
+ * $Id: packet-dcerpc.h,v 1.36 2003/10/10 11:11:37 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -217,6 +217,7 @@ typedef struct _dcerpc_sub_dissector {
/* registration function for subdissectors */
void dcerpc_init_uuid (int proto, int ett, e_uuid_t *uuid, guint16 ver, dcerpc_sub_dissector *procs, int opnum_hf);
char *dcerpc_get_proto_name(e_uuid_t *uuid, guint16 ver);
+int dcerpc_get_proto_hf_opnum(e_uuid_t *uuid, guint16 ver);
dcerpc_sub_dissector *dcerpc_get_proto_sub_dissector(e_uuid_t *uuid, guint16 ver);
/* Create a opnum, name value_string from a subdissector list */