diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-05-25 14:55:22 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-05-25 14:55:22 +0000 |
commit | 1c2ca9c39c7caefb91a6f4790ea8b2e228d61390 (patch) | |
tree | 854e59abfbdcacfe0fb3eca1f234463271f9024e /packet-clip.h | |
parent | 8af330852d2b00e0b65470dacea4eba20c5c1418 (diff) | |
download | wireshark-1c2ca9c39c7caefb91a6f4790ea8b2e228d61390.tar.gz wireshark-1c2ca9c39c7caefb91a6f4790ea8b2e228d61390.tar.bz2 wireshark-1c2ca9c39c7caefb91a6f4790ea8b2e228d61390.zip |
Convert dissect_clip() to use tvbuffs. Very trivial change.
svn path=/trunk/; revision=2003
Diffstat (limited to 'packet-clip.h')
-rw-r--r-- | packet-clip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-clip.h b/packet-clip.h index 7010eacb35..95e0d8e1f9 100644 --- a/packet-clip.h +++ b/packet-clip.h @@ -1,6 +1,6 @@ /* packet-clip.h * - * $Id: packet-clip.h,v 1.1 2000/02/15 21:02:06 gram Exp $ + * $Id: packet-clip.h,v 1.2 2000/05/25 14:55:22 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -23,4 +23,4 @@ */ void capture_clip(const u_char *, packet_counts *); -void dissect_clip(const u_char *, frame_data *, proto_tree *); +void dissect_clip(tvbuff_t *, packet_info *, proto_tree *); |