aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-13 04:50:07 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-13 04:50:07 +0000
commit5dd5670f42ae5baed1335994757d27851e49141f (patch)
tree4a1657fd3ebfa2c066707aa3db51e3614a43719e /packet-null.c
parent98c064911a75a223fd60f182e64abca8db9e6655 (diff)
Tvbuffify the AppleTalk dissectors.
Dissect RTMP requests, as well as RTMP data packets. Call it "Routing Table Maintenance Protocol", not just "Routing Table". Print unsigned quantities with "%u", not "%d". Correctly handle extended vs. non-extended networks in RTMP data packets, as per *Inside AppleTalk(R), Second Edition*. svn path=/trunk/; revision=2630
Diffstat (limited to 'packet-null.c')
-rw-r--r--packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-null.c b/packet-null.c
index 05401c9ac3..e9ef7d0b23 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.28 2000/09/14 11:50:58 gram Exp $
+ * $Id: packet-null.c,v 1.29 2000/11/13 04:50:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -291,7 +291,7 @@ dissect_null(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
break;
case BSD_AF_APPLETALK:
- dissect_ddp(next_pd, next_offset, pinfo->fd, tree);
+ dissect_ddp(next_tvb, pinfo, tree);
break;
case BSD_AF_IPX: