summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs10-135/+279
2006-03-08CID4 and CID3 ChangeAnders Broman1-2/+2
2006-03-08Fix:Anders Broman1-158/+131
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland1-13/+17
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa4-53/+43
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-08fix coverity bug 122Ronnie Sahlberg1-4/+6
2006-03-08An unimportant and harmless one per run leak in a tool used for building... C...Luis Ontanon1-1/+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-08Fix a cloding tagJaap Keuter1-1/+1
2006-03-08Another off by one error found by coverity (CID 83), using > instead of >= wh...Luis Ontanon1-1/+1
2006-03-08Coverity's run 14 CID 82.Luis Ontanon1-2/+2
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-08Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...Jaap Keuter1-13/+14
2006-03-07Remove dead code. Due the to if() test that checks for specificGilbert Ramirez1-4/+5
2006-03-07Fix what Coverity CID 61 was actually complaining about: Don't pass a NULLGerald Combs1-5/+8
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-07Undo the prevous unfortunate "rearrangement of code".Anders Broman1-80/+81
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 Combs2-21/+34
2006-03-07Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.Gerald Combs1-1/+3
2006-03-07Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),Gerald Combs1-0/+1
2006-03-07Dissect part of TIPCv2.Anders Broman1-116/+1153
2006-03-07Fix a bug reported by covierty and solved by http://www.sqlite.org/cvstrac/rl...Anders Broman1-81/+81
2006-03-07Solving various uninitialized variable warnings.Jaap Keuter1-8/+14
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-07Use g_assert to save us from dereferencing a NULL pointer. g_warning is not s...Lars Roland1-4/+4
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-07Remove strhash test code from lua...Luis Ontanon1-29/+0
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-07- merge SubTree, ProtoTree and ProtoItem into a single TreeItem class.Luis Ontanon9-414/+278
2006-03-07Add a hash table with string keys based on the red/black tree.Luis Ontanon2-0/+85