potiron icon indicating copy to clipboard operation
potiron copied to clipboard

Potiron - Normalize, Index and Visualize Network Capture

Results 6 potiron issues
Sort by recently updated
recently updated
newest added

in the [generate.sh](https://github.com/CIRCL/potiron/blob/master/bin/generate.sh#L10) script, the command `sed -e "s_##LOGO##_${logo}_g"` throws the error ``sed: -e expression #1, char 22: unknown option to `s' ``. i changed it to `sed -e "s%##LOGO##%${logo}%g"`...

Putting annotations in exploded json files takes a lot of space per pcap file. Put an additional (json) file besides the pcap file with the annotation data and relying on...

Add the tcp flags in potiron-json-tshark.py

Add a module enabling backscatter plots.

``` python2 potiron-json-ipsumpdump.py -c -r /mnt/1TSSD/merged.pcap -d /mnt/nas/nfs/ potiron[12371]: [ERROR] get_file_struct.need more than 2 values to unpack potiron[12371]: [ERROR] A processing error happend.Do not know where to store the file...

https://collabdev.googlecode.com/svn-history/r5/trunk/static/js/jquery.timers-1.0.0.js does not work in update_thirdparty.sh