aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-13 04:50:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-13 04:50:07 +0000
commit951e5e6598cde46403fa8eec649e0ae0f980dd93 (patch)
tree4a1657fd3ebfa2c066707aa3db51e3614a43719e /packet-atalk.h
parent7c019a8e22cf76a9bb26cff9143f804e740e3e87 (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*. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2630 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-atalk.h')
-rw-r--r--packet-atalk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.h b/packet-atalk.h
index deb7b1e805..43d8c8d826 100644
--- a/packet-atalk.h
+++ b/packet-atalk.h
@@ -1,7 +1,7 @@
/* packet-atalk.h
* Definitions for Appletalk packet disassembly (DDP, currently).
*
- * $Id: packet-atalk.h,v 1.4 2000/08/11 13:34:17 deniel Exp $
+ * $Id: packet-atalk.h,v 1.5 2000/11/13 04:49:45 guy Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -48,6 +48,6 @@ struct atalk_ddp_addr {
*/
extern gchar *atalk_addr_to_str(const struct atalk_ddp_addr *addrp);
-void dissect_ddp(const u_char *, int, frame_data *, proto_tree *);
+void dissect_ddp(tvbuff_t *, packet_info *, proto_tree *);
#endif