aboutsummaryrefslogtreecommitdiffstats
path: root/packet-raw.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 21:47:38 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 21:47:38 +0000
commitcd1952d2ecdb3604545458074f7575b64f93e5ee (patch)
tree454ecd0ada3d85ba12f7dfe525a717c54219a890 /packet-raw.h
parent14d71d89864c847654382f55f2063e4d3e70d524 (diff)
Convert dissect_raw() to use tvbuff's.
svn path=/trunk/; revision=1987
Diffstat (limited to 'packet-raw.h')
-rw-r--r--packet-raw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-raw.h b/packet-raw.h
index 559c032c67..12c7835577 100644
--- a/packet-raw.h
+++ b/packet-raw.h
@@ -1,6 +1,6 @@
/* packet-raw.h
*
- * $Id: packet-raw.h,v 1.1 2000/02/15 21:02:58 gram Exp $
+ * $Id: packet-raw.h,v 1.2 2000/05/19 21:47:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,4 @@
*/
void capture_raw(const u_char *, packet_counts *);
-void dissect_raw(const u_char *, frame_data *, proto_tree *);
+void dissect_raw(tvbuff_t *, packet_info *, proto_tree *);