aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 09:52:57 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-23 09:52:57 +0000
commit56369978aed0909496771ea934c9950e6d7b230a (patch)
tree3f1436679b1a8aaf47f54ee79322035084c80990 /epan/wslua/wslua_pinfo.c
parent53586615aa3509ee7e0fedfffabcb9f914e624df (diff)
Custom columfication:
* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call svn path=/trunk/; revision=29515
Diffstat (limited to 'epan/wslua/wslua_pinfo.c')
-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},