Can anyone help me figure out how to set a Capture Filter (from the Wireshark GUI and also from the command line) that will isolate and record only 802.15.4 messages bound for a specific PAN ID? An example of a Wireshark Display Filter that works fine in the UI for this is 'wpan.dst_pan == 0x3229'. Unfortunately it seems that Display Filters in effect don't apply to the capture log file. So I'd like a Capture Filter that has the same effect on the log file. asked 25 Nov '14, 09:13 JKRoberts |