aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-01-20 08:48:43 +0000
committerJörg Mayer <jmayer@loplof.de>2006-01-20 08:48:43 +0000
commit256225d73f9b4740e9dac67a48ac8de6b9fb8b9a (patch)
treedf3d721e012cd3ce2b0ce83a21a55ef3329db7c4 /epan/column-utils.c
parent3facb43c073fc330eea6238ac8fbcba6971bee97 (diff)
Mike Hall:
This will add the ability to configure a .1q vlan column in ethereal. Me: Change 1q -> 1Q svn path=/trunk/; revision=17058
Diffstat (limited to 'epan/column-utils.c')
-rw-r--r--epan/column-utils.c3
1 files changed, 3 insertions, 0 deletions
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;