Jordan Ritter

Results 10 comments of Jordan Ritter

Can you please elaborate?

I guess the question is, what is the actual problem you are experiencing? What version of ngrep are you using? What version of the PCAP libraries was it linked against?...

Hi there, Unfortunately, this is by design. The logic has to do with speed/performance: DNS lookups are slow, especially if answers aren't in the cache. If you've ever used ``tcpdump``...

FYI ngrep is an old product, been around almost 20 years now. I don't use it regularly on the Windows platform, but every few years I update it to keep...

So the first error is with the GNU regex bundled inside ngrep, not ngrep itself. What configure flags are you using? Ngrep is usually pretty good at autodetecting a system...

Hot damn, nice! Thanks for the patch! Here's a thought -- `-A` has always been a useful grep parity option, but back in my netops days I'd regularly pass a...

I think changing `-A` only some of the time has the potential to be surprising (ergo not good). So I think I'll stick with a new flag. Appreciate the help...

So `-A` should be the anchoring behavior - show packets following a match. Your `-J` and `-Q` are modifiers of that behavior. So `-J` shouldn't take an option - otherwise...

Well, willing to look at/fix the failures but can't see the test detail failures anymore...