mark the "short segment" message field as generated and add an expert_info to it
[obnox/wireshark/wip.git] / epan / column_info.h
index 0d71c945f5b0e4ae2c060b81e86877976d9ef744..e2ad0870732736edb023c4003664a9267e459c1d 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -42,7 +42,7 @@ typedef struct _column_info {
   int         *col_fence;    /* Stuff in column buffer before this index is immutable */
   gchar      **col_expr;     /* Filter expression */
   gchar      **col_expr_val; /* Value for filter expression */
-  gboolean     writable;     /* Are we stil writing to the columns? */
+  gboolean     writable;     /* Are we still writing to the columns? */
 } column_info;
 
 /*
@@ -97,6 +97,10 @@ enum {
   COL_RSSI,           /* IEEE 802.11 - received signal strength */
   COL_HPUX_SUBSYS,    /* HP-UX Nettl Subsystem */
   COL_HPUX_DEVID,     /* HP-UX Nettl Device ID */
+  COL_DCE_CALL,       /* DCE/RPC connection oriented call id OR datagram sequence number */
+  COL_DCE_CTX,        /* DCE/RPC connection oriented context id */
+  COL_8021Q_VLAN_ID,  /* 802.1Q vlan ID */
+  COL_TEI,            /* q.921 TEI */
   NUM_COL_FMTS        /* Should always be last */
 };