| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Ethernet type for DEC Local Area Systems Transport. | Guy Harris | 2004-12-29 | 1 | -0/+1 |
* | Remove some macros that were making the "splint" utility throw a fit. | Gerald Combs | 2004-12-28 | 1 | -60/+47 |
* | fix a freebsd buildbot compile error, caused by myself :-( | Ulf Lamping | 2004-12-27 | 1 | -1/+1 |
* | fix a solaris buildbot compile error | Ulf Lamping | 2004-12-27 | 1 | -1/+1 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-27 | 6 | -15/+19 |
* | Again, another warning (hopefully) removed. | Ulf Lamping | 2004-12-27 | 1 | -1/+1 |
* | From Jouni Malinen: use a length field from the packet to determine how | Guy Harris | 2004-12-26 | 1 | -11/+25 |
* | From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to- | Guy Harris | 2004-12-26 | 4 | -38/+94 |
* | From Vincent Jardin: | Gerald Combs | 2004-12-26 | 1 | -1/+47 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-26 | 1 | -1/+1 |
* | From Jouni Malinen: dissect TLS extensions (RFC 3546) for ClientHello | Guy Harris | 2004-12-26 | 1 | -0/+96 |
* | From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS. | Guy Harris | 2004-12-26 | 6 | -196/+282 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-25 | 5 | -12/+16 |
* | Fix a core dump causing the buildbot test menagerie to fail. It was caused by... | Ulf Lamping | 2004-12-25 | 1 | -2/+4 |
* | a lot of warnings removed, most of them about pointer to int casts without us... | Ulf Lamping | 2004-12-25 | 24 | -162/+157 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-25 | 3 | -6/+6 |
* | use GLib's pointer to int conversion macros to prevent compiler warnings | Ulf Lamping | 2004-12-24 | 2 | -4/+4 |
* | Note the RFC that describes VJ compression. | Guy Harris | 2004-12-24 | 1 | -1/+1 |
* | New protocol RFC2510 PKIXCMP Certificate Management Protocol | Ronnie Sahlberg | 2004-12-24 | 3 | -0/+1883 |
* | export ResonFlags from pkix1implicit | Ronnie Sahlberg | 2004-12-24 | 2 | -0/+7 |
* | export Certificate and CertificateList from pkix1explicit | Ronnie Sahlberg | 2004-12-24 | 2 | -0/+14 |
* | New "protocol" the support functions from RFC2511 Certificate Request Mess... | Ronnie Sahlberg | 2004-12-24 | 3 | -0/+1346 |
* | export EnvelopedData | Ronnie Sahlberg | 2004-12-24 | 2 | -2/+3 |
* | RST segmetns are never WindowFull segments. | Ronnie Sahlberg | 2004-12-23 | 1 | -12/+14 |
* | add another error code to dcerpc | Ronnie Sahlberg | 2004-12-23 | 1 | -0/+1 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-23 | 1 | -2/+0 |
* | Clean up one more instance of 8-byte timestamps in SMB. Have to work on | Richard Sharpe | 2004-12-22 | 1 | -45/+15 |
* | RFC 2868 says that the length of a "tagged string" field must be at | Guy Harris | 2004-12-22 | 1 | -8/+8 |
* | Check for all bogus ACE lengths, i.e. all lengths < 4. | Guy Harris | 2004-12-22 | 1 | -8/+39 |
* | Add only one protocol tree item for the "weak IV" flag - add it as a | Guy Harris | 2004-12-22 | 1 | -5/+6 |
* | Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff that | Richard Sharpe | 2004-12-22 | 1 | -39/+84 |
* | In the "rdconvertXXXtostr()" routines, check that the length passed in | Guy Harris | 2004-12-22 | 1 | -12/+16 |
* | Move the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED, and RADIUS_UNKNOWN | Guy Harris | 2004-12-22 | 1 | -33/+37 |
* | Properly declare a variable as volatile, as the longjmp done by the | Guy Harris | 2004-12-22 | 1 | -1/+1 |
* | Add some checks to make sure the AVP length is large enough for the item | Guy Harris | 2004-12-22 | 1 | -9/+48 |
* | Fix one comment, and put in another one giving a note about where you | Guy Harris | 2004-12-21 | 1 | -1/+11 |
* | From Victor Stratan: GSM SMS fixes: | Olivier Biot | 2004-12-21 | 1 | -3/+14 |
* | Use "format_text()" on strings, to better handle non-printable | Guy Harris | 2004-12-21 | 1 | -4/+10 |
* | Put the strings for the X-Mms-Previously-Sent-By header under the MMSE | Guy Harris | 2004-12-21 | 1 | -2/+2 |
* | Make the array for the "setup method" for RTP, RTCP, and T.38 | Guy Harris | 2004-12-21 | 4 | -7/+7 |
* | from metze | Ronnie Sahlberg | 2004-12-21 | 1 | -6/+27 |
* | abs_time_to_str() returns a staticly allocated string. dont g_free() it. | Ronnie Sahlberg | 2004-12-21 | 1 | -4/+3 |
* | Abhijit Menon-Sen: | Jörg Mayer | 2004-12-21 | 1 | -8/+15 |
* | Giles Scott: Add Wlan tap | Jörg Mayer | 2004-12-21 | 2 | -2/+32 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-21 | 1 | -11/+8 |
* | Fix an off-by-one error when terminating a string. | Gerald Combs | 2004-12-21 | 1 | -1/+1 |
* | Abhijit Menon-Sen: Postgres v3 support | Jörg Mayer | 2004-12-20 | 3 | -222/+887 |
* | Get rid of extra include of <string.h>. | Guy Harris | 2004-12-20 | 1 | -2/+0 |
* | Removed some of the unix related warnings. I'll remove the remaining DCOM rel... | Ulf Lamping | 2004-12-20 | 3 | -23/+8 |
* | Include <string.h> to declare various functions. | Guy Harris | 2004-12-20 | 1 | -0/+5 |