index
:
netsniff-ng.git
coverity_scan
gh-actions
master
A high-performance Linux networking toolkit
Daniel Borkmann, Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-15
ui: Rename ui_table_row_print -> ui_table_row_col_set
Vadim Kochan
3
-25
/
+25
2016-09-15
flowtop: Add horizontal scrolling over flows table
Vadim Kochan
3
-19
/
+46
2016-09-15
flowtop: Render table row via raw ncurses buffer
Vadim Kochan
3
-14
/
+86
2016-09-15
ifpps: Prevent division by zero
Tobias Klauser
1
-15
/
+25
2016-09-15
trafgen: proto: Initialize lower proto header pointer on declaration
Tobias Klauser
1
-6
/
+2
2016-08-17
build: configure: Add option to enable debug symbols
Vadim Kochan
2
-1
/
+11
2016-08-12
trafgen: proto: Split static protocol definition out of struct proto_hdr
Tobias Klauser
6
-78
/
+83
2016-08-12
colorize: Squash colorize macros into colors.h
Vadim Kochan
3
-9
/
+4
2016-08-10
trafgen: proto: Add space between switch statement and opening parenthesis
Tobias Klauser
2
-3
/
+3
2016-08-10
build: Disable all optimization options for debug builds
Tobias Klauser
1
-8
/
+10
2016-08-09
trafgen: proto: Make bytes pointer const in proto field set functions
Tobias Klauser
3
-6
/
+9
2016-08-09
trafgen: parser: Check read access to file before invoking cpp
Tobias Klauser
1
-2
/
+8
2016-08-09
trafgen: proto: Store registered protocols in an array
Tobias Klauser
2
-13
/
+9
2016-08-09
trafgen: proto: Don't store context in each proto header
Tobias Klauser
2
-17
/
+7
2016-08-05
trafgen: proto: Use field id as array index
Vadim Kochan
2
-8
/
+7
2016-08-05
build: configure: Allow to compile tools without libnl
Tobias Klauser
2
-3
/
+35
2016-08-05
netsniff-ng: Allow to compile without libnl
Vadim Kochan
5
-14
/
+29
2016-08-05
trafgen: Allow to compile without libnl
Vadim Kochan
3
-7
/
+29
2016-08-04
build: configure: Use command line options to disable optional libraries
Tobias Klauser
3
-10
/
+50
2016-08-02
trafgen: proto: Move proto headers into packet
Vadim Kochan
3
-24
/
+28
2016-08-02
trafgen: proto: Reference to packet from struct proto_hdr
Vadim Kochan
4
-6
/
+23
2016-08-02
dissectors: ethernet: Don't resolve OUI for locally administered addresses
Tobias Klauser
1
-0
/
+7
2016-07-29
netsniff-ng: Account skipped packets as 'seen' and 'dropped'
Paolo Abeni
1
-2
/
+14
2016-07-27
trafgen: Move applying of dynamic elements to own function
Vadim Kochan
1
-14
/
+11
2016-07-21
netsniff-ng: Increment pkts_seen after packet type check
Paolo Abeni
1
-2
/
+2
2016-07-21
AUTHORS: Add Paolo Abeni for his contribution
Tobias Klauser
1
-0
/
+1
2016-07-21
netsniff-ng: Skip duplicated packets on loopback device
Paolo Abeni
1
-10
/
+22
2016-07-18
trafgen: udp: Do not use user-provided 'len' field to calculate csum
Vadim Kochan
1
-2
/
+0
2016-07-18
trafgen: ipv4: Do not use user-provided 'ihl' field to calculate csum
Vadim Kochan
3
-4
/
+5
2016-07-16
trafgen: ipv4: Set default proto as ipv6-in-ipv4 for ipv6()
Vadim Kochan
1
-0
/
+3
2016-07-13
trafgen: proto: Add ICMPv4 header generation
Vadim Kochan
7
-1
/
+142
2016-07-11
trafgen: parser: Replace 'mtype' by 'type'
Vadim Kochan
3
-7
/
+6
2016-07-11
trafgen: parser: Split [e]type to separate keywords
Vadim Kochan
2
-2
/
+4
2016-06-22
AUTHORS: Add Hisao Tanabe for his contribution
Tobias Klauser
1
-0
/
+1
2016-06-22
man: netsniff-ng: Fix usage example description
Hisao Tanabe
1
-1
/
+1
2016-06-22
netsniff-ng: pcap_io: Print unsupported magic number
Vadim Kochan
1
-1
/
+1
2016-04-30
man: mausezahn: Fix man warnings
Tobias Klauser
1
-3
/
+3
2016-04-29
doc: Document Travis CI Coverity integration
Tobias Klauser
1
-2
/
+7
2016-04-29
build: travis: Move coverity_scan to existing addons configuration
Tobias Klauser
1
-12
/
+10
2016-04-29
build: travis: Set up Coverity scan
Tobias Klauser
1
-0
/
+14
2016-04-27
ring: Mark potentially unused parameters as such
Tobias Klauser
1
-2
/
+4
2016-04-27
ring: Remove unused parameter sock from setup_ring_layout_generic()
Tobias Klauser
4
-4
/
+4
2016-04-27
flowtop: Mark parameter in callback function as unused
Tobias Klauser
1
-1
/
+1
2016-04-26
ifpps: Mark arg parameter of on_panic_handler() as unused
Tobias Klauser
1
-1
/
+1
2016-04-26
flowtop: Use fl argument instead of hard coded global flow_list
Tobias Klauser
1
-1
/
+1
2016-04-26
flowtop: Remove unused parameters from draw_help() and draw_footer()
Tobias Klauser
1
-4
/
+4
2016-04-26
flowtop: Remove unused parameters from draw_flow_entry()
Vadim Kochan
1
-2
/
+2
2016-04-26
cpp: Use mkstemps() to create unique temporary file
Tobias Klauser
1
-4
/
+9
2016-04-26
trafgen: Use mkostemp_or_die() to create unique temporary file
Tobias Klauser
1
-8
/
+2
2016-04-26
ioops: Add mkostemp_or_die() wrapper for mkostemp(3)
Tobias Klauser
2
-0
/
+11
[prev]
[next]