HD Moore
af157807cd
Fix a cosmetic typo (csv vs json)
2013-09-02 05:41:03 -05:00
HD Moore
1bf3f2a8d5
Arguments in error message were swapped, fix
2013-08-17 20:59:42 -05:00
HD Moore
d57091dcbf
Fix strdup/malloc/free ordering to always free the right pointer.
...
This commit ensures that udp_send_msg is freed before being reallocated
and freed before the process exits. This also changes the last fprintf
to a log_warn() call, which should be more inline with the intent.
2013-08-17 20:52:43 -05:00
HD Moore
c455d99298
Clean up snprintf and buffer size (less sloppy).
2013-08-17 15:16:35 -05:00
HD Moore
60011ca520
Clarify order of operations for compare
2013-08-17 15:10:50 -05:00
HD Moore
7455793d2d
Fix the data offset for icmp_echoscan
2013-08-17 15:08:32 -05:00
HD Moore
dc75ca2edd
Merge branch 'master' into feature/add-json-output
...
Conflicts:
INSTALL
2013-08-17 14:49:17 -05:00
HD Moore
c6f21fdeca
Small typo fix to a comment
2013-08-17 14:46:55 -05:00
HD Moore
36564d8bb5
Add module names and gw mac address to output
2013-08-17 14:44:29 -05:00
HD Moore
15036cfe83
Proper cleanup and typo fixes
2013-08-17 14:11:58 -05:00
HD Moore
ed47f926f5
Free memory on close
2013-08-17 14:06:34 -05:00
HD Moore
9d31ee1a62
Add json_file output format (uses json-c)
2013-08-17 14:02:23 -05:00
HD Moore
2e6261720f
This is the last commit needed to build with REDIS
2013-08-17 10:38:57 -05:00
HD Moore
8aac1ccc52
Make oom check consistent, check and correct overlong payload size
2013-08-17 10:20:17 -05:00
HD Moore
cfdbe3bbc2
Make the error messages consistent
2013-08-16 22:16:29 -05:00
HD Moore
75de805f41
Add README
2013-08-16 22:15:43 -05:00
HD Moore
4fef9f0be8
Bump the snaplen size to full frames
2013-08-16 16:10:37 -05:00
HD Moore
228c66e9c3
Add some default udp probe files
2013-08-16 15:53:33 -05:00
HD Moore
a290942a95
Add support for file:path, text:string, and hex:01020304 for udp probes
2013-08-16 15:50:55 -05:00