diff options
Diffstat (limited to 'packet-sna.h')
-rw-r--r-- | packet-sna.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-sna.h b/packet-sna.h index 0159fbfeb3..71d3921c2f 100644 --- a/packet-sna.h +++ b/packet-sna.h @@ -1,7 +1,7 @@ /* packet-sna.h * Definitions for SNA dissection. * - * $Id: packet-sna.h,v 1.1 1999/10/22 08:53:41 guy Exp $ + * $Id: packet-sna.h,v 1.2 2000/02/15 21:03:10 gram Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -33,3 +33,5 @@ struct sna_fid_type_4_addr { * Routine to take an SNA FID Type 4 address and generate a string. */ extern gchar *sna_fid_type_4_addr_to_str(const struct sna_fid_type_4_addr *addrp); + +void dissect_sna(const u_char *, int, frame_data *, proto_tree *); |