David Bar

Results 13 issues of David Bar

I'm ipaddress version 5.3.4 on Java 8. My use-case is that I have multiple ranges of IPs, both IPv4 and IPv6 (possibly with various overlaps), and I want to compact...

**Description** Add ability to show execution time of whole test class. **Additional information** Showing test class time has several benefits: 1) Show full execution time, including time spent in @BeforeAll...

feature

**Description** Print class name in the same line as the test name **Additional information** Today the output prints the class name (either full or simple name), then the test output...

feature

Hi I'm seeing many issues without any response and no comments/approvals from maintainers on pull requests. Is this project abandoned? Does anyone know the who official maintainers are? I've tried...

Solves issue #181

There are several people that asked for extending vflow support of sflow that it'll parse extended sample and counter packets (type 3 and 4). Specifically, @KrunalT, @yangyu66 in issue #154,...

A sflow packet with multiple samples, where one of the samples contains non-UDP/TCP/ICMP packet sample causes the whole sflow packet to be dropped. A simple fix for this is to...

The nf9/ipfix protocols have many fields of type 'string'. The code today just takes the string as it appears in the packet and puts it in the JSON output. There...

ipfix/nf9 templates define fields and their length, but not their exact type (string, byte, etc). The type is defined in list maintained by IANA (https://www.iana.org/assignments/ipfix/ipfix.xhtml), and there's rfc51024_model.go and the...