diff options
Diffstat (limited to 'packet-clnp.h')
-rw-r--r-- | packet-clnp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-clnp.h b/packet-clnp.h index 2aee4c4569..f468828611 100644 --- a/packet-clnp.h +++ b/packet-clnp.h @@ -1,7 +1,7 @@ /* packet-clnp.h * Defines and such for CLNP (and COTP) protocol decode. * - * $Id: packet-clnp.h,v 1.3 2000/07/01 08:55:27 guy Exp $ + * $Id: packet-clnp.h,v 1.4 2000/11/18 10:38:24 guy Exp $ * Ralf Schneider <Ralf.Schneider@t-online.de> * * Ethereal - Network traffic analyzer @@ -34,6 +34,6 @@ */ extern -void dissect_ositp(const u_char *, int, frame_data *, proto_tree *); +void dissect_ositp(tvbuff_t *, packet_info *, proto_tree *); #endif /* _PACKET_CLNP_H */ |