aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 11:35:26 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 11:35:26 +0000
commit1eb1584d06f00787255cb50043bcc5f84c3b6142 (patch)
tree638f9ce56469670151fdc27cb0f321ae7db65a35 /epan/packet_info.h
parenta23539263da9969fda6ec321da6c0363b52bc5e5 (diff)
From Eric Wedel: backend things for "Decode As" of DCE-RPC interfaces
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11894 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index aa9e445b45..3a1828fef4 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -122,6 +122,10 @@ typedef struct _packet_info {
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 */
+ guint16 dcectxid; /* Context ID (DCERPC-specific) */
+ int dcetransporttype; /* Transport type, tag for private_data (DCERPC-specific)
+ * Value -1 means "not a DCERPC packet"
+ */
void *private_data; /* pointer to data passed from one dissector to another */
} packet_info;