aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-30 22:46:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-30 22:46:19 +0000
commit3d831f4bfb85846f36aaf8af6618fc9a1deab516 (patch)
tree6d47c7bc765065a30f6c3c129b25459734b612a4 /epan/column_info.h
parent91c2b5b3c84bd4bcdf98f3a5399d99426967cdae (diff)
add a new DCE/RPC related column, which contains the call_id for connection oriented packets or the sequence number for connectionless (datagram) packets.
This is extremely useful, to keep track of the corresponding request/response packets of a DCE/RPC call (which can be quite a lot packets if fragmentation is used). svn path=/trunk/; revision=14826
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 0d71c945f5..cafc1eb59b 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -97,6 +97,7 @@ enum {
COL_RSSI, /* IEEE 802.11 - received signal strength */
COL_HPUX_SUBSYS, /* HP-UX Nettl Subsystem */
COL_HPUX_DEVID, /* HP-UX Nettl Device ID */
+ COL_DCE_CALL, /* DCE/RPC call id OR datagram sequence number */
NUM_COL_FMTS /* Should always be last */
};