aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-23 09:52:57 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-23 09:52:57 +0000
commit930d96237b55fc844cd36a18376c197d6d1f52e6 (patch)
tree3f1436679b1a8aaf47f54ee79322035084c80990 /epan/wslua
parent0b5dfb8106a0a30e79a6d451ced03727bb6818e7 (diff)
Custom columfication:
* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29515 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/wslua_pinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index c6c08f35c6..4c0496f90b 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -331,7 +331,6 @@ static const struct col_names_t colnames[] = {
{"oxid",COL_OXID},
{"rxid",COL_RXID},
{"direction",COL_IF_DIR},
- {"circuit_id",COL_CIRCUIT_ID},
{"src_idx",COL_SRCIDX},
{"dst_idx",COL_DSTIDX},
{"vsan",COL_VSAN},