New tap extension to tethereal: ProtoColInfo
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Nov 2002 12:11:01 +0000 (12:11 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Nov 2002 12:11:01 +0000 (12:11 +0000)
commitdcc4c2ffb8d3be95750e8ba2d0c543236dab8801
tree82aa786131fc9dc08f9efdc303da8a19d53fbdf1
parenta2d8f07d7ea6fae4281a5877464000cd7fd6fffc
New tap extension to tethereal: ProtoColInfo

Using this command line option you canb now place any arbitrary display-filter fields on the COL_INFO line.

Assume you want NFS dissector in tethereal to put ALL filehandle hashes (nfs.fh.hash) on COL_INFO.
No worries, just add

-z proto,colinfo,nfs.fh.hash,nfs.fh.hash

as a parameter to tethereal.

Never again do you need to hack tethereal and recompile just because you want some extra info on the COL_INFO line.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6560 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.nmake
doc/tethereal.pod.template
tap-protocolinfo.c [new file with mode: 0644]