| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.3.5 -> 1.3.6. | Gerald Combs | 2010-05-05 | 1 | -1/+1 |
* | Added PKIXAttributeCertificate (RFC3281). | Stig Bjørlykke | 2010-04-14 | 1 | -0/+1 |
* | Use a 64-bit number to store the content length. This fixes: | Jeff Morriss | 2010-04-09 | 1 | -0/+1 |
* | Add --enable-setcap-install and --with-dumpcap-group. | Gerald Combs | 2010-04-08 | 1 | -1/+57 |
* | Disable the possible use of 'links' to generate release-notes.txt | Bill Meier | 2010-04-05 | 1 | -3/+5 |
* | 1.3.4 -> 1.3.5. | Gerald Combs | 2010-03-31 | 1 | -1/+1 |
* | This adds a new dissector plugin: INTERLINK. This protocol is used in | Uwe Girlich | 2010-03-16 | 1 | -0/+1 |
* | From Erwin van Eijk: | Anders Broman | 2010-02-28 | 1 | -0/+1 |
* | Handle C++ code, such as the wsgd plugin. | Guy Harris | 2010-02-26 | 1 | -2/+11 |
* | Make asn1/kerberos/Makefile and asn1/rua/Makefile as well. | Guy Harris | 2010-02-25 | 1 | -0/+2 |
* | Generate asn1/hnbap/Makefile. | Guy Harris | 2010-02-25 | 1 | -0/+1 |
* | There's an echo in here.... | Guy Harris | 2010-02-19 | 1 | -1/+1 |
* | To check for GLib 2.14.0 or later, just check with pkg-config, don't use | Guy Harris | 2010-02-18 | 1 | -26/+22 |
* | Fix/update some comments. | Guy Harris | 2010-02-18 | 1 | -7/+36 |
* | Check for GLib 2.14 and gmodule support no matter what. | Gerald Combs | 2010-02-15 | 1 | -2/+3 |
* | Don't use PCRE if we have GRegex. | Gerald Combs | 2010-02-13 | 1 | -5/+15 |
* | 1.3.3 -> 1.3.4. | Gerald Combs | 2010-02-11 | 1 | -1/+1 |
* | Use automake to build things in docbook/ . | Jeff Morriss | 2010-02-10 | 1 | -0/+17 |
* | automake 1.11 has macros built in that make compilation much | Jörg Mayer | 2009-12-22 | 1 | -0/+3 |
* | If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the | Gerald Combs | 2009-12-18 | 1 | -0/+1 |
* | Add the time zone abbreviation to the result of abs_time_to_str() and | Guy Harris | 2009-12-11 | 1 | -0/+3 |
* | Switch to .tar.bz2 for the "dist" target since that's what most people | Gerald Combs | 2009-11-24 | 1 | -1/+1 |
* | Switch back to normal versioning. Bump the version to 1.3.3. | Gerald Combs | 2009-11-24 | 1 | -1/+1 |
* | Add a few more optional compiler warnings and some (commented out) | Jörg Mayer | 2009-11-07 | 1 | -0/+5 |
* | Bump development version. | Anders Broman | 2009-10-29 | 1 | -1/+1 |
* | Putting the AC_CANONICAL_xxx macro(s) *after* AC_INIT seems to work, and | Guy Harris | 2009-10-16 | 1 | -3/+14 |
* | ns-cert-ext -> ns_cert_exts to make directory name consistent with filenames | Kovarththanan Rajaratnam | 2009-10-10 | 1 | -1/+1 |
* | Update configure to reflect new asn1 folder names | Kovarththanan Rajaratnam | 2009-10-10 | 1 | -5/+5 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -6/+8 |
* | Remove tpg from configure. It's not ready to be built by the masses | Kovarththanan Rajaratnam | 2009-09-26 | 1 | -1/+0 |
* | Try to add tpg, but it seems it doesn't build with autofoo either. | Jörg Mayer | 2009-09-25 | 1 | -0/+1 |
* | Bump version number after release of first development snapshot. | Jaap Keuter | 2009-09-20 | 1 | -1/+1 |
* | Fix handling of new-packet-list. | Michael Tüxen | 2009-09-17 | 1 | -1/+1 |
* | Make the new packet list the default build choice. | Anders Broman | 2009-09-17 | 1 | -2/+2 |
* | Add --enable-new-packet-list to configure script. Default | Michael Tüxen | 2009-09-02 | 1 | -0/+12 |
* | Remove strcasecmp. We use g_ascii_strcasecmp exclusively | Kovarththanan Rajaratnam | 2009-08-31 | 1 | -9/+0 |
* | - Add an AC macro to test linker flags. | Jörg Mayer | 2009-08-07 | 1 | -0/+13 |
* | Pull mkstemp() into tempfile.c. That's the only place we use it now, and | Gerald Combs | 2009-07-02 | 1 | -8/+1 |
* | Detect gnutls via pkg-config instead of the deprecated libgnutls-config. | Balint Reczey | 2009-06-28 | 1 | -7/+3 |
* | Strictly require flex instead of allowing lex, too. | Balint Reczey | 2009-06-28 | 1 | -4/+4 |
* | Revert commit 28854. | Balint Reczey | 2009-06-27 | 1 | -4/+5 |
* | Strictly require flex instead of allowing lex, too. | Balint Reczey | 2009-06-27 | 1 | -5/+4 |
* | Add -Wextra (ok, it was already there as -W) and -Wlogical-op | Jörg Mayer | 2009-06-22 | 1 | -0/+2 |
* | Use liblua by default, if available. | Stig Bjørlykke | 2009-06-03 | 1 | -3/+3 |
* | Adjusted the python binding message from configure. | Stig Bjørlykke | 2009-05-31 | 1 | -1/+1 |
* | python binding for wireshark (first commit) | Sebastien Tandel | 2009-05-29 | 1 | -0/+28 |
* | Move the trunk to 1.3. | Gerald Combs | 2009-05-26 | 1 | -1/+1 |
* | Lua support is no plugin. | Stig Bjørlykke | 2009-05-12 | 1 | -2/+2 |
* | Goal: Make the airpcap GUI available on Linux. | Jörg Mayer | 2009-05-05 | 1 | -0/+8 |
* | Bleah, some dissectors still insist on using structures and sizeof and | Guy Harris | 2009-04-22 | 1 | -1/+4 |