This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

tshark -T json data insert mongodb ,report" key frame.interface_id must not contain ‘.'"

0
tshark -r test.pcap -V -T json 
json example:
==================================
"tcp": {
          "tcp.srcport": "60818",
          "tcp.dstport": "27017",
          "tcp.port": "60818",
          "tcp.port": "27017",
          "tcp.stream": "18",
          "tcp.len": "0",
    ... ....

=================================== json data inert mongodb report {"message" : "Error: key frame.interface_id must not contain '.'"}

asked 27 Apr ‘17, 23:17

newman01's gravatar image

newman01
6112
accept rate: 0%

edited 28 Apr ‘17, 01:40

Jaap's gravatar image

Jaap ♦
11.7k16101


One Answer:

1

If this is so, it should be reported as a bug in the bug database.

answered 28 Apr '17, 01:41

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

The wiki page on Reporting Bugs might also be of help.

(28 Apr '17, 03:03) grahamb ♦