From 256225d73f9b4740e9dac67a48ac8de6b9fb8b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 20 Jan 2006 08:48:43 +0000 Subject: Mike Hall: This will add the ability to configure a .1q vlan column in ethereal. Me: Change 1q -> 1Q svn path=/trunk/; revision=17058 --- epan/column-utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/column-utils.c') diff --git a/epan/column-utils.c b/epan/column-utils.c index c6e6b8148b..776fb82de9 100644 --- a/epan/column-utils.c +++ b/epan/column-utils.c @@ -1225,6 +1225,9 @@ col_fill_in(packet_info *pinfo) case COL_DCE_CALL: /* done by dcerpc */ break; + case COL_8021Q_VLAN_ID: + break; + case NUM_COL_FMTS: /* keep compiler happy - shouldn't get here */ g_assert_not_reached(); break; -- cgit v1.2.3