Not sure, I don't have access to all the different distribution environments in which to create packages. Usually package maintainers pick it up on their own, not sure what each process is (RedHat vs. Debian vs. Ubuntu etc). Is this all happening inside a terminal window? If so, what happens when you resize the window after you've vertically-split-only? Do you have a tmux config (.tmuxrc or something) you can share? Thanks for the advice - I've been responding to tickets telling people this, and...
Also, just to make sure I understand what you meant in your first message -- are you saying that it wrapped wrong on the first packet, then printed the second correctly? If so, maybe there's a race condition with tmux redrawing.. ngrep handles resizing by hooking the SIGWINCH signal, which then leads to ioctl(0, TIOCGWINSZ, ..) to get the screen width and height, all of which is standard and works pretty much everywhere. Still baffled. LMK if the latest version works, appreciate it.
Hrm. I'm not yet able to repro it. Would you mind trying the latest version and seeing if the problem persists?
Fix doc goof
Allow VLAN hack to be disabled at compile
Version bump for release
Version bump for unreleased changes
Fix configure --enable-* logic
Update, simplify, and markdown-ify docs
Always count matches, and emit total upon exit
Update, simplify, and markdown-ify docs
Emit frame # in header when not in single mode
Fallback fix for VLAN & related problems
Fallback fix for VLAN & related problems
Modify exit behavior to match BSD/GNU grep
Always count matches, and emit total upon exit
Modify exit behavior to match BSD/GNU grep
Emit frame # in header when not in single mode
Minor prevarications
WIP: vlan shit is still fucked (per bug tix)
Reduce searchable space when vlan header present
Import Debian autotools patch: use system's if present
Fix pcap datalink bug introducd with VLAN changes
Doc updates for new version
Import Debian patch to compile on kFreeBSD and HURD
Add support for Solaris IPnet
Import Debian manpage patch, and update date to reflect
Update to latest autotools config.*
Update Copyright
Hackfix broken clean targets when using system PCRE
docs: regex speed test no longer relevant
Support for 802.1q when reading from pcap does not work properly
Thanks for the bug report, and sorry for the delay - bugs/issues are managed here now: https://github.com/jpr5/ngrep/issues There's been a lot of changes over the last year regarding VLAN support. If you're still interested, would you mind testing the latest master to see if it addresses your issue? https://github.com/jpr5/ngrep PCAP dump files are always welcome, as well. cheers, --jordan
Strange wrap of output to 13 chars
Can you give me more information about your environment, software versions, and repro steps? Thanks, --jordan
ngrep.c: multiple missing breaks ?
Thanks for the heads up.
Appreciate the suggestion, thanks! FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
You might want to point to pcap-filter(7) for the BPF filter syntax
Pcapng support
Latest ngrep works with latest libpcap. Whatever incompatibilities there were, I think they've been addressed. Closing as a stale bug report. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
DROPPRIVS_USER is broken, drops to nobody instead
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
Not exiting cleanly on SIGTERM.
Configure fails on Mac OS X 10.6
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
"-d any" from the web example works with Linux 2.2+ only
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
bad word order at web example (doesn't work on Solaris)
regexp problem with hex pattern
Stale bug, closing. FYI bug reports are managed here now: https://github.com/jpr5/ngrep/issues
Has nothing to do with political content. Has to do with the pratices behind delivering...
Nuke old CVS Id references
Emit PCAP library version along with ngrep version
Emit the active BPF filter when reading PCAP dumps
Convert all output to AC_MSG_ macros, & minor f...
Call setlocale to make isprint() work based on ...
Re-organize some compile flags and get HAVE_CON...
Invert BPF lexer restart default - don't unless...
Update copyrights
Doc updates for version, github issues location
Adds missing USE_TCPKILL config.h.in entry
Avert warnings: cast malloc retval
Version bump for unreleased changes
Add tcpkill/dsniff (-K), a downstream patch fro...
Automatically include VLAN traffic if present
Fix gcc'en complaints about using non-literals ...
Autoconf updates & sync with long-standing down...
Adds required libnet check to enable tcpkill
Nuke included PCRE 7.4 library, deferring to sy...
Update VS2012 configuration, builds on Win32 again
Documentation updates
Version bump for release
Update autoconf stuff
Version bump for release
Actual confirmed bugfix for VLAN parsing issue.
Thanks for the helpful info! I really appreciate the effort. I had hoped this might...
Thanks for the report. Can you confirm which distribution, version of libpcap and...