| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the "maintainer-clean" rules get rid of some additional generated | Guy Harris | 2005-02-14 | 1 | -0/+2 |
* | Export two versions of the Ethereal dissector, for use with encapsulated | Guy Harris | 2004-11-24 | 1 | -3/+3 |
* | From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if we | Guy Harris | 2004-10-01 | 1 | -2/+2 |
* | From Lars Roland: add an option to link plugins with libethereal rather | Guy Harris | 2004-09-29 | 1 | -2/+11 |
* | .cvsignore is dead | Jörg Mayer | 2004-07-18 | 1 | -20/+0 |
* | Add epan/dissectors/.cvsignore | Jörg Mayer | 2004-07-18 | 1 | -0/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 30 | -30/+30 |
* | Replace the plugin linkage libs into PLUGIN_LIBS which is generated from the | Olivier Biot | 2004-04-25 | 1 | -2/+2 |
* | Add support for plugin dissectors on cygwin builds, by adding the following | Olivier Biot | 2004-04-14 | 1 | -1/+2 |
* | From Brian Wheeler: DOCSIS 2.0 support. | Guy Harris | 2004-03-17 | 11 | -295/+1843 |
* | Update a comment. | Guy Harris | 2004-02-05 | 1 | -2/+9 |
* | Don't do anything exotic to get signed integral values - Ethereal's | Guy Harris | 2004-01-07 | 1 | -59/+3 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | Use "int"s, not "guint16"s, as packet offsets (using values shorter | Guy Harris | 2003-12-13 | 23 | -141/+99 |
* | Use "int"s, not "guint16"s, as packet offsets (using values shorter | Guy Harris | 2003-12-13 | 1 | -8/+8 |
* | Use "int"s, not "guint16"s, as packet offsets (using values shorter than | Guy Harris | 2003-12-13 | 1 | -36/+36 |
* | prevent MSVC warning: | Ulf Lamping | 2003-12-11 | 2 | -5/+5 |
* | From Anand Narwani: fix bitmask for Active Grants field. | Guy Harris | 2003-11-12 | 1 | -2/+2 |
* | Use "$(OBJECTS)" whenever a complete list of .obj files appears, rather | Guy Harris | 2003-11-06 | 1 | -15/+3 |
* | Give every Makefile.nmake file a "distclean" rule, and have "distclean" | Guy Harris | 2003-10-10 | 1 | -1/+3 |
* | Get rid of another strict-aliasing warning: | Jörg Mayer | 2003-10-05 | 1 | -2/+2 |
* | Fix the URL for the DOCSIS specifications. | Guy Harris | 2003-09-09 | 1 | -2/+2 |
* | The PDU length is the length field minus the length of the EHDR *minus | Guy Harris | 2003-09-09 | 1 | -2/+2 |
* | Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus Interface | Guy Harris | 2003-09-09 | 1 | -15/+3 |
* | Put each TLV in a tree of its own, and put the TLV type and length | Guy Harris | 2003-09-09 | 1 | -30/+49 |
* | Update the URL for the DOCSIS 1.1 specifications. | Guy Harris | 2003-09-09 | 1 | -31/+18 |
* | - Make --enable-static work again (configure.in, Makefile.am) | Jörg Mayer | 2003-09-05 | 2 | -79/+4 |
* | Get rid of check for a null "docsis_vsif_handle" - "dissector_add()" | Guy Harris | 2003-07-19 | 1 | -2/+1 |
* | Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -2/+2 |
* | Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -4/+2 |
* | Update Anand Narwani's email address. | Gerald Combs | 2003-05-28 | 26 | -51/+51 |
* | Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed | Guy Harris | 2003-01-31 | 2 | -7/+7 |
* | Fix the copyright notice, give it an RCS ID, and fix the introductory | Guy Harris | 2003-01-11 | 1 | -4/+5 |
* | Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure | Guy Harris | 2003-01-09 | 1 | -1/+1 |
* | When registering a protocol, make sure there are no other protocols with | Guy Harris | 2002-10-15 | 1 | -3/+3 |
* | Fix two minor typos by Anand V. Narwani | Jörg Mayer | 2002-09-23 | 1 | -3/+3 |
* | Handle ignored files more flexible. This also fixes the newest files | Jörg Mayer | 2002-09-12 | 1 | -47/+2 |
* | From Anand Narwani: fix an error in decoding classifier TLV's. | Guy Harris | 2002-09-12 | 1 | -4/+4 |
* | From Anand Narwani: support for Cisco vendor-specific TLVs. | Guy Harris | 2002-09-10 | 28 | -11/+390 |
* | From Anand Narwani: updates to fix: | Guy Harris | 2002-08-30 | 2 | -12/+60 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 5 | -40/+40 |
* | From Anand Narwani: fix an infinite recursion issue when decoding | Guy Harris | 2002-08-20 | 1 | -1/+10 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 24 | -187/+3 |
* | Update from Anand V. Narwani: | Guy Harris | 2002-07-22 | 1 | -6/+54 |
* | Offsets in packets should be "int", not "guint8", unless there is an | Guy Harris | 2002-07-21 | 1 | -3/+3 |
* | From Anand V. Narwani: fix to the Info column for Request frames. | Guy Harris | 2002-07-20 | 1 | -3/+3 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 23 | -93/+1 |
* | Get rid of carriage returns. | Guy Harris | 2002-07-16 | 1 | -43/+43 |
* | From Anand V. Narwani: fix so that when a filter is applied to a DOCSIS | Guy Harris | 2002-07-14 | 1 | -6/+2 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 34 | -0/+9095 |