| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the version number to 1.1. Clean up the release notes. | Gerald Combs | 2006-05-01 | 1 | -1/+1 |
* | 0.10.14 -> 0.99.0. | Gerald Combs | 2006-04-12 | 1 | -1/+1 |
* | Add guard pages to emem.c. GP memory is protected using mprotect() | Gerald Combs | 2006-02-27 | 1 | -0/+1 |
* | Check for getopt in the configure script, as we do for other routines | Guy Harris | 2006-02-15 | 1 | -0/+13 |
* | Change suid to take dumpcap into account | Jörg Mayer | 2006-02-14 | 1 | -1/+5 |
* | "default on" for dumpcap generation (it's required at least for Ethereal's ca... | Ulf Lamping | 2006-02-12 | 1 | -1/+1 |
* | lua autofoo: | Jörg Mayer | 2006-02-07 | 1 | -2/+2 |
* | Add code to check whether the app was started with special privileges | Guy Harris | 2006-02-06 | 1 | -0/+1 |
* | Paolo Abeni | Jörg Mayer | 2006-02-04 | 1 | -0/+19 |
* | It was hard.. but at the end I won (or at least i believe so...). | Luis Ontanon | 2006-01-31 | 1 | -0/+43 |
* | Prep for 0.10.14. | Gerald Combs | 2005-12-21 | 1 | -1/+1 |
* | Add support for building dumpcap, and fix dumpcap to build on UN*X. | Guy Harris | 2005-11-28 | 1 | -0/+17 |
* | When using GCC, compile with -Wpointer-arith, to catch code that some | Guy Harris | 2005-11-08 | 1 | -1/+1 |
* | Updates for 0.10.13. | Gerald Combs | 2005-10-12 | 1 | -1/+1 |
* | Build the h223 plugin | Anders Broman | 2005-10-06 | 1 | -0/+1 |
* | Move a pile of protocol-related headers from the top-level source | Guy Harris | 2005-09-17 | 1 | -1/+1 |
* | Add PRIX64, as we now use it. | Guy Harris | 2005-09-15 | 1 | -0/+1 |
* | Let's migrate the xml dissector... | Luis Ontanon | 2005-09-08 | 1 | -1/+0 |
* | Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flags | Jörg Mayer | 2005-08-20 | 1 | -1/+1 |
* | Pick up some fixes and enhancements from | Gerald Combs | 2005-07-29 | 1 | -0/+8 |
* | Build randpkt by default. | Gerald Combs | 2005-07-26 | 1 | -1/+1 |
* | Bump the version and add a few entries to the NEWS file. | Gerald Combs | 2005-07-22 | 1 | -1/+1 |
* | Prep for the next release. ETA Wednesday (the 4th). | Gerald Combs | 2005-05-02 | 1 | -1/+1 |
* | Add "plugins/profinet/Makefile" to configure.in. | Gerald Combs | 2005-05-02 | 1 | -0/+1 |
* | Fix the display of help information for various --with arguments (for | Guy Harris | 2005-03-17 | 1 | -35/+40 |
* | Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it. | Guy Harris | 2005-03-16 | 1 | -72/+37 |
* | Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the version | Gerald Combs | 2005-03-09 | 1 | -1/+1 |
* | Add stats_tree and xml plugins to the build process | Luis Ontanon | 2005-03-06 | 1 | -0/+2 |
* | Search for fop, not fop.sh | Jörg Mayer | 2005-02-24 | 1 | -3/+3 |
* | Correct fix for distcheck this time - definitely | Jörg Mayer | 2005-02-20 | 1 | -1/+0 |
* | Remove stats_tree again: It breaks distcheck | Jörg Mayer | 2005-02-20 | 1 | -1/+0 |
* | Beginnings of autogenerating docbook/Makefile (long way to go) so call it Mak... | Jörg Mayer | 2005-02-20 | 1 | -0/+23 |
* | Create stats_tree Makefile to allow manual builds | Jörg Mayer | 2005-02-20 | 1 | -0/+1 |
* | From Oleg Terletsky: AgentX support. | Guy Harris | 2005-02-10 | 1 | -0/+1 |
* | Back out the previous change - we were setting "datafiledir", not | Guy Harris | 2005-02-06 | 1 | -0/+9 |
* | Albert Chin: | Jörg Mayer | 2005-02-04 | 1 | -9/+0 |
* | Add mate to the build process (plus a few whitespace changes) | Jörg Mayer | 2005-01-15 | 1 | -3/+4 |
* | Bump the version to 0.10.9. | Gerald Combs | 2005-01-15 | 1 | -1/+1 |
* | Updates for 0.10.8. | Gerald Combs | 2004-12-07 | 1 | -1/+1 |
* | renamed capinfo to capinfos, as the former name capinfo was already used in a... | Ulf Lamping | 2004-10-20 | 1 | -11/+11 |
* | Dectect MIT-Kerberos as well | Jörg Mayer | 2004-10-15 | 1 | -6/+6 |
* | Bump the version to 0.10.7. | Gerald Combs | 2004-10-08 | 1 | -1/+1 |
* | Fix a typo. | Guy Harris | 2004-09-26 | 1 | -1/+1 |
* | In the SNMP tests, we're using AC_TRY_LINK to avoid caching the results | Guy Harris | 2004-09-26 | 1 | -3/+0 |
* | Clean up a bunch of cruft in --with-ssl; make it more resemble other | Guy Harris | 2004-09-26 | 1 | -6/+35 |
* | Name the variables that have the names of ".lo" files as _LO, not _O; | Guy Harris | 2004-09-05 | 1 | -7/+25 |
* | Some UN*Xes don't have any "strtou*" routine to convert a string to a | Guy Harris | 2004-09-03 | 1 | -18/+16 |
* | FreeBSD 3.4 doesn't have "strtoull()", but it does have "strtouq()", | Guy Harris | 2004-08-22 | 1 | -0/+18 |
* | Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginnings | Gerald Combs | 2004-08-06 | 1 | -1/+1 |
* | From Ian Schorr: capinfo - provides capture file information. | Olivier Biot | 2004-07-28 | 1 | -0/+17 |