aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-03-10fix missing return bug from didierRonnie Sahlberg1-1/+1
2006-03-10make using canaries optionalRonnie Sahlberg1-3/+49
2006-03-10add a define that controls explicitely whether we want to use guard pages (if...Ronnie Sahlberg1-11/+18
2006-03-10Remove a linebreak to emphasise the guid structure (doesn't changeTim Potter1-2/+1
2006-03-09don't use g_message() inside dissector codeUlf Lamping1-12/+12
2006-03-09Fix coverity Error CID: 15.Olivier Biot1-1/+1
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs5-208/+192
2006-03-09coverity #40Ronnie Sahlberg1-1/+1
2006-03-09coverity #5Ronnie Sahlberg1-0/+1
2006-03-09Fix Bug 725: Anders Broman1-83/+83
2006-03-09Display more info for some PXE DHCP options:Tim Potter1-6/+76
2006-03-08Fix Coverity issue CID: 14 in wkh_accept_encoding().Olivier Biot1-1/+1
2006-03-08Fix a couple of compilation warnings.Gerald Combs1-2/+6
2006-03-08Include tchar.h only if we're running Windows. Fixup whitespace.Gerald Combs1-9/+7
2006-03-08Consolidate duration decoding and presentationJaap Keuter1-18/+12
2006-03-08fix bug 772: and again, don't pass a NULL pointer to a printf like function o...Ulf Lamping1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs5-4/+127
2006-03-08CID4 and CID3 ChangeAnders Broman1-2/+2
2006-03-08Fix:Anders Broman1-158/+131
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa3-51/+41
2006-03-08Coverity CID 103 pointed me to this section of code. The bufferGilbert Ramirez1-23/+15
2006-03-08fix minor bug coverity 74Ronnie Sahlberg1-2/+2
2006-03-08Avoid passing junk to ssl_debug_printf fmt if a weird cipher is found ().Luis Ontanon1-2/+3
2006-03-08remove a redundant if statementRonnie Sahlberg1-3/+2
2006-03-08for really really weird malformed lanman packets it is theoretically possibleRonnie Sahlberg1-0/+4
2006-03-08Hide #line directives inside comments so that coverrity shows the errors it h...Luis Ontanon2-47/+50
2006-03-08coverity bug 73Ronnie Sahlberg1-1/+5
2006-03-08coverity turned up a false positive in cid 37Ronnie Sahlberg1-1/+1
2006-03-08remove some harmless but redundant codeRonnie Sahlberg1-10/+4
2006-03-07Remove dead code. Due the to if() test that checks for specificGilbert Ramirez1-4/+5
2006-03-07potential dereference of null pointerRonnie Sahlberg1-1/+1
2006-03-07fix a potential assignment of a wild pointerRonnie Sahlberg1-1/+1
2006-03-07Fix Coverity CID: 8 dead code.Anders Broman1-3/+3
2006-03-07fix a potential null dereferenceRonnie Sahlberg1-3/+8
2006-03-07Remove a case statement which can never be reached, because theGilbert Ramirez1-5/+0
2006-03-07Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read pastGerald Combs1-5/+7
2006-03-07Dissect part of TIPCv2.Anders Broman1-116/+1153
2006-03-07From Jeff Morriss:Gerald Combs1-19/+35
2006-03-07Initialize a return value. Found by Coverity.Gerald Combs1-4/+4
2006-03-07Catch negative return value, leading to near infinite loop. Jaap Keuter1-1/+2
2006-03-07Fix a possible NULL pointer dereference (coverity bug id 32)Lars Roland1-1/+1
2006-03-07Rename set_string_hash... into se_tree_xxx_string as proposed by ronnie for c...Luis Ontanon2-10/+5
2006-03-07From Jeff Morris,Luis Ontanon1-4/+2
2006-03-07Fix a possible NULL pointer dereference discovered by coverity.Lars Roland1-10/+10
2006-03-07rewrite of some hairy codeRonnie Sahlberg1-125/+65
2006-03-07use an elaborated key for the string keyed "hash table"Luis Ontanon1-54/+60
2006-03-07Fix a bug reported by coverity.Anders Broman1-1/+2
2006-03-07ep_strdup stack buffer before returning it.Luis Ontanon1-1/+1
2006-03-07- contsify a variable in packet-alcap.c to see if a fake bug reported by cove...Luis Ontanon2-2/+2
2006-03-07Add a hash table with string keys based on the red/black tree.Luis Ontanon2-0/+85