| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -2306/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Carles Kishimoto: fix some bugs. | Guy Harris | 2004-07-02 | 1 | -11/+8 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -5/+5 |
* | avoid using ushort (not available on all platforms), use guint16 instead | Ulf Lamping | 2004-05-20 | 1 | -2/+2 |
* | Fixes to LMP for draft-09 support. | Ashok Narayanan | 2004-05-19 | 1 | -32/+23 |
* | Compiling with -pedantic: | Jörg Mayer | 2003-12-21 | 1 | -3/+3 |
* | Added support for LMP draft version -09. Support for older draft | Ashok Narayanan | 2003-10-23 | 1 | -147/+910 |
* | When registering a field, make sure its ID is -1 or 0 - if it's not, | Guy Harris | 2003-10-06 | 1 | -8/+1 |
* | Panic if a preference starts with the name of the module to which it | Guy Harris | 2003-01-28 | 1 | -2/+2 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -17/+17 |
* | The Boolean field for EndVerifyAck messages was missing, causing a crash | Guy Harris | 2002-10-17 | 1 | -1/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -390/+390 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Return an error for an invalid class instead of dumping core. | Gerald Combs | 2002-06-16 | 1 | -2/+8 |
* | Require that the LMP and RSVP message types be greater than 0. | Gerald Combs | 2002-06-02 | 1 | -2/+3 |
* | Mark a frame invalid if its message type value exceeds | Gerald Combs | 2002-06-02 | 1 | -2/+9 |
* | - Added support for LMP draft versions -02 and -03 (selectable in | Ashok Narayanan | 2002-05-10 | 1 | -49/+156 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -5/+2 |
* | Use "%.10g", rather than "%f", for floating-point numbers. That will | Guy Harris | 2002-04-25 | 1 | -5/+5 |
* | Use "tvb_get_ntohieee_float()" to fetch floating-point numbers. | Guy Harris | 2002-04-24 | 1 | -10/+9 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -7/+2 |
* | Added support for the Link Management Protocol (LMP), used for optical | Ashok Narayanan | 2002-04-10 | 1 | -0/+1458 |