aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-21manpages are now done automagicallyJörg Mayer1-7/+2
2005-09-21Use BASE_DEC_HEX for the identifier field; that means we don't have toGuy Harris1-2/+2
2005-09-21Squelch some compiler wranings, and fix up the creation of a subsetGuy Harris1-18/+18
2005-09-21Squelch a compiler warning.Guy Harris1-1/+1
2005-09-21I think this is the check that was intended....Guy Harris1-1/+1
2005-09-21Fix a compiler warning.Guy Harris2-3/+3
2005-09-21Fix a comment.Guy Harris1-2/+4
2005-09-21Put in some comments based on stuff seen in the Samba codeGuy Harris1-0/+41
2005-09-20Give it an RCS ID.Guy Harris1-3/+3
2005-09-20Fix the name in the comment.Guy Harris1-1/+4
2005-09-20Give them RCS IDs.Guy Harris2-0/+3
2005-09-20Give them RCS IDs.Guy Harris7-0/+14
2005-09-20Give it an RCS ID.Guy Harris1-0/+2
2005-09-20From Hannes Gredler:Anders Broman1-11/+211
2005-09-20From Kaul:Anders Broman1-6/+6
2005-09-20Fix bug #404 Decoding of MSISDN on GSM is incomplete. Anders Broman1-4/+5
2005-09-20from francescoRonnie Sahlberg1-65/+85
2005-09-20make options field filterableRonnie Sahlberg1-11/+13