aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-06 06:56:19 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-06 06:56:19 +0000
commit967e079bfb3bccc578d3a85f15dcfe62a42f4399 (patch)
tree56fda7236a78618204c4a6760a0fd63891088111 /packet-portmap.c
parentd9ee8bec536d8eac9177deef04f4d90d96d2e390 (diff)
Add support for dissecting V3 CALLIT and V4 BCAST/INDIRECT calls.
svn path=/trunk/; revision=2995
Diffstat (limited to 'packet-portmap.c')
-rw-r--r--packet-portmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-portmap.c b/packet-portmap.c
index 372da8688f..f48311b219 100644
--- a/packet-portmap.c
+++ b/packet-portmap.c
@@ -1,7 +1,7 @@
/* packet-portmap.c
* Routines for portmap dissection
*
- * $Id: packet-portmap.c,v 1.25 2001/02/06 06:46:10 guy Exp $
+ * $Id: packet-portmap.c,v 1.26 2001/02/06 06:56:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -394,7 +394,7 @@ static const vsff portmap3_proc[] = {
{ RPCBPROC_DUMP, "DUMP",
NULL, dissect_rpcb3_dump_reply },
{ RPCBPROC_CALLIT, "CALLIT",
- NULL, NULL },
+ dissect_callit_call, NULL },
{ RPCBPROC_GETTIME, "GETTIME",
NULL, NULL },
{ RPCBPROC_UADDR2TADDR, "UADDR2TADDR",
@@ -419,7 +419,7 @@ static const vsff portmap4_proc[] = {
{ RPCBPROC_DUMP, "DUMP",
NULL, dissect_rpcb3_dump_reply },
{ RPCBPROC_BCAST, "BCAST",
- NULL, NULL },
+ dissect_callit_call, NULL },
{ RPCBPROC_GETTIME, "GETTIME",
NULL, NULL },
{ RPCBPROC_UADDR2TADDR, "UADDR2TADDR",
@@ -429,7 +429,7 @@ static const vsff portmap4_proc[] = {
{ RPCBPROC_GETVERSADDR, "GETVERSADDR",
NULL, NULL },
{ RPCBPROC_INDIRECT, "INDIRECT",
- NULL, NULL },
+ dissect_callit_call, NULL },
{ RPCBPROC_GETADDRLIST, "GETADDRLIST",
NULL, NULL },
{ RPCBPROC_GETSTAT, "GETSTAT",