aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 14:21:14 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 14:21:14 +0000
commit2cf14900d2dabe1e0a65e4c91c7c7a0a2c286e98 (patch)
tree454a8b2a912bc3183e0707441e8b8bf20cfb7296 /epan/wslua/wslua_pinfo.c
parentcdfeebdd26121aedfd14aca657d02ba2648f06d4 (diff)
Custom column deprecation:
We fill out the COL_RXID column by using 'pinfo->rxid'. This member is only set by the Fibre Channel dissector based on 'fc.rx_id'. So remove COL_RXID and migrate to 'fc.rx_id' custom column. svn path=/trunk/; revision=29793
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 3c4fdcfdaf..7423f76fc9 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -328,7 +328,6 @@ static const struct col_names_t colnames[] = {
{"info",COL_INFO},
{"packet_len",COL_PACKET_LENGTH},
{"cumulative_bytes",COL_CUMULATIVE_BYTES},
- {"rxid",COL_RXID},
{"direction",COL_IF_DIR},
{"src_idx",COL_SRCIDX},
{"dst_idx",COL_DSTIDX},