diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-17 06:29:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-17 06:29:14 +0000 |
commit | c5aaac7823896a3dba279c92b6ae9eb5cd503a9e (patch) | |
tree | 1d18b9aa9f7d6529c782365c49361fa45d60d974 /epan | |
parent | d01ff0c85783b03fd0d9f52dbb384c71ae6a459e (diff) | |
download | wireshark-c5aaac7823896a3dba279c92b6ae9eb5cd503a9e.tar.gz wireshark-c5aaac7823896a3dba279c92b6ae9eb5cd503a9e.tar.bz2 wireshark-c5aaac7823896a3dba279c92b6ae9eb5cd503a9e.zip |
Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new
"ipproto.h" header file.
svn path=/trunk/; revision=3313
Diffstat (limited to 'epan')
-rw-r--r-- | epan/packet.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/packet.h b/epan/packet.h index c69c2e0e3d..d19fafca23 100644 --- a/epan/packet.h +++ b/epan/packet.h @@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.30 2001/04/01 07:32:35 hagbard Exp $ + * $Id: packet.h,v 1.31 2001/04/17 06:29:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -243,7 +243,4 @@ void ethertype(guint16 etype, tvbuff_t *tvb, int offset_after_ethertype, int etype_id, int trailer_id); extern const value_string etype_vals[]; -/* ipproto.c */ -extern const char *ipprotostr(int proto); - #endif /* packet.h */ |