summaryrefslogtreecommitdiff
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-27 23:18:19 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-27 23:18:19 +0000
commit3ead3a994a6076638c1ced87fbf02834c00ba0a8 (patch)
treed383ab0e34b7d201c66e58e4c7380a89b1a6104b /epan/packet_info.h
parent233c40918468ace3d76cd67a7e7ff585e5916d20 (diff)
downloadwireshark-3ead3a994a6076638c1ced87fbf02834c00ba0a8.tar.gz
Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were used strictly for columns that are considered "deprecated" and I think the third could be put in that category as well.
I assume the column enumerations haven't already been removed because of legacy "indexing issues", but if I'm wrong, we should definitely remove the columns altogether. Could also see renaming columns to DEPRECATED_[X]. svn path=/trunk/; revision=52910
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index db49524856..508361401c 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -150,9 +150,6 @@ typedef struct _packet_info {
* Bit 2 set if SOFf
* Bit 1 set if first frame in sequence
*/
- guint16 src_idx; /**< Source port index (Cisco MDS-specific) */
- guint16 dst_idx; /**< Dest port index (Cisco MDS-specific) */
- guint16 vsan; /**< Fibre channel/Cisco MDS-specific */
/* Extra data for DCERPC handling and tracking of context ids */
guint16 dcectxid; /**< Context ID (DCERPC-specific) */