summaryrefslogtreecommitdiff
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-02-12 03:16:09 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-02-12 03:16:09 +0000
commit0a85a9e4c6016b0cd68b590990a927f4bb4d4fce (patch)
treeaf744fcb03e5f1df24631059a5792b6679c28b54 /epan/column_info.h
parente3c70390151a5a9e98e70b400c3d7493ea4b807b (diff)
downloadwireshark-0a85a9e4c6016b0cd68b590990a927f4bb4d4fce.tar.gz
Introduce a new column type called custom, which lets you put any display
filter name in the description field and it will display that field in the packet list if it occurs in that packet. Note that the more common fields are implemented, but a number of them remain to be implemented in epan/proto.c. I will work on these other fields as I have time. svn path=/trunk/; revision=24308
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index a355797b99..e71c874529 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -115,6 +115,7 @@ enum {
COL_BSSGP_TLLI, /* GPRS BSSGP IE TLLI */
COL_EXPERT, /* Expert Info */
COL_FREQ_CHAN, /* IEEE 802.11 (and WiMax?) - Channel */
+ COL_CUSTOM, /* Custom column (any filter name's contents) */
NUM_COL_FMTS /* Should always be last */
};