Skip to content
Snippets Groups Projects

epan: Register columns fields and make them filterable (dynamic version)

Merged John Thacker requested to merge johnthacker/wireshark:column_filter_dynamic into master
Files
22
+ 2
2
@@ -312,9 +312,9 @@ contain a GUID.
Add a field to the list of fields to display if *-T ek|fields|json|pdml*
is selected. This option can be used multiple times on the command line.
At least one field must be provided if the *-T fields* option is
selected. Column names may be used prefixed with "_ws.col."
selected. Column types may be used prefixed with "_ws.col."
Example: *tshark -e frame.number -e ip.addr -e udp -e _ws.col.Info*
Example: *tshark -e frame.number -e ip.addr -e udp -e _ws.col.info*
Fields are separated by tab characters by default. *-E* controls the
format of the printed fields.
Loading