2020-09-19 07:25 | Fix timestamp print due to nonstandard bpf_timeval | Stuart Henderson | 1 | +4 | -2 |
2020-09-19 07:18 | reorder getopt switch cases | Stephen Gregoratto | 1 | +3 | -3 |
2020-09-17 01:40 | Make process match the form of pcap_handler | Stephen Gregoratto | 2 | +24 | -24 |
2020-09-17 01:24 | Make packet buffer timeout a ppc constant | Stephen Gregoratto | 2 | +3 | -2 |
2020-09-17 01:21 | Make frame/match counters size_t | Stephen Gregoratto | 1 | +7 | -6 |
2020-09-17 01:20 | replace stop i32 with length check conditional | Stephen Gregoratto | 1 | +2 | -3 |
2020-09-16 10:53 | Make dump_(unwrapped|byline) one function | Stephen Gregoratto | 2 | +31 | -40 |
2020-09-16 06:27 | Rework highlighting code | Stephen Gregoratto | 3 | +54 | -57 |
2020-09-16 06:26 | seperate arpa header | Stephen Gregoratto | 1 | +1 | -0 |
2020-09-16 04:56 | replace all unsigned char types to uint8_t | Stephen Gregoratto | 2 | +45 | -52 |
2020-09-16 04:37 | process: bool fragmented flag | Stephen Gregoratto | 2 | +10 | -12 |
2020-09-16 04:15 | clean up case statements and add fallthroughs | Stephen Gregoratto | 1 | +1 | -2 |
2020-09-16 04:08 | simplify packet offset math | Stephen Gregoratto | 1 | +21 | -20 |
2020-09-15 09:43 | add objects/tags to gitignore | Stephen Gregoratto | 1 | +3 | -0 |
2020-09-15 08:32 | remove lingering function decl from header | Stephen Gregoratto | 1 | +0 | -2 |
2020-09-15 08:30 | begin the boolification, mwahahah! | Stephen Gregoratto | 2 | +79 | -79 |
2020-09-15 07:50 | drop ethertypes.h for if_ether.h, seperate headers | Stephen Gregoratto | 1 | +2 | -1 |
2020-09-15 07:48 | replace custom rtaphdr_t with base radiotap_header | Stephen Gregoratto | 2 | +5 | -8 |
2020-09-15 07:20 | tweak manpage wording on highlights/packet display | Stephen Gregoratto | 1 | +2 | -5 |
2020-09-15 07:16 | typo fix | Stephen Gregoratto | 1 | +1 | -1 |
2020-07-01 00:36 | bin_match_func: Replace rolling memcmp with memmem | Stephen Gregoratto | 1 | +9 | -10 |
2020-06-25 07:02 | Reformat sources again with clang-format | Stephen Gregoratto | 2 | +215 | -202 |
2020-06-24 11:42 | Re-enable data highlighting for regexes | Stephen Gregoratto | 2 | +11 | -21 |
2020-06-24 10:59 | Properly check pcap return vals, drop pcap_lookupdev | Stephen Gregoratto | 1 | +28 | -13 |
2020-06-24 10:29 | Fix printing the "0x" prefix when using regexes | Stephen Gregoratto | 1 | +3 | -3 |
2020-06-24 10:22 | Drop netident_t and set ident char in dump_packet | Stephen Gregoratto | 2 | +6 | -17 |
2020-06-24 10:14 | Remove a couple casts and fix formatting | Stephen Gregoratto | 1 | +63 | -45 |
2020-06-24 06:58 | Silence prototype warnings | Stephen Gregoratto | 2 | +24 | -15 |
2020-06-24 06:11 | Rewrite Makefile in BSD form | Stephen Gregoratto | 1 | +12 | -18 |
2020-06-24 05:30 | Tweak manpage, re-enable higlighting mode option | Stephen Gregoratto | 2 | +13 | -4 |
2020-06-23 10:53 | Remove tcpkill clause in LICENCE | Stephen Gregoratto | 1 | +0 | -31 |
2020-06-23 10:24 | Split setup_matcher() into two, rewrite hex conversion | Stephen Gregoratto | 2 | +125 | -74 |
2020-06-21 13:02 | Fix expressions not being matched due to e9f2f7e | Stephen Gregoratto | 1 | +21 | -15 |
2020-06-17 05:15 | Sync usage text with manpage | Stephen Gregoratto | 1 | +4 | -36 |
2020-06-17 04:59 | Rewrite manpage in mdoc(7), remove bpf explanation | Stephen Gregoratto | 1 | +254 | -508 |
2020-06-17 03:30 | Fix clean_exit to exit with the proper code | Stephen Gregoratto | 2 | +34 | -27 |
2020-06-17 03:15 | Axe remaining version func prototype | Stephen Gregoratto | 1 | +0 | -1 |
2020-06-17 03:05 | Overhaul the bpf filter setup stage, unveil early | Stephen Gregoratto | 2 | +102 | -95 |
2020-06-16 10:20 | Re-enable priv dropping and unveil files | Stephen Gregoratto | 3 | +63 | -32 |
2020-06-14 13:38 | Remove unused headers and sort | Stephen Gregoratto | 1 | +6 | -7 |
2020-06-14 12:33 | sort option handling alphabetically | Stephen Gregoratto | 1 | +70 | -70 |
2020-06-14 12:21 | Replace _atoui32 macro with strtonum | Stephen Gregoratto | 2 | +17 | -12 |
2020-06-14 12:01 | add todo | Stephen Gregoratto | 1 | +5 | -0 |
2020-06-14 11:43 | move len checks from the dump_funcs to the caller | Stephen Gregoratto | 1 | +67 | -74 |
2020-06-14 11:19 | Replace all error reporting with the err(3) family | Stephen Gregoratto | 1 | +23 | -20 |
2020-06-14 10:13 | Start work on reformatting sources in KNF | Stephen Gregoratto | 2 | +1120 | -1090 |
2020-06-14 08:22 | Remove locale setting | Stephen Gregoratto | 1 | +0 | -10 |
2020-06-14 08:18 | Clean headers using include-what-you-use | Stephen Gregoratto | 1 | +6 | -6 |
2020-06-14 07:21 | Remove unused tcpkill functions | Stephen Gregoratto | 2 | +0 | -94 |
2020-06-14 07:15 | Remove all autotools and GNU regex library files | Stephen Gregoratto | 23 | +21 | -18179 |
2020-06-14 06:55 | Remove portability parts for initial build. | Stephen Gregoratto | 10 | +23 | -1097 |
2020-06-14 07:46 | Update license so future changes are under the ISC | Stephen Gregoratto | 4 | +78 | -58 |
2019-01-28 19:07 | Merge pull request #19 from h3xx/fix-paths | Jordan Ritter | 1 | +4 | -4 |
2018-01-01 17:46 | Merge pull request #11 from rfrancoise/configures-fixes | Jordan Ritter | 1 | +2 | -2 |
2017-09-08 14:54 | Fix another doc goof | Jordan Ritter | 1 | +1 | -2 |
2017-09-07 21:28 | Fix doc goof | Jordan Ritter | 1 | +1 | -1 |
2017-09-07 21:23 | Version bump for unreleased changes | Jordan Ritter | 1 | +1 | -1 |
2017-09-07 21:21 | Version bump for release | Jordan Ritter | 1 | +1 | -1 |
2017-09-07 18:01 | Update, simplify, and markdown-ify docs | Jordan Ritter | 9 | +840 | -535 |
2017-09-07 20:33 | Allow VLAN hack to be disabled at compile | Jordan Ritter | 4 | +51 | -1 |
2017-09-07 20:28 | Fix configure --enable-* logic | Jordan Ritter | 2 | +56 | -32 |
2017-09-07 00:27 | Fallback fix for VLAN & related problems | Jordan Ritter | 2 | +161 | -133 |
2017-09-06 22:56 | Always count matches, and emit total upon exit | Jordan Ritter | 1 | +8 | -9 |
2017-09-06 23:30 | Modify exit behavior to match BSD/GNU grep | Jordan Ritter | 3 | +45 | -36 |
2017-09-06 23:13 | Emit frame # in header when not in single mode | Jordan Ritter | 1 | +4 | -1 |
2017-09-06 21:28 | Add support for Solaris IPnet | Jordan Ritter | 5 | +64 | -1 |
2017-09-06 20:44 | Fix pcap datalink bug introducd with VLAN changes | Jordan Ritter | 2 | +89 | -77 |
2017-09-06 19:20 | Hackfix broken clean targets when using system PCRE | Jordan Ritter | 1 | +2 | -2 |
2017-09-06 18:36 | Doc updates for new version | Jordan Ritter | 4 | +23 | -8 |
2017-09-06 18:35 | docs: regex speed test no longer relevant | Jordan Ritter | 1 | +0 | -57 |
2017-09-06 17:36 | Import Debian patch to compile on kFreeBSD and HURD | Jordan Ritter | 1 | +1 | -1 |
2017-09-06 17:34 | Import Debian manpage patch, and update date to reflect | Jordan Ritter | 1 | +8 | -8 |
2017-09-06 17:31 | Import Debian autotools patch: use system's if present | Jordan Ritter | 2 | +10 | -0 |
2017-09-06 17:28 | Update to latest autotools config.* | Jordan Ritter | 2 | +1784 | -1685 |
2017-09-06 17:27 | Update Copyright | Jordan Ritter | 7 | +7 | -7 |
2016-03-09 19:59 | Reduce searchable space when vlan header present | Jordan Ritter | 1 | +1 | -1 |
2015-09-14 05:01 | Updates for `tcpkill_kill()` to support 32-bit values for `kill_count` | Joshua Piccari | 3 | +5 | -6 |
2015-07-08 20:29 | Expand integer range for various options to 32-bits -- closes #3 | David Haguenauer | 2 | +14 | -7 |
2015-09-03 16:33 | Adds required libnet check to enable tcpkill | Jordan Ritter | 2 | +48 | -0 |
2015-09-03 16:29 | Adds missing USE_TCPKILL config.h.in entry | Jordan Ritter | 1 | +1 | -1 |
2014-07-24 16:42 | Version bump for unreleased changes | Jordan Ritter | 1 | +1 | -1 |
2014-07-24 16:28 | Update VS2012 configuration, builds on Win32 again | Jordan Ritter | 6 | +138 | -205 |
2014-07-23 20:59 | Doc updates for version, github issues location | Jordan Ritter | 4 | +19 | -22 |
2014-07-23 20:59 | Version bump for release | Jordan Ritter | 3 | +11 | -3 |
2014-07-23 20:49 | Actual confirmed bugfix for VLAN parsing issue. | Jordan Ritter | 2 | +34 | -17 |
2014-07-19 00:41 | Avert warnings: cast malloc retval | Jordan Ritter | 1 | +2 | -2 |
2014-07-17 20:55 | Version bump for release | Jordan Ritter | 1 | +1 | -1 |
2014-06-13 20:46 | Automatically include VLAN traffic if present | Jordan Ritter | 1 | +21 | -2 |
2014-06-13 20:45 | Emit the active BPF filter when reading PCAP dumps | Jordan Ritter | 1 | +2 | -2 |
2014-06-13 20:23 | Emit PCAP library version along with ngrep version | Jordan Ritter | 1 | +1 | -1 |
2014-06-12 20:48 | Convert all output to AC_MSG_ macros, & minor formatting cleanups | Jordan Ritter | 2 | +130 | -90 |
2014-05-22 19:42 | Invert BPF lexer restart default - don't unless specified | Jordan Ritter | 2 | +210 | -293 |
2014-05-22 17:22 | Re-organize some compile flags and get HAVE_CONFIG_H back | Jordan Ritter | 2 | +11 | -7 |
2014-05-22 20:56 | Nuke old CVS Id references | Jordan Ritter | 12 | +3 | -33 |
2014-05-21 23:51 | Documentation updates | Jordan Ritter | 4 | +77 | -54 |
2014-05-21 23:51 | Nuke included PCRE 7.4 library, deferring to system version | Jordan Ritter | 83 | +0 | -84961 |
2014-05-21 23:33 | Add tcpkill/dsniff (-K), a downstream patch from Debian | Jordan Ritter | 7 | +204 | -20 |
2014-05-21 23:20 | Autoconf updates & sync with long-standing downstream config forks | Jordan Ritter | 3 | +2372 | -2617 |
2014-05-21 23:00 | Fix gcc'en complaints about using non-literals as formatstr | Jordan Ritter | 1 | +8 | -8 |
2014-05-21 22:55 | Update autoconf stuff | Jordan Ritter | 2 | +601 | -526 |
2014-05-21 22:52 | Update copyrights | Jordan Ritter | 7 | +9 | -9 |
2014-02-21 18:22 | Call setlocale to make isprint() work based on current locale | Jordan Ritter | 1 | +3 | -1 |
2008-01-31 18:09 | fix for bug #1883408: call pcap_loop() with a -1 count, not 0. | Jordan Ritter | 1 | +1 | -1 |
2007-12-04 07:59 | fixed bug in hiliting mechanism: when using non-standard dump method (-W) without a specific match term, hiliting would bleed the entire terminal. | Jordan Ritter | 1 | +20 | -23 |
2007-12-04 02:20 | potential fix for bug #1787433: VLAN support. by moving our "(ip...)" filter to the end instead of the beginning, we make it possible for users to specify any vlan logic in their bpf filter and have everything still work (bpf requires vlan be ordered first in the filter) | Jordan Ritter | 1 | +3 | -2 |
2007-12-04 02:16 | potential fix for bug #1787433: VLAN support | Jordan Ritter | 1 | +18 | -4 |
2007-12-03 11:42 | moved ``shared''->``sys'' (better match to ``int'' for --with-regex-impl) | Jordan Ritter | 2 | +12 | -23 |
2007-12-03 11:30 | an attempt at solving some weird utf-8 issue (but not fixed yet) | Jordan Ritter | 1 | +7 | -1 |
2007-12-03 11:17 | nuke pcre-5.0 | Jordan Ritter | 43 | +0 | -65008 |
2007-12-03 11:11 | upgraded compile logic for pcre-7.4 | Jordan Ritter | 3 | +91 | -75 |
2007-12-03 11:00 | import of PCRE 7.4, sans docs and testdata | Jordan Ritter | 83 | +84961 | -0 |
2007-12-03 09:00 | updated for configure.in changes | Jordan Ritter | 1 | +2690 | -2071 |
2007-12-03 08:59 | re-wrote a bit of the Makefile to make proper (standard) use of CPPFLAGS, CFLAGS, etc. so, the Makefile should now behave a lot more consistently with the expectations the configure script sets forth for overriding certain paths, etc. | Jordan Ritter | 1 | +13 | -14 |
2007-12-03 08:58 | updated with: (1) remove HAVE_DUMB_UDPHDR stuff (2) added support for system-supplied regex libs (3) re-organized a little bit more to clean up | Jordan Ritter | 1 | +135 | -121 |
2007-12-03 08:55 | updated manpage for latest date (in prep for release) | Jordan Ritter | 1 | +1 | -1 |
2007-12-03 08:55 | remove HAVE_DUMB_UDPHDR stuff | Jordan Ritter | 1 | +0 | -2 |
2007-12-03 08:54 | updates to fix compiler warnings about type incompatibilities (again!) and support for using system-supplied versions of the regex lib | Jordan Ritter | 1 | +10 | -12 |
2007-06-19 10:12 | Fix for bug #1738953: why would I subtract the payload's length from a variable that is supposed to describe exactly that?? Removed ip6_plen from TCP, UDP and ICMPv6 calculations. | Jordan Ritter | 1 | +1 | -11 |
2007-04-12 05:31 | commit latest versions | Jordan Ritter | 2 | +1791 | -2548 |
2007-04-12 05:29 | add support for OpenBSD's PFLOG packet capture type (patch #1696074), and fix an aesthetic bug whereby the configure script would say it was searching for specific DLT_ types within "bpf.h", when in fact the file might be named differently (misleading) | Jordan Ritter | 1 | +23 | -10 |
2007-04-12 05:28 | add support for OpenBSD's PFLOG packet capture type (patch #1696074) | Jordan Ritter | 3 | +8 | -0 |
2007-02-15 02:15 | updated with additional -T invocation | Jordan Ritter | 1 | +1 | -0 |
2007-01-25 05:42 | updated with latest patch addition | Jordan Ritter | 1 | +4 | -0 |
2007-01-25 05:36 | merge in requested functionality and docs for time-diff-since-first-match, and updated copyright notice | Jordan Ritter | 3 | +38 | -9 |
2007-01-25 05:34 | updated copyright to 2007 | Jordan Ritter | 4 | +4 | -4 |
2007-01-25 05:33 | updated with latest versions from gnu.org | Jordan Ritter | 2 | +27 | -8 |
2006-12-14 00:19 | switched from -H to -C (original patch suggestion); seems to make more sense anyway given that some terms don't show bold as well as they do straight out color. | Jordan Ritter | 1 | +6 | -6 |
2006-12-14 00:18 | changed version number to 1.46-CVS because color is a major feature-add, and changed the semantic for switching bold vs. hilite (only in code for now) | Jordan Ritter | 1 | +5 | -2 |
2006-12-14 00:07 | eliminate gcc4 warning about unsigned char*/char* warning with re_search() call | Jordan Ritter | 1 | +1 | -1 |
2006-12-01 10:16 | more work around the hiliting stuff. wtf is the format for the GREP_COLOR envariable? lame manpages. | Jordan Ritter | 2 | +17 | -8 |
2006-12-01 09:48 | initial experimental hiliting work (merge in awesome patch from Guohan Lu). seems to work well! | Jordan Ritter | 2 | +88 | -20 |
2006-12-01 07:40 | call setlocale(LC_ALL, "") only on UNIX platforms -- on Win32, it sets the locale to the standard ANSI 8bit codepage which completely whacks out isprint(). | Jordan Ritter | 1 | +2 | -0 |
2006-12-01 07:25 | complete consistency for make invocation as $(MAKE) | Jordan Ritter | 1 | +2 | -2 |
2006-12-01 07:04 | bump version, and adjustments for win32 changes | Jordan Ritter | 1 | +3 | -2 |
2006-12-01 07:03 | merge in portions of a Win32 patch from Adam Strzelecki: (1) use an /active/ network device by default (not just the first in the list) (2) enable the window-size functionality | Jordan Ritter | 1 | +42 | -9 |
2006-12-01 05:54 | apply setlocale() patch from debian guys (hey guys can you pass that stuff along to me?) | Jordan Ritter | 1 | +3 | -0 |
2006-11-29 05:38 | fix for bug #1604997: duplicate ngrep.8 entries | Jordan Ritter | 1 | +0 | -15 |
2006-11-28 13:38 | update copyright notice and version information | Jordan Ritter | 2 | +3 | -3 |
2006-11-28 13:38 | update libpcap/winpcap download locations and version information | Jordan Ritter | 1 | +3 | -3 |
2006-11-28 13:37 | update version, date and supported platforms | Jordan Ritter | 1 | +2 | -1 |
2006-11-28 13:37 | updated with v1.45 changes | Jordan Ritter | 1 | +38 | -0 |
2006-11-28 13:36 | update copyright and date notices | Jordan Ritter | 1 | +2 | -2 |
2006-11-28 13:36 | add missing copyright and license notice | Jordan Ritter | 1 | +5 | -0 |
2006-11-28 13:35 | update copyright, improve packaging target | Jordan Ritter | 1 | +4 | -2 |
2006-11-16 05:57 | revert #if/#endif guard around ws_* variable decls (for WIN32) | Jordan Ritter | 1 | +3 | -3 |
2006-11-16 05:47 | updated by removing preprocessor defs and adding config.h file to list. | Jordan Ritter | 1 | +165 | -162 |
2006-11-16 05:45 | in the WIN32 compile scenario, start including config.h (from the UNIX config.h.in), instead of relying on vs.net's project settings to manage macros and #defines | Jordan Ritter | 1 | +1 | -0 |
2006-11-16 03:13 | instead of handling UNIX/GNU cpp macros directly in the vcproj files, just add the config.h(.in) into the win32 support, to make it more consistent with how the UNIX version is built, and to make values more easily tweaked/patched without needing to mess with project settings. | Jordan Ritter | 1 | +23 | -0 |
2006-11-16 03:03 | update copyright date | Jordan Ritter | 1 | +1 | -1 |
2006-11-15 03:44 | commit from configure.in updates | Jordan Ritter | 1 | +2540 | -1751 |
2006-11-15 03:43 | simplified regex lib compilation: switched from TARGET-based stuff to straight object-file dependencies | Jordan Ritter | 1 | +7 | -9 |
2006-11-15 03:42 | changed/fixed dependency functionality between versions regex libs; fixed clean/distclean kludges; simplified logic | Jordan Ritter | 1 | +17 | -28 |
2006-11-15 01:47 | oops, swap order of clean commands so that subsequent recursive invocations of make don't complain about missing files | Jordan Ritter | 1 | +2 | -2 |
2006-11-15 01:46 | adjusted Makefile.in to properly clean itself up. amended a comment in the makefile itself that said it was explicitly trying to accomplish it (but didn't). | Jordan Ritter | 1 | +2 | -0 |
2006-11-15 01:22 | fixup of the stupid clean targets. this should be the end of it. | Jordan Ritter | 1 | +14 | -14 |
2006-10-18 04:17 | updated with most recent versions | Jordan Ritter | 2 | +128 | -52 |
2006-10-18 04:02 | updated from new configure.in | Jordan Ritter | 1 | +46 | -3 |
2006-10-18 04:00 | very minor radiotap DLT detection optimization | Jordan Ritter | 1 | +5 | -7 |
2006-10-18 03:57 | radiotap support and version bump | Jordan Ritter | 1 | +10 | -1 |
2006-10-18 03:57 | radiotap support | Jordan Ritter | 2 | +36 | -21 |
2006-10-18 03:53 | added radiotap support. still not happy with it but it's as good as it's gonna get. explored duplicating what libpcap does to support it but it looks like the variable-length header garbage caused them a fair bit of trouble too. oh well. | Jordan Ritter | 1 | +16 | -0 |
2006-10-18 03:49 | initially a bugfix for #1543011 (snaplen truncatation leading to int overflow and garbage input to pattern matcher), I also discovered a bug in the ipv6 tcp packet length calculation. | Jordan Ritter | 1 | +47 | -47 |
2006-09-11 13:30 | woops, missed one USE_DROPPRIVS wrapper | Jordan Ritter | 1 | +1 | -1 |
2006-09-11 13:02 | oh ye gods of broken gcc optimization, I yield to thee! UNCLE, I SAY, UNCLE! | Jordan Ritter | 1 | +4 | -2 |
2006-09-11 12:54 | merge in patch from Ilya Evseev for improving configure's hints | Jordan Ritter | 1 | +11 | -11 |
2006-09-11 11:57 | eh, why even bother compiling/linking the drop_privs code if it was disabled at compile-time in configure | Jordan Ritter | 1 | +4 | -1 |
2006-09-11 11:22 | in response to issue/patch #1231106: move drop_privs() down to right before pcap_loop() call. originally had it happen as quickly as possible, to avoid potential faults from unforseen startup input conditions, but I agree that the risk is small enough to be outweighed by the inconvenience/problem of dropping privileges too quickly, before the program is fully set up to run as intended. | Jordan Ritter | 1 | +4 | -4 |
2006-09-11 09:35 | fix bug #1480799: added missing include on BSD|SOLARIS|MACOSX for inet_ntoa(); on 64bit systems the implicit 32bit int retval auto-generated by the compiler truncates the 64bit char* pointer inet_ntoa() returns, causing printf() to choke | Jordan Ritter | 1 | +1 | -0 |
2006-09-11 09:08 | make impractical a race condition bug whereby double-frees can occur by multiple (trapped) signals delivered to ngrep before exit(). set all trapped signals to SIG_IGN immediately upon signal entry. seems to be happening more frequently in the last year. | Jordan Ritter | 1 | +8 | -0 |
2006-09-11 09:05 | only #define windowsize variables if not on win32 | Jordan Ritter | 1 | +2 | -1 |
2006-09-11 09:04 | fix bug #1543011: incorrect calculation of when snaplen truncates within packet headers, leading to len overflow and garbage input into the pattern matcher, behaviour undefined. rewrote logic to center around pcap_pkthdr->caplen, yielding bugfix + performance improvement and code simplification. | Jordan Ritter | 1 | +27 | -49 |
2006-09-11 05:24 | fix bug #1499961: ``-s 0'' defaults to max size instead of an actual zero length | Jordan Ritter | 1 | +5 | -3 |
2005-06-30 23:35 | update online help reference to include new "single" to ``-W'' | Jordan Ritter | 1 | +1 | -5 |
2005-06-30 23:35 | update online usage to specify "single" flag to ``-W'' | Jordan Ritter | 1 | +1 | -1 |
2005-06-30 19:34 | add credit for box used in IPv6 testing | Jordan Ritter | 1 | +4 | -0 |
2005-06-30 17:24 | update to latest versions (2005-06-30) | Jordan Ritter | 2 | +349 | -317 |
2005-06-30 17:22 | add one more post-configure CONFIG indication -- which regex lib is being used | Jordan Ritter | 2 | +12 | -0 |
2005-06-30 17:08 | drop -cvs tag for release | Jordan Ritter | 1 | +1 | -1 |
2005-06-30 17:08 | minor adjustment in tardist process | Jordan Ritter | 1 | +1 | -1 |
2005-06-30 17:07 | latest winpcap driver has ipv6 by default | Jordan Ritter | 1 | +2 | -2 |
2005-06-30 16:16 | aesthetic | Jordan Ritter | 1 | +0 | -2 |
2005-06-30 16:15 | update for 1.44 release | Jordan Ritter | 1 | +1 | -1 |
2005-06-30 16:12 | add tardist target | Jordan Ritter | 1 | +20 | -0 |
2005-06-30 15:39 | updates for version 1.44 | Jordan Ritter | 1 | +16 | -10 |
2005-06-30 14:53 | changelog update for 1.44 | Jordan Ritter | 1 | +27 | -0 |
2005-06-30 14:44 | atoi is signed | Jordan Ritter | 1 | +3 | -3 |
2005-06-25 22:29 | updated for new configure.in | Jordan Ritter | 1 | +28 | -2 |
2005-06-25 22:28 | add new section for emitting configuration details, such as things affected by cmdline options | Jordan Ritter | 1 | +31 | -2 |
2005-06-25 21:27 | icmp6 data structure has ::icmp6_type/::icmp6_code, not ::icmp_type/::icmp_code | Jordan Ritter | 1 | +1 | -1 |
2005-05-04 19:05 | updated with signed types as well, since although win32 will compile it, the browser/debugger *insisted* it had never been defined (liars!!) | Jordan Ritter | 1 | +5 | -0 |
2005-05-04 19:02 | change pcap accumulator "timeout" value from 1s to 100ms -- on unix this doesn't seem to matter, but on win32 this is the interval pcap_loop() will wait (to accumulate packets) before invoking the callback function. on win32 this made it seem as though ngrep only ran once a second. now it will run every 100ms, which makes it seems a lot snappier. | Jordan Ritter | 1 | +1 | -1 |
2005-05-04 18:52 | revert to pre-servicepack versions of these files so that they're more compatible with everyone (once upgraded, older versions can't read them) | Jordan Ritter | 2 | +24 | -26 |
2005-05-04 18:48 | move netident_t stuff inside braces because this is C, can't just alloc vars anywhere | Jordan Ritter | 1 | +12 | -10 |
2005-05-04 18:22 | fix usage() to acknowledge new ``single'' option, plus a few more type and aesthetic changes | Jordan Ritter | 1 | +27 | -29 |
2005-05-04 18:09 | correct include path for types file | Jordan Ritter | 1 | +2 | -2 |
2005-05-04 01:24 | more explicit bitwidth/sign'edness stuffs | Jordan Ritter | 2 | +56 | -54 |
2005-05-02 04:59 | added comments about ``-W single'' | Jordan Ritter | 1 | +8 | -5 |
2005-05-02 04:54 | cvs-specific version number and tidy comments | Jordan Ritter | 2 | +1 | -3 |
2005-05-02 04:53 | added new option ``-N'' to print out subprotocol number when viewing raw (or otherwise unknown) packets, added ``-W single'' to fix bug #1151381, changed a bunch of variables to be explicit about bit width and signed'ness, refactored the process() loop to condense duplicate code and simplify IPv6 integration logic, clarified the "quiet" flag usage semantics, fixed a few more occurrences of bug #1174279 (improper handling of fragmentation) with IGMP and whatever else, updated docs with all the new flags an stuff | Jordan Ritter | 3 | +162 | -207 |
2005-04-27 22:52 | add credit to bernard massot for his ipv6 patch | Jordan Ritter | 1 | +5 | -0 |
2005-04-27 22:34 | updaed to MSVC 7.1 (7.0 + service packs), from internal format 7.0 to 8.0. renamed nettypes.h to types.h and added references to new inet_ntop() impl | Jordan Ritter | 2 | +28 | -8 |
2005-04-27 22:31 | nuke all the nasty ^M's | Jordan Ritter | 1 | +129 | -129 |
2005-04-27 22:29 | win32-compatible implementation of inet_ntop() (used from FreeBSD, copyright notice and license preserved, as required) | Jordan Ritter | 2 | +194 | -0 |
2005-04-27 22:29 | now that I'm putting more type info in here than just "net types", renaming | Jordan Ritter | 2 | +177 | -101 |
2005-04-27 22:23 | address all warnings from -Wall; changed internal method for constraining possible bpf filters to be able to switch between ip and ip+ipv6 (IPv6 support); changed default_filter (bpf) to use same mechanism; explicit on signed-ness of everything; added a few more comments | Jordan Ritter | 2 | +72 | -39 |
2005-04-27 21:47 | added support for IPv6. configure has this off by default since the bpf filter logic will actually fail in the event that libpcap was compiled without ipv6 support either. | Jordan Ritter | 5 | +352 | -184 |
2005-04-27 16:10 | fix sf.net bug #1174279, garbage characters dumped for fragmented udp packets. have not heard back from bug reporter, but regardless I believe this is a real bug. also, version bump for CVS differences. | Jordan Ritter | 2 | +3 | -3 |
2005-03-14 18:41 | removed duplicated ``-F'' documentation (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293728) | Jordan Ritter | 1 | +1 | -5 |
2005-02-24 04:50 | update CHANGES.txt for release | Jordan Ritter | 1 | +2 | -3 |
2005-02-24 04:49 | update with latest changes | Jordan Ritter | 1 | +1 | -1 |
2005-02-24 04:25 | fix for bug 1144991: change test for that old broken redhat glibc udp header file to assume the common case (instead of the edge condition as it did before) in the event of text program failure | Jordan Ritter | 2 | +14 | -36 |
2005-02-23 23:15 | minor fix that static/debug targets compile regex dependency (just like default target) | Jordan Ritter | 1 | +2 | -2 |
2005-02-22 06:28 | grammatical changes | Jordan Ritter | 1 | +3 | -3 |
2005-02-22 06:26 | typo | Jordan Ritter | 1 | +1 | -1 |
2005-02-22 06:25 | rename REGEX.txt -> PCRE.txt | Jordan Ritter | 1 | +0 | -0 |
2005-02-22 06:01 | updated with tests against pcre 5.0 | Jordan Ritter | 1 | +48 | -21 |
2005-02-22 05:03 | clean target should also nuke any static binary created | Jordan Ritter | 1 | +1 | -1 |
2005-02-22 05:00 | OK, commit of clean targets which should now finally clean up everything (including what each respective regex lib's distclean misses) | Jordan Ritter | 1 | +12 | -11 |
2005-02-22 04:48 | zero out changelog (regex is now maintained through glibc so there won't be anymore updates to this particular one), and nuke test and doc data as they're not pertinent to the ngrep source tree (I'll put in a link instead) | Jordan Ritter | 32 | +0 | -17830 |
2005-02-21 21:05 | don't need these files either | Jordan Ritter | 3 | +0 | -6981 |
2005-02-21 20:56 | don't need test data for ngrep source distribution. will instead include a link. | Jordan Ritter | 12 | +0 | -21582 |
2005-02-21 20:23 | documentation for PCRE is huge, and really just unnecessary. will include a link to it instead | Jordan Ritter | 64 | +0 | -15666 |
2005-02-21 20:17 | clarify a few things | Jordan Ritter | 1 | +4 | -4 |
2005-02-20 22:17 | typo | Jordan Ritter | 1 | +1 | -1 |
2005-02-20 22:16 | add a note about some distributions separating the libpcap library from the development headers | Jordan Ritter | 1 | +3 | -0 |
2005-02-20 05:56 | remove ``-L'' documentation since that is windows-only and thus there isn't much use to putting it in the manpage | Jordan Ritter | 1 | +2 | -8 |
2005-02-20 05:54 | version bump (remove -cvs designation for forthcoming release) | Jordan Ritter | 1 | +1 | -1 |
2005-02-20 05:52 | make showing ``-L'' in help/usage win32-specific | Jordan Ritter | 1 | +5 | -1 |
2005-02-20 05:48 | move back USE_PCRE block after config.h include, that's where USE_PCRE is set | Jordan Ritter | 1 | +4 | -4 |
2005-02-20 05:37 | remove DROPPRIVS_ONLY_ROOT | Jordan Ritter | 1 | +0 | -1 |
2005-02-20 05:35 | rename LICENSE and CHANGES, and update CHANGES.txt with new features for upcoming 1.43 release | Jordan Ritter | 3 | +191 | -155 |
2005-02-20 05:15 | documentation cleanup | Jordan Ritter | 8 | +186 | -220 |
2005-02-20 05:15 | aesthetic in help/usage | Jordan Ritter | 1 | +1 | -1 |
2005-02-20 05:04 | updated install guide with more useful detail and recent information | Jordan Ritter | 1 | +72 | -11 |
2005-02-20 04:29 | add Win32-specific part of usage() (device list index et al.) | Jordan Ritter | 1 | +6 | -1 |
2005-02-20 04:26 | [finally] put full help in usage statement | Jordan Ritter | 1 | +31 | -3 |
2005-02-20 04:10 | (win32) fix some warnings, change device list output, don't output anything when description isn't present, and shortcurcuit when done from alldevs traversal | Jordan Ritter | 1 | +7 | -8 |
2005-02-20 03:59 | last set of %d->%u changes I think, and condense 2 drop_privs() to 1 | Jordan Ritter | 1 | +6 | -10 |
2005-02-20 03:47 | rename no_dropprivs -> dont_dropprivs, add uid|euid == 0 check before drop_privs(), and fixed one %d->%u | Jordan Ritter | 1 | +4 | -4 |
2005-02-20 03:43 | aesthetic | Jordan Ritter | 1 | +5 | -5 |
2005-02-20 03:41 | reorganize includes and variable definitions | Jordan Ritter | 1 | +12 | -12 |
2005-02-20 03:41 | remove DROPPRIVS_ONLY_ROOT | Jordan Ritter | 1 | +0 | -21 |
2005-02-20 03:33 | tuned clean targets to get rid of all those pesky files that their distclean's miss | Jordan Ritter | 1 | +4 | -4 |
2005-02-20 02:31 | bunch more signed-ness changes | Jordan Ritter | 1 | +15 | -15 |
2005-02-20 02:12 | previous fix for lack of default_filter didn't work; this one does | Jordan Ritter | 1 | +8 | -9 |
2005-02-19 19:51 | update credits for windows port | Jordan Ritter | 1 | +1 | -1 |
2005-02-19 19:25 | update pcre from 3.4 to 5.0; change dev to usedev so we can detect when the device name has been allocated by us versus pcap_lookupdev() (win32); deprecated the print_time_diff_init stuff (kludged on win32 because it doesn't have gettimeofday()!); fix subtle but long-standing bug: set default_filter to "ip" in case one isn't specified (especially important now that there is a default handler for protocol_type); more %d->%u changes; some aesthetic changes, and changed is*() casts from (int) to (unsigned char) (I think this is right now) | Jordan Ritter | 2 | +51 | -49 |
2005-02-19 19:21 | commit configure for configure.in changes | Jordan Ritter | 1 | +160 | -151 |
2005-02-19 19:20 | switch pcre 3.4 to 5.0 | Jordan Ritter | 1 | +1 | -1 |
2005-02-19 19:19 | clean up pcre and regex targets, and switch pcre from 3.4 to 5.0 | Jordan Ritter | 1 | +3 | -3 |
2005-02-19 19:17 | import latest pcre | Jordan Ritter | 119 | +102254 | -0 |
2005-02-19 08:23 | relocate stuff around in order to determine what fatures the bpf.h file provides | Jordan Ritter | 1 | +84 | -73 |
2005-02-19 08:21 | cleanup regex and pcre build tars | Jordan Ritter | 1 | +2 | -2 |
2005-02-16 06:59 | update copyright date | Jordan Ritter | 3 | +3 | -3 |
2005-02-16 06:50 | update documentation for -d and -L | Jordan Ritter | 1 | +10 | -4 |
2005-02-16 06:18 | clean up casts for raw (default) case | Jordan Ritter | 1 | +1 | -1 |
2005-02-16 06:03 | added IGMP and raw (unknown ip protocol type) support | Jordan Ritter | 1 | +81 | -0 |
2005-02-16 06:01 | add IGMP packet type for win32 support nettypes.h | Jordan Ritter | 1 | +67 | -61 |
2005-02-16 05:55 | remove match_data printf() (what was that, a debug that sneaked in?) | Jordan Ritter | 1 | +0 | -2 |
2005-02-16 05:14 | add win32-specific support files | Jordan Ritter | 5 | +378 | -0 |
2005-02-16 05:13 | major revisions: - heal win32 code fork (large chunk of code changes, requires winpcap 3.x) - rewrite privelege revocation logic (dump SPC, use my own) - change many ints to unsigneds to be safe - initialize ws_col (for win32 who doesn't get update_windowsize()) - fix several signed casts (e.g. strlen(), match & dump functions) - fix several type casts (e.g. isprint(int)) - remove some unused variables - remove MACOSX-specific localtime cast and do the cast for all | Jordan Ritter | 2 | +197 | -42 |
2005-02-16 04:36 | well, after much testing across linux 2.4, linux 2.6, openbsd, netbsd, and freebsd, I am dumping the Secure Programming Cookbook's privelege- dropping code and using my own simpler version, which I have verified on the aforementioned operating systems (thanks to Joshua Wright for pointing me in this direction). | Jordan Ritter | 1 | +13 | -55 |
2005-02-16 04:31 | removed dependency on pcap's bpf.h file, as it turns out that pcap.h all the way back to 0.6.x auto-included it. this should help resolve the compile problems being caused by the pcap developer's include filename change. also, recompiled configure from configure.in using autoconf-2.59. | Jordan Ritter | 2 | +441 | -242 |
2005-02-16 04:30 | update to newer versions | Jordan Ritter | 2 | +497 | -236 |
2005-02-16 04:07 | changes requested for using more standardized (autoconf?) variable names that can be overridden | Jordan Ritter | 1 | +9 | -4 |
2004-06-23 18:11 | fix IEEE802.11 header size offset (bug #977573) and update version | Jordan Ritter | 1 | +2 | -2 |
2004-05-14 19:30 | added quick check to drop_privs to report failure of getpwnam(). doesn't affect security; ngrep would have crashed anyway trying to deref the struct. | Jordan Ritter | 1 | +8 | -1 |
2004-03-30 22:38 | fix for bug #926318, correct ``-n'' bug whereby ngrep would not actually exit until n+1 matches were achieved. | Jordan Ritter | 1 | +9 | -6 |
2004-03-29 02:28 | updated the TODO list | Jordan Ritter | 1 | +0 | -2 |
2004-03-29 02:26 | updated reporting BUGS section | Jordan Ritter | 1 | +6 | -3 |
2004-03-29 02:23 | updated documentation with new command line options | Jordan Ritter | 1 | +29 | -2 |
2004-03-29 02:15 | updated copyright dates | Jordan Ritter | 4 | +4 | -4 |
2004-03-29 02:11 | removing this extraneous documentation; deferring to online documentation for better examples | Jordan Ritter | 1 | +0 | -21 |
2004-03-29 02:10 | updated copyright year | Jordan Ritter | 1 | +1 | -1 |
2004-03-29 02:09 | updated with latest version and usage information | Jordan Ritter | 1 | +17 | -7 |
2004-03-28 22:26 | updated with latest changes | Jordan Ritter | 1 | +30 | -0 |
2004-02-11 01:37 | updated embedded date | Jordan Ritter | 1 | +1 | -1 |
2004-01-04 21:12 | changing version identifier for forthcoming release | Jordan Ritter | 1 | +1 | -1 |
2004-01-04 21:03 | update to match configure.in | Jordan Ritter | 1 | +3 | -2 |
2004-01-04 21:03 | aesthetic, and delete unused logic from *solaris* case | Jordan Ritter | 1 | +3 | -2 |
2004-01-04 20:56 | aesthetic, freebsd tested | Jordan Ritter | 2 | +12 | -1 |
2004-01-04 20:39 | update *bsd* case with a warning message about older libpcaps | Jordan Ritter | 1 | +9 | -0 |
2004-01-04 20:19 | updated from configure.in | Jordan Ritter | 1 | +59 | -53 |
2004-01-04 20:18 | moved all DEFINE's towards the end, standardized how they are set. | Jordan Ritter | 1 | +32 | -22 |
2004-01-02 23:11 | fixed the formatting for options (--help) and changed the tcpdump check to redirect stderr to null when tcpdump isn't found | Jordan Ritter | 2 | +13 | -13 |
2004-01-02 23:10 | changed ngrep default behaviour to do multi-line match and added ``-M'' to turn it off, and also realized that the re_err allocation for pcre was unnecessary as pcre is using static pointer buffers and isn't actually populating any memory (besides the pointer val). | Jordan Ritter | 1 | +16 | -9 |
2004-01-02 19:43 | updated | Jordan Ritter | 1 | +0 | -15 |
2003-12-31 02:06 | fix for macosx drop_privs (still!). thanks to joseph holsten for giving me access to his box to test | Jordan Ritter | 1 | +2 | -0 |
2003-12-31 01:25 | stupid typo :( | Jordan Ritter | 1 | +1 | -1 |
2003-12-29 23:41 | fix bug in changed logic whereby the $dumb_udphdr value is not preset with an assumption, and thus comes out empty when configure is executed on a non-linux platform. | Jordan Ritter | 2 | +4 | -0 |
2003-12-29 18:22 | added option -R, to allow users to consciously avoid any dropprivs if they don't want it. | Jordan Ritter | 2 | +17 | -1 |
2003-12-29 18:20 | small bug in update_windowsize wrt the new -c option caused ngrep to spin out of control. | Jordan Ritter | 1 | +28 | -12 |
2003-12-29 01:50 | added note for people to use project website at sourceforge to submit patches, give feedback or whatever. | Jordan Ritter | 1 | +11 | -0 |
2003-12-29 01:45 | added ``-c'', explicitly define column width instead of ioctl()'ing for it. | Jordan Ritter | 1 | +6 | -0 |
2003-12-29 01:36 | changed minor behaviourism of ``-q'' (quiet). previously when outputting to a pcap_dump file, -q would omit even printing the packet dump to the console altogether (Whereas the normal behaviour is simply to omit printing ``#'' marks). now the behaviour between normal and pcap_dump file usage is identical, and specifying a second ``-q'' on the command-line will omit the console display of the payload regardless of mode. | Jordan Ritter | 1 | +12 | -9 |
2003-12-29 01:30 | added ``-F'' (read bpf filter from file) option | Jordan Ritter | 3 | +64 | -8 |
2003-12-29 00:52 | enforce incompatibility between -x and -W | Jordan Ritter | 1 | +4 | -0 |
2003-12-29 00:45 | added -P option (specify alternate non-print char) and -W (specify different Wrapping output mechanisms for non-hexmode display) | Jordan Ritter | 3 | +81 | -22 |
2003-12-28 23:16 | updated all references of ``COPYRIGHT'' to ``LICENSE'' | Jordan Ritter | 5 | +27 | -27 |
2003-12-28 23:03 | default prefix stuff now works properly, and will favor tcpdump's install path if it's present | Jordan Ritter | 2 | +80 | -78 |
2003-12-28 22:41 | remove auto-generated file, and update installation portion to pay attention to prefix stuff, as well as the DESTDIR kludge often used for relocating the root of an entire installation without touching prefixes | Jordan Ritter | 3 | +11 | -5 |
2003-12-28 22:25 | most defines now moved into here | Jordan Ritter | 1 | +20 | -0 |
2003-12-28 22:24 | a huge chunk of changes reorganizing the entire configure.in, bringing it up to 2.57, logic ordering, moved all the variables into config.h(.in), and just make it look nicer. next will be to make prefix stuff work. | Jordan Ritter | 4 | +4194 | -1922 |
2003-12-27 01:54 | new pass at the drop_privs() code, thank you SPC | Jordan Ritter | 1 | +44 | -0 |
2003-12-27 01:23 | version bump | Jordan Ritter | 1 | +1 | -1 |
2003-12-27 01:14 | changes for supporting --with-nonroot-dropprivs (drop privileges even when not root) | Jordan Ritter | 4 | +149 | -100 |
2003-11-17 16:25 | updated (ipv6 support) | Jordan Ritter | 1 | +1 | -1 |
2003-11-17 16:24 | fix error from hand-patching ECN patch | Jordan Ritter | 1 | +1 | -1 |
2003-11-17 16:21 | updated with good feedback from gentoo bug/guys. should solve the autoconf weirdness/change in behaviour between versions of gcc by fixing a long- standing bug in the autoconf logic that never manifested before because previous versions of gcc didn't care. | Jordan Ritter | 2 | +22 | -23 |
2003-11-08 22:24 | updates | Jordan Ritter | 2 | +27 | -17 |
2003-11-08 22:20 | bug reports from gentoo.org have made me re-analyze the autoconf syntax, and it's not clear that anything was wrong before, but under the latest autoconf (which has clearly changed some shit) it didn't work properly. these changes are more in-line what autoconf's documentation says to do, and at least works under autoconf 2.13 | Jordan Ritter | 3 | +92 | -81 |
2003-10-23 13:51 | fix for subtle change in behaviour when detecting which udphdr struct definition to use. gentoo bug 31307 (http://bugs.gentoo.org/show_bug.cgi?id=31307) | Jordan Ritter | 1 | +2 | -0 |
2003-08-10 18:50 | oops, hehe | Jordan Ritter | 1 | +1 | -0 |
2003-08-10 04:14 | update usage() | Jordan Ritter | 1 | +3 | -1 |
2003-08-10 02:17 | note the license amendments | Jordan Ritter | 1 | +1 | -0 |
2003-08-10 02:15 | updated with version changes | Jordan Ritter | 2 | +4 | -4 |
2003-08-10 02:13 | regened with new configure.in | Jordan Ritter | 1 | +48 | -21 |
2003-08-10 02:12 | good bye, restrictive license | Jordan Ritter | 2 | +38 | -37 |
2003-08-10 02:03 | changed drop_privs code | Jordan Ritter | 1 | +5 | -5 |
2003-08-10 01:49 | updated | Jordan Ritter | 3 | +7 | -2 |
2003-08-10 01:42 | more de-tabification, more supported OSes, and an additional include for Tru64 5.1A | Jordan Ritter | 2 | +18 | -15 |
2003-08-10 01:17 | added in interface type 105 (DLT_IEEE802_11) support (I *think* I got it right..) | Jordan Ritter | 3 | +19 | -0 |
2003-08-10 00:59 | TCP ECN support (from Maik Pfeil <root@bundesspionageministerium.de>) | Jordan Ritter | 4 | +107 | -93 |
2003-08-10 00:48 | de-tabbed, corrected some of the includes for AIX and IRIX | Jordan Ritter | 1 | +582 | -580 |
2003-01-21 22:47 | documentation changes, a few cosmetic changes, added --safe-user compile time option, and code to drop privs, not guaranteed to be portable yet because I can't find access to the old boxes I used to port it in the first place version bump, getting ready to produce a maintenance release | Jordan Ritter | 7 | +145 | -88 |
2002-06-14 23:10 | added -S (set limitlen) | Jordan Ritter | 4 | +27 | -6 |
2002-03-15 18:46 | updated with HAVE_LOOP and HAVE_SLL, for DLT_* types only present in newer libpcap | Jordan Ritter | 1 | +4 | -0 |
2002-03-15 18:46 | updated from new configure.in | Jordan Ritter | 1 | +89 | -21 |
2002-03-15 18:45 | updated with new stuff to check for a few new DLT_* types | Jordan Ritter | 1 | +29 | -0 |
2002-01-03 16:55 | changes I forgot to put in for the MacOS X compile support. just eliminates annoying warnings with non-fatal symbol collisions on Mac OS X compilations. | Jordan Ritter | 3 | +1785 | -290 |
2001-12-31 22:20 | updated libpcap location | Jordan Ritter | 1 | +1 | -1 |
2001-12-31 22:11 | MacOS X compile support | Jordan Ritter | 1 | +1 | -1 |
2001-12-31 22:07 | updated date of manual | Jordan Ritter | 1 | +1 | -1 |
2001-12-31 22:05 | typo: @STRIP@ -> @STRIPFLAG@ | Jordan Ritter | 1 | +1 | -1 |
2001-12-31 22:02 | updated with info version 1.40.1 | Jordan Ritter | 1 | +9 | -0 |
2001-12-31 22:02 | updated version number for new release | Jordan Ritter | 1 | +1 | -1 |
2001-12-31 22:01 | updated version, release date, and supported OSes | Jordan Ritter | 1 | +2 | -2 |
2001-12-31 21:48 | rename | Jordan Ritter | 1 | +0 | -0 |
2001-12-31 21:44 | MacOS X compile support | Jordan Ritter | 4 | +109 | -82 |
2001-12-31 21:42 | updated to newest | Jordan Ritter | 2 | +82 | -56 |
2001-12-31 21:32 | added isdn header size | Jordan Ritter | 1 | +1 | -0 |
2001-12-31 21:30 | -I and -O descriptions were switched | Jordan Ritter | 1 | +2 | -2 |
2001-12-31 21:28 | added support for isdn (DELETANG Frederic (ziga)) | Jordan Ritter | 1 | +4 | -0 |
2001-12-31 21:21 | changes to provide for --with-pcap-includes=, in case someone put their includes in an extremely non-standard place. | Jordan Ritter | 1 | +8 | -1 |
2001-12-31 21:11 | compile fix for openBSD 3.0's tun device, which uses DLT_LOOP. | Jordan Ritter | 1 | +1 | -0 |
2001-10-26 05:29 | Updated to newest versions from GNU (Nathan Sandver at Debian reports complaints of lack of support for the HPPA architecture). | Jordan Ritter | 2 | +518 | -414 |
2001-07-09 22:35 | cooked sockets todo item | Jordan Ritter | 1 | +2 | -0 |
2001-07-06 00:19 | updated | Jordan Ritter | 1 | +3 | -6 |
2001-07-06 00:17 | added script I wrote for George Bakos (alpinista@bigfoot.com) to pump multiple pcap_dumps through ngrep simultaneously. meep. | Jordan Ritter | 1 | +129 | -0 |
2001-06-26 17:55 | another hack to make sure we clean. god this makefile sucks. | Jordan Ritter | 1 | +1 | -1 |
2001-06-26 17:32 | removed first distclean double-colon rule and moved associated rm command to second rule. the first double-colon rule would for some reason sometimes result in the config.status getting nuked before the second distclean target was called, other times it would work just fine. perhaps a bug (race?) in gnu make? oh well. | Jordan Ritter | 1 | +6 | -2 |
2001-06-26 16:54 | added debug output to unsupported interface type error message | Jordan Ritter | 1 | +1 | -1 |
2001-06-10 21:56 | update | Jordan Ritter | 1 | +2 | -0 |
2001-06-06 23:33 | minor cosmetic fixup | Jordan Ritter | 1 | +3 | -3 |
2001-06-06 22:07 | specified -s wrong in the usage; should show a required argument | Jordan Ritter | 1 | +2 | -2 |
2001-06-06 22:07 | specified -s wrong; should show a required argument | Jordan Ritter | 2 | +7 | -5 |
2001-06-06 15:21 | updated for new version, new -s switch (set bpf caplen) | Jordan Ritter | 1 | +1 | -2 |
2001-06-06 15:19 | updated for new version | Jordan Ritter | 2 | +7 | -1 |
2001-06-06 15:16 | updated for upcoming new release, addition of -s (set caplen) | Jordan Ritter | 1 | +4 | -3 |
2001-06-06 15:15 | added -s (set caplen) | Jordan Ritter | 1 | +6 | -3 |
2001-06-06 15:15 | updated for -s (set caplen) | Jordan Ritter | 1 | +5 | -2 |
2001-06-06 15:12 | potential fix for bug in payload length calculation; the pcap_pkthdr caplen was not being considered | Jordan Ritter | 1 | +12 | -3 |
2001-05-08 14:27 | added #include <time.h> to LINUX includes; apparently glibc 2.2 has removed or swithed around some of the indirect includes that were present in 2.1. | Jordan Ritter | 1 | +1 | -0 |
2001-04-24 06:33 | updated license to contain more specific advertising clause; we'll see if the OS guys will take this one | Jordan Ritter | 1 | +3 | -3 |
2001-04-23 14:44 | advanced version number | Jordan Ritter | 1 | +1 | -1 |
2001-04-23 14:44 | updated for -p stupidity | Jordan Ritter | 1 | +3 | -0 |
2001-04-23 14:43 | advance version number for stupidity | Jordan Ritter | 1 | +1 | -1 |
2001-04-23 14:34 | fucking a. | Jordan Ritter | 1 | +1 | -1 |
2001-04-22 23:34 | added -p (don't go into promiscuous mode) | Jordan Ritter | 1 | +1 | -0 |
2001-04-22 23:27 | added -p (don't go into promiscuous mode) | Jordan Ritter | 1 | +5 | -2 |
2001-04-22 23:27 | added -p | Jordan Ritter | 1 | +4 | -3 |
2001-04-22 23:26 | added -p (no promiscuous mode) | Jordan Ritter | 1 | +5 | -2 |
2001-04-20 00:02 | updated AIX version and platform | Jordan Ritter | 1 | +2 | -2 |
2001-04-20 00:02 | final patches to compile on AIX; idiotic ip_hl macro was in the way | Jordan Ritter | 1 | +12 | -7 |
2001-04-19 02:05 | more changes | Jordan Ritter | 1 | +4 | -0 |
2001-04-19 02:02 | updated README to reflect point release | Jordan Ritter | 1 | +3 | -1 |
2001-04-19 01:47 | updated from configure.in (AIX addition) | Jordan Ritter | 1 | +20 | -12 |
2001-04-19 01:47 | updated version for bugfix point-release (ioctl() headerfile update for BSD-style OSes) | Jordan Ritter | 1 | +1 | -1 |
2001-04-19 01:45 | added AIX contributor | Jordan Ritter | 1 | +4 | -0 |
2001-04-19 01:45 | added includes for AIX (may not be complete, waiting for 1.39 results) | Jordan Ritter | 1 | +7 | -0 |
2001-04-19 01:44 | added AIX define | Jordan Ritter | 1 | +5 | -0 |
2001-03-07 02:38 | added HPUX and IRIX, still waiting for version specifics | Jordan Ritter | 1 | +2 | -0 |
2001-03-07 02:37 | added tty.h include for solaris/bsd type boxen to eliminate compiler error searching for winsize SIGWINCH info | Jordan Ritter | 1 | +1 | -0 |
2001-03-03 00:22 | added NetBSD to the known working platforms | Jordan Ritter | 1 | +1 | -0 |
2001-03-03 00:18 | updated the description | Jordan Ritter | 1 | +6 | -5 |
2001-03-01 18:03 | added slackware7 to the mix | Jordan Ritter | 1 | +1 | -0 |
2001-02-28 20:19 | added a little truth | Jordan Ritter | 1 | +1 | -2 |
2001-02-27 06:11 | minor updates | Jordan Ritter | 1 | +3 | -3 |
2001-02-27 06:10 | updated | Jordan Ritter | 2 | +19 | -6 |
2001-02-27 06:10 | changed multi-lib regex compile logic once again. this might be it. | Jordan Ritter | 1 | +13 | -16 |
2001-02-27 06:10 | changed around order of ops, added --without-restart, changed multi-lib logic yet again | Jordan Ritter | 2 | +291 | -233 |
2001-02-27 06:09 | updated copyright date, manual date | Jordan Ritter | 1 | +2 | -2 |
2001-02-27 06:09 | updated copyright dates added NEED_RESTART ifdef | Jordan Ritter | 2 | +10 | -7 |
2001-02-25 16:45 | Updated email addresses. | Jordan Ritter | 1 | +3 | -3 |
2001-02-25 16:40 | updated regex.c with the original changes for 64 bit clean-ness and symbol clashes | Jordan Ritter | 1 | +22 | -9 |
2001-02-25 15:40 | left out pcre_options from pcre_compile removed string lowercase from caseless block for pcre finished re_match_func by adding correct exit codes for pcre | Jordan Ritter | 1 | +49 | -49 |
2001-02-25 15:38 | minor formatting change | Jordan Ritter | 1 | +2 | -2 |
2001-02-25 15:38 | updated bug list | Jordan Ritter | 1 | +14 | -10 |
2001-02-25 14:42 | Added some discussion of the differences between GNU regex and PCRE. | Jordan Ritter | 1 | +30 | -0 |
2001-02-24 22:04 | Import of PCRE 3.4 and GNU regex 0.12. | Jordan Ritter | 47 | +31674 | -0 |
2001-02-24 22:00 | removed GNU regex.c and regex.h in preparation for alternative regex libraries | Jordan Ritter | 12 | +301 | -5561 |
2000-10-03 15:34 | guess I missed removing the cast.. | Jordan Ritter | 1 | +1 | -1 |
2000-09-28 22:12 | removed extraneous semi-colon | Jordan Ritter | 1 | +1 | -1 |
2000-09-24 18:30 | added optimization to init timeval structures const'ifyed re_err and removed type cast | Jordan Ritter | 2 | +25 | -15 |
2000-09-24 18:24 | updated config.* from GNU, added hpux11 type to configure.in | Jordan Ritter | 5 | +937 | -217 |
2000-09-11 17:33 | forgot to commit with ngrep.c contains TOKENRING_SIZE and VERSION defines | Jordan Ritter | 1 | +4 | -0 |
2000-09-04 19:39 | added vacuum into the credits for the token ring patch | Jordan Ritter | 1 | +3 | -0 |
2000-09-04 19:35 | fix in print_time_absolute for tm_mon (months are numbered 0 - 11) | Jordan Ritter | 1 | +1 | -1 |
2000-09-04 19:32 | added version string define now that ngrep is using cvs merged vacuum's tokenring patch | Jordan Ritter | 1 | +5 | -2 |
2000-09-04 19:12 | Initial revision | Jordan Ritter | 19 | +11573 | -0 |