aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-25remove some redundant code that would always evaluate to true anyway.Ronnie Sahlberg1-3/+3
2005-09-24prettify the previous patchRonnie Sahlberg1-48/+113
2005-09-24refactor the "dissector" for task management flags to dissect the bits properlyRonnie Sahlberg1-52/+130
2005-09-24remove an array from the stack, remove some strcpy() and strcat() callsRonnie Sahlberg1-16/+15
2005-09-24get rid of one array from the stack and convert all strcpy() to pointers to l...Ronnie Sahlberg1-16/+17
2005-09-24Squelch some compiler warnings.Guy Harris1-5/+5
2005-09-24get rid of most dtd leaks.Luis Ontanon3-47/+124
2005-09-24That code was never even compiled for testingJörg Mayer1-1/+0
2005-09-24Shoichi Sakane:Jörg Mayer1-25/+60
2005-09-24- There can be '/' in attribute names as wellLuis Ontanon2-29/+79
2005-09-23From MartinMRonnie Sahlberg1-37/+11
2005-09-23From KaulRonnie Sahlberg1-5/+5
2005-09-23Dont decrement the length by 2 if it is already less than twoRonnie Sahlberg1-0/+1
2005-09-23as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS...Ulf Lamping1-55/+55
2005-09-23show the same [Packet size limited during capture] message in the column info...Ulf Lamping1-1/+1
2005-09-23when I've done the last change here, I wasn't expecting to get an fcs_len val...Ulf Lamping1-1/+3
2005-09-23remove some compiler warningsRonnie Sahlberg1-10/+10
2005-09-23remove some compiler warningsRonnie Sahlberg1-4/+4
2005-09-22fix offset calculation of DataStatus fields if Ethernet FCS (or a similar tra...Ulf Lamping1-3/+4
2005-09-22bugfix: don't crash, if pinfo->match_string == NULLUlf Lamping1-1/+1
2005-09-22bugfix: don't crash, if tag_save_literal == NULLUlf Lamping1-2/+2
2005-09-22bugfix: don't crash, if current_frame->ns == NULLUlf Lamping1-8/+12
2005-09-22enhance heuristics:Ulf Lamping1-0/+11
2005-09-22change ConnectCR flag item sequence, so the "most significant" bit will come ...Ulf Lamping1-3/+3
2005-09-22bugfix: don't simply use length field value from packet data, ensure the byte...Ulf Lamping1-0/+1
2005-09-22add two more bind reject reasons from the specsUlf Lamping1-0/+4
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris2-14/+14
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon2-10/+6
2005-09-22in register_dtd() do not leak the elements hashLuis Ontanon1-0/+21
2005-09-22Call H245 decoding and tunelled protocols decoding at the end of H225 dissect...Tomas Kukosa1-9/+80
2005-09-22Add the cisco url as wellJörg Mayer1-1/+2
2005-09-22Add a comment on packets with opcode 3Jörg Mayer1-0/+6
2005-09-22replace match_strval with val_to_str, where the output was used by string out...Ulf Lamping1-1/+1
2005-09-22Squelch some compiler warnings.Guy Harris1-3/+3
2005-09-22prevent output of NULL stringsUlf Lamping1-2/+2
2005-09-22replace match_strval with val_to_str in several places, where the output was ...Ulf Lamping1-10/+6
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris4-66/+69
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris1-12/+11
2005-09-21OIDs are put into the protocol tree as strings containing a textualGuy Harris2-3/+3
2005-09-21fix/add doxygen commentsUlf Lamping2-14/+14
2005-09-21get rid of strcpy in packet-ntp.cRonnie Sahlberg6-55/+61
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris1-5/+10
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris1-139/+273
2005-09-21Don't fill in a data structure for the packet while dissecting; we useGuy Harris1-131/+0
2005-09-21Don't fill in a data structure for the packet while dissecting; we useGuy Harris2-220/+204
2005-09-21Use a proper length for booleans. If we have a malformed packet, throw anGerald Combs1-14/+14
2005-09-21remove some strcpy() with g_snprintf()Ronnie Sahlberg1-6/+9
2005-09-21If pinfo->match_string is null (e.g. when we're called from the JabberGerald Combs1-1/+4
2005-09-21fix #372: the bug raised a "division by zero" exception. I've add a check for...Ulf Lamping1-1/+3
2005-09-21bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2...Ulf Lamping1-1/+1