Groups
Groups
Sign in
Groups
Groups
mlug-au
Conversations
About
Send feedback
Help
tshark
4 views
Skip to first unread message
Malcolm Herbert
unread,
Aug 25, 2025, 7:01:25 AM
Aug 25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mlug-au
here I'm running tshark over a bunch of small (5min) .pcap files and using mergecap to concatenate them into something more useful (by the filename)
ls -1 *.pcap |
xargs \
-r \
-n 1000 \
mergecap \
-a \
-w - |
tshark \
-r - \
-Y "<your wireshark filter rules>" \
-T json \
-j "frame http" |
jq '
your write-only jq code here
'
--
Malcolm Herbert
mj...@mjch.net
Reply all
Reply to author
Forward
0 new messages