add a new DCE/RPC related column, which contains the call_id for connection oriented...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Jun 2005 22:46:19 +0000 (22:46 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Jun 2005 22:46:19 +0000 (22:46 +0000)
commit57211a54ec97b1b795414653d30da19a23c987c5
tree6d47c7bc765065a30f6c3c129b25459734b612a4
parent4044419211a00ba4544123ac637fdcbb1cc463bb
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14826 f5534014-38df-0310-8fa8-9805f1628bb7
epan/column-utils.c
epan/column.c
epan/column_info.h
epan/dissectors/packet-dcerpc.c
gtk/packet_list.c