summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-06From Ming Zhang:Anders Broman1-2/+69
2006-03-06Handle a null pointer. Fixes bugs 778 and 787.Gerald Combs1-1/+2
2006-03-06Update manuf, FAQ, help/faq.txtJörg Mayer3-1356/+1692
2006-03-06Remove the test-splint target. Splint never did work on the Ethereal sourcesGerald Combs1-9/+0
2006-03-06 get rid of another slow hashtable and one global variable andRonnie Sahlberg4-71/+16
2006-03-06replace one hashtable storing filehandles with a new se treeRonnie Sahlberg1-62/+51
2006-03-06replace a g_malloc()/g_free() pair with ep_alloc() insteadRonnie Sahlberg1-4/+4
2006-03-06add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg3-21/+156
2006-03-06From Jeff Morriss:Anders Broman1-0/+2
2006-03-06From Jhon Sullivan:Anders Broman2-22/+175
2006-03-05Make a new PER function dissect_per_enumerated() and use it for the two place...Anders Broman4-5/+98
2006-03-05Add the actual dissector, win makefile and update the asn1 makefile.Anders Broman4-0/+1717
2006-03-05propset ...Jörg Mayer3-3/+3
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt20-73/+939
2006-03-05convert another hashtable for tcp into se_treeRonnie Sahlberg1-11/+6
2006-03-05Add in a variable we need on Windows.Guy Harris1-0/+3
2006-03-05In the capture_loop.c code, open the capture device for input beforeGuy Harris2-14/+14
2006-03-05initial implementation of binary tree support with se allocation scopeRonnie Sahlberg4-11/+372
2006-03-05Make some routines not used outside capture_loop.c static.Guy Harris2-9/+2
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris8-221/+358
2006-03-05wrong name.Luis Ontanon1-1/+1
2006-03-05+ retap_packets()Luis Ontanon1-0/+7
2006-03-05+ retap_packets()Luis Ontanon5-32/+62
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris8-137/+375
2006-03-04From Ming Zhang:Anders Broman1-31/+92
2006-03-04From Florent Drouin:Anders Broman1-1/+1
2006-03-04Fix bug 786Anders Broman1-8/+14
2006-03-03Use intptr_t for int-to-pointer conversions.Gerald Combs1-4/+6
2006-03-03Clean up white space.Guy Harris1-149/+151