aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-11 22:04:18 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-11 22:04:18 +0000
commit0c39c03bf544a6968d896818561fd591fdc659e7 (patch)
tree853ffae2bc0ebc521cbbb8167d96ef24911aea71 /packet-llc.h
parenta74c39f9b1656fc7781e7b7e98f8604ec3e36524 (diff)
Convert LLC dissector to use tvbuffs.
Non-tvbuff dissectors create a tvbuff when calling dissect_llc() Changed name of current_proto to match string in COL_PROTO ("FDDI" instead of "fddi") Changed short text to be: [Short Frame: %s] where %s is current_proto. svn path=/trunk/; revision=1943
Diffstat (limited to 'packet-llc.h')
-rw-r--r--packet-llc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.h b/packet-llc.h
index 721656c898..52e628e2a4 100644
--- a/packet-llc.h
+++ b/packet-llc.h
@@ -1,6 +1,6 @@
/* packet-llc.h
*
- * $Id: packet-llc.h,v 1.1 2000/02/15 21:02:34 gram Exp $
+ * $Id: packet-llc.h,v 1.2 2000/05/11 22:04:17 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,4 @@
*/
void capture_llc(const u_char *, int, packet_counts *);
-void dissect_llc(const u_char *, int, frame_data *, proto_tree *);
+void dissect_llc(tvbuff_t *, packet_info *, proto_tree *);