aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-09 12:10:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-09 12:10:06 +0000
commit9625720a39eddda6ef4c34725fe8017160cf05d9 (patch)
treea141840ab1b12c4c9008d2effab31ea17a58c265 /packet-rpc.h
parenta0c1d24f5f00bd8348014da08ecf7fb342fe76d5 (diff)
Added parsing of PORTMAP GETPORT functions.
When we see PRTOMAP GETPORT calls for UDP, make sure all further UDP packets to or from this port goes to the ONC-RPC dissector regardless of the port on the other side. We need this because if there is ONC-RPC traffic going between the ONC-RPC Program port to a port which has a normal ethereal dissector, ethereal would dissect the traffic as the protocol associated with the other port instead. svn path=/trunk/; revision=5430
Diffstat (limited to 'packet-rpc.h')
-rw-r--r--packet-rpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rpc.h b/packet-rpc.h
index 143d73d337..23f5adfb81 100644
--- a/packet-rpc.h
+++ b/packet-rpc.h
@@ -1,6 +1,6 @@
/* packet-rpc.h
*
- * $Id: packet-rpc.h,v 1.35 2002/04/03 13:24:13 girlich Exp $
+ * $Id: packet-rpc.h,v 1.36 2002/05/09 12:10:05 sahlberg Exp $
*
* (c) 1999 Uwe Girlich
*
@@ -93,6 +93,7 @@ typedef struct _rpc_call_info_value {
struct _rpc_proc_info_value* proc_info;
gboolean request; /* Is this a request or not ?*/
nstime_t req_time;
+ void *private_data;
} rpc_call_info_value;