aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Add Ethernet type for DEC Local Area Systems Transport.Guy Harris2004-12-291-0/+1
* Remove some macros that were making the "splint" utility throw a fit.Gerald Combs2004-12-281-60/+47
* fix a freebsd buildbot compile error, caused by myself :-(Ulf Lamping2004-12-271-1/+1
* fix a solaris buildbot compile errorUlf Lamping2004-12-271-1/+1
* Again, some warnings removed.Ulf Lamping2004-12-276-15/+19
* Again, another warning (hopefully) removed.Ulf Lamping2004-12-271-1/+1
* From Jouni Malinen: use a length field from the packet to determine howGuy Harris2004-12-261-11/+25
* From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris2004-12-264-38/+94
* From Vincent Jardin:Gerald Combs2004-12-261-1/+47
* Again, some warnings removed.Ulf Lamping2004-12-261-1/+1
* From Jouni Malinen: dissect TLS extensions (RFC 3546) for ClientHelloGuy Harris2004-12-261-0/+96
* From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris2004-12-266-196/+282
* Again, some warnings removed.Ulf Lamping2004-12-255-12/+16
* Fix a core dump causing the buildbot test menagerie to fail. It was caused by...Ulf Lamping2004-12-251-2/+4
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-2524-162/+157
* Again, some warnings removed.Ulf Lamping2004-12-253-6/+6
* use GLib's pointer to int conversion macros to prevent compiler warningsUlf Lamping2004-12-242-4/+4
* Note the RFC that describes VJ compression.Guy Harris2004-12-241-1/+1
* New protocol RFC2510 PKIXCMP Certificate Management ProtocolRonnie Sahlberg2004-12-243-0/+1883
* export ResonFlags from pkix1implicitRonnie Sahlberg2004-12-242-0/+7
* export Certificate and CertificateList from pkix1explicitRonnie Sahlberg2004-12-242-0/+14
* New "protocol" the support functions from RFC2511 Certificate Request Mess...Ronnie Sahlberg2004-12-243-0/+1346
* export EnvelopedDataRonnie Sahlberg2004-12-242-2/+3
* RST segmetns are never WindowFull segments.Ronnie Sahlberg2004-12-231-12/+14
* add another error code to dcerpcRonnie Sahlberg2004-12-231-0/+1
* Again, some warnings removed.Ulf Lamping2004-12-231-2/+0
* Clean up one more instance of 8-byte timestamps in SMB. Have to work onRichard Sharpe2004-12-221-45/+15
* RFC 2868 says that the length of a "tagged string" field must be atGuy Harris2004-12-221-8/+8
* Check for all bogus ACE lengths, i.e. all lengths < 4.Guy Harris2004-12-221-8/+39
* Add only one protocol tree item for the "weak IV" flag - add it as aGuy Harris2004-12-221-5/+6
* Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff thatRichard Sharpe2004-12-221-39/+84
* In the "rdconvertXXXtostr()" routines, check that the length passed inGuy Harris2004-12-221-12/+16
* Move the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED, and RADIUS_UNKNOWNGuy Harris2004-12-221-33/+37
* Properly declare a variable as volatile, as the longjmp done by theGuy Harris2004-12-221-1/+1
* Add some checks to make sure the AVP length is large enough for the itemGuy Harris2004-12-221-9/+48
* Fix one comment, and put in another one giving a note about where youGuy Harris2004-12-211-1/+11
* From Victor Stratan: GSM SMS fixes:Olivier Biot2004-12-211-3/+14
* Use "format_text()" on strings, to better handle non-printableGuy Harris2004-12-211-4/+10
* Put the strings for the X-Mms-Previously-Sent-By header under the MMSEGuy Harris2004-12-211-2/+2
* Make the array for the "setup method" for RTP, RTCP, and T.38Guy Harris2004-12-214-7/+7
* from metzeRonnie Sahlberg2004-12-211-6/+27
* abs_time_to_str() returns a staticly allocated string. dont g_free() it.Ronnie Sahlberg2004-12-211-4/+3
* Abhijit Menon-Sen:Jörg Mayer2004-12-211-8/+15
* Giles Scott: Add Wlan tapJörg Mayer2004-12-212-2/+32
* Again, some warnings removed.Ulf Lamping2004-12-211-11/+8
* Fix an off-by-one error when terminating a string.Gerald Combs2004-12-211-1/+1
* Abhijit Menon-Sen: Postgres v3 supportJörg Mayer2004-12-203-222/+887
* Get rid of extra include of <string.h>.Guy Harris2004-12-201-2/+0
* Removed some of the unix related warnings. I'll remove the remaining DCOM rel...Ulf Lamping2004-12-203-23/+8
* Include <string.h> to declare various functions.Guy Harris2004-12-201-0/+5