aboutsummaryrefslogtreecommitdiffstats
path: root/packet-trmac.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-06-20 03:05:37 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-06-20 03:05:37 +0000
commit40067083858537d4afb0c5fcfc9597042f067c1c (patch)
tree4dd844597238ed61a020d66a8a0bd81d9004980f /packet-trmac.h
parent1cca166630e9885cf3fcce3b49e467a782245814 (diff)
tvbuff-ify the TR MAC dissector.
svn path=/trunk/; revision=2081
Diffstat (limited to 'packet-trmac.h')
-rw-r--r--packet-trmac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-trmac.h b/packet-trmac.h
index 9629de0b8f..6822ec455b 100644
--- a/packet-trmac.h
+++ b/packet-trmac.h
@@ -1,6 +1,6 @@
/* packet-trmac.h
*
- * $Id: packet-trmac.h,v 1.1 2000/02/15 21:03:22 gram Exp $
+ * $Id: packet-trmac.h,v 1.2 2000/06/20 03:05:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,4 @@
*/
-void dissect_trmac(const u_char *, int, frame_data *, proto_tree *);
+void dissect_trmac(tvbuff_t *, packet_info *, proto_tree *);