Declare ipproto_val_ext as extern, in the hopes that will keep it from

being exported by epan/dissectors/packet-ip.c (imported, yes; exported,
no).

svn path=/trunk/; revision=32915
This commit is contained in:
Guy Harris 2010-05-23 02:27:08 +00:00
parent 2b90c98a1a
commit 2e191a7a6b
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@
#define IP_PROTO_NCS_HEARTBEAT 224 /* Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */
extern const value_string ipproto_val[];
value_string_ext ipproto_val_ext;
extern value_string_ext ipproto_val_ext;
extern const char *ipprotostr(const int proto);
#endif /* ipproto.h */