Skip to content
Snippets Groups Projects
Commit 5e0cba84 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] interesting. The tshark command leaves out the ISB, while

filtering via the WireShark UI does not. tshark does capture all of the
EPBs though, which contain SE telemetry data
parent b6621892
No related branches found
No related tags found
No related merge requests found
...@@ -221,4 +221,4 @@ tshark=/usr/local/bin/tshark ...@@ -221,4 +221,4 @@ tshark=/usr/local/bin/tshark
# using display filter udp.port==4040 # using display filter udp.port==4040
display.filter=udp.port==4040 display.filter=udp.port==4040
tshark.args= -r ${input.file.name}.pcapng -w ${filtered.pcapng} ${display.filter} tshark.args= -r ${input.file.name}.pcapng -w ${filtered.pcapng} -Y ${display.filter}
\ No newline at end of file \ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment