From 898f55b302264b483fcd0278b431c9952a25bd0d Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 19 Dec 2006 22:26:41 +0000 Subject: Correct a problem with media parameter dissection and add inforamtion about a number of packages. svn path=/trunk/; revision=20166 --- epan/dissectors/packet-ip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-ip.h b/epan/dissectors/packet-ip.h index 18a74b796f..256a414d09 100644 --- a/epan/dissectors/packet-ip.h +++ b/epan/dissectors/packet-ip.h @@ -43,6 +43,6 @@ typedef struct _e_ip void capture_ip(const guchar *, int, int, packet_counts *); /* Export the DSCP value-string table for other protocols */ -extern const value_string dscp_vals[]; +WS_VAR_IMPORT const value_string dscp_vals[]; #endif -- cgit v1.2.3