DirkDuesentrieb / fgsniffer

Convert Fortigates "diagnose sniffer" output to pcap files
GNU General Public License v3.0
35 stars 7 forks source link

pcapng format #2

Open patrickpreuss opened 6 years ago

patrickpreuss commented 6 years ago

would it be possible to use pacpng?

why only one file regardless the amount of interfaces ?

might also be possible to merge with: 5#diagnose debug flow filter addr x.x.x.x 6#diagnose debug flow show console enable 7#diagnose debug flow show function-name enable 8#diagnose debug console timestamp enable 9#diagnose debug flow trace start 999 10#diagnose debug enable

DirkDuesentrieb commented 6 years ago

I try to sort your points:

patrickpreuss commented 6 years ago

Hi Dirk

so if we can have multiple interfaces in the capture file we can match sessions across vdoms and save the nat and other information relating the session inside the capture, might be also a valid to have matching policy attached to the capture.

so it might be possible to have all needed information within "one" source and it might be possible to have those information displayed and analysed within wireshark.

Might be helpful to analyse NAT / SIP problems and a like within wireshark.