aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-12-31Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-12-30The first argument to "adler32_bytes()" is only passed on toGuy Harris2-3/+3
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris3-6/+22
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2-21/+21
2004-12-30Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman2-4/+4
2004-12-30Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman1-1/+1
2004-12-30From Vincent Jardin: Fix the dissection of relayed messages.Gerald Combs1-84/+58
2004-12-30Add "get_addr_name()" to the list of items exported by libethereal.Guy Harris1-0/+1
2004-12-30In the "capture_null()" routine, handle IPv6.Guy Harris1-0/+7
2004-12-30Update a URL.Guy Harris1-1/+1
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris7-39/+59
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticGuy Harris2-3/+11
2004-12-29Remove some unneeded backslashes.Gerald Combs1-3/+3
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-4/+4
2004-12-29Add Ethernet type for DEC Local Area Systems Transport.Guy Harris1-0/+1
2004-12-28Remove some macros that were making the "splint" utility throw a fit.Gerald Combs1-60/+47
2004-12-27fix a freebsd buildbot compile error, caused by myself :-(Ulf Lamping1-1/+1
2004-12-27fix a solaris buildbot compile errorUlf Lamping1-1/+1
2004-12-27Again, some warnings removed.Ulf Lamping6-15/+19
2004-12-27Again, another warning (hopefully) removed.Ulf Lamping1-1/+1
2004-12-26From Jouni Malinen: use a length field from the packet to determine howGuy Harris1-11/+25
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris4-38/+94
2004-12-26From Vincent Jardin:Gerald Combs1-1/+47
2004-12-26Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-26From Jouni Malinen: dissect TLS extensions (RFC 3546) for ClientHelloGuy Harris1-0/+96
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.Guy Harris6-196/+282
2004-12-25Again, some warnings removed.Ulf Lamping5-12/+16
2004-12-25Fix a core dump causing the buildbot test menagerie to fail. It was caused by...Ulf Lamping1-2/+4
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping24-162/+157
2004-12-25Again, some warnings removed.Ulf Lamping3-6/+6
2004-12-24use GLib's pointer to int conversion macros to prevent compiler warningsUlf Lamping2-4/+4
2004-12-24Note the RFC that describes VJ compression.Guy Harris1-1/+1
2004-12-24New protocol RFC2510 PKIXCMP Certificate Management ProtocolRonnie Sahlberg3-0/+1883
2004-12-24export ResonFlags from pkix1implicitRonnie Sahlberg2-0/+7
2004-12-24export Certificate and CertificateList from pkix1explicitRonnie Sahlberg2-0/+14
2004-12-24New "protocol" the support functions from RFC2511 Certificate Request Mess...Ronnie Sahlberg3-0/+1346
2004-12-24export EnvelopedDataRonnie Sahlberg2-2/+3
2004-12-23RST segmetns are never WindowFull segments.Ronnie Sahlberg1-12/+14
2004-12-23add another error code to dcerpcRonnie Sahlberg1-0/+1
2004-12-23Again, some warnings removed.Ulf Lamping1-2/+0
2004-12-22Clean up one more instance of 8-byte timestamps in SMB. Have to work onRichard Sharpe1-45/+15
2004-12-22RFC 2868 says that the length of a "tagged string" field must be atGuy Harris1-8/+8
2004-12-22Check for all bogus ACE lengths, i.e. all lengths < 4.Guy Harris1-8/+39
2004-12-22Add only one protocol tree item for the "weak IV" flag - add it as aGuy Harris1-5/+6
2004-12-22Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff thatRichard Sharpe1-39/+84
2004-12-22In the "rdconvertXXXtostr()" routines, check that the length passed inGuy Harris1-12/+16
2004-12-22Move the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED, and RADIUS_UNKNOWNGuy Harris1-33/+37
2004-12-22Properly declare a variable as volatile, as the longjmp done by theGuy Harris1-1/+1
2004-12-22Add some checks to make sure the AVP length is large enough for the itemGuy Harris1-9/+48