aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-03-14handle coverity bug 36Ronnie Sahlberg1-1/+5
2006-03-14put the opcode as a generated field inside data pdus for scsiRonnie Sahlberg1-4/+41
2006-03-14prettifu getconfiguration responseRonnie Sahlberg1-6/+26
2006-03-14missed to add strptime.obj to the editcap.Luis Ontanon1-1/+1
2006-03-13set current_proto to SCSI so that the exception handler will show the corre...Ronnie Sahlberg1-3/+22
2006-03-13Use checkTextWindow instead of shiftTextWindow to fetch the window object fro...Luis Ontanon1-15/+38
2006-03-13Add -A <start time> and -B <stop time> options to editcapLuis Ontanon2-5/+66
2006-03-13remove a compiler warningUlf Lamping1-1/+1
2006-03-13if tcp checksum validation is enabled Ronnie Sahlberg1-0/+7
2006-03-13SCSI is fairly unique among the ethereal protocols in that it is sometimes no...Ronnie Sahlberg3-1/+70
2006-03-13From Ming ZhangAnders Broman1-9/+164
2006-03-13Expert info is going to be used in runtime.Luis Ontanon1-67/+8
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping5-76/+104
2006-03-12This time, should be the good one!Luis Ontanon2-1/+2
2006-03-12is that what you meant?Ulf Lamping1-1/+1
2006-03-12Let's see if at the third attempt I get it right...Luis Ontanon1-1/+1
2006-03-12Let's try again!Luis Ontanon1-1/+0
2006-03-12I Hope this worksLuis Ontanon2-1/+7
2006-03-12Move make-init-lua.pl and family to plugins/lua and have init.lua installed i...Luis Ontanon3-1/+189
2006-03-12Assure that pinfo is a valid pointer. Related to Coverity CID 112Jaap Keuter1-2/+2
2006-03-12Move init.lua and family to plugins/luaLuis Ontanon4-164/+1
2006-03-12reenable TreeItem,Luis Ontanon2-10/+16
2006-03-12Protocols are now invoked.Luis Ontanon1-9/+8
2006-03-11revert back to svn 17587Ronnie Sahlberg1-18/+59
2006-03-11oops removed one check too manyRonnie Sahlberg1-0/+3
2006-03-11Remove debug code...Luis Ontanon1-10/+0
2006-03-11Protocols register OK.Luis Ontanon4-51/+82
2006-03-11mark parser error messages as Ethereal generatedUlf Lamping1-2/+4
2006-03-11add dumpcap to the list of new featuresUlf Lamping1-0/+10
2006-03-11Close the files after reading!Luis Ontanon2-1/+4
2006-03-11use se_trees instead of GHashTables,Luis Ontanon3-88/+160
2006-03-11remove some redundant calls and checks and pass the required pointers as para...Ronnie Sahlberg1-59/+15
2006-03-11document the char *name parameter to the create tree functionsRonnie Sahlberg1-4/+9
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg7-21/+24
2006-03-11remove some unusued parametersRonnie Sahlberg1-136/+139
2006-03-11Avoid a coverity false positive (CID 38) from being considered.Luis Ontanon1-0/+3
2006-03-11 Mark coverity CID 117 as a false positive.Luis Ontanon1-0/+2
2006-03-11second try to fix the bugRonnie Sahlberg1-1/+1
2006-03-11the code forgot to update offset *offset++ is not the same as offset++ :-)Ronnie Sahlberg1-1/+1
2006-03-11Mark coverity's CID 105 as a false positive.Luis Ontanon1-0/+2
2006-03-11Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83Luis Ontanon1-5/+5
2006-03-11replace GHashTables with se_treesLuis Ontanon1-35/+21
2006-03-11include emem.hRonnie Sahlberg1-0/+1
2006-03-11... and don't forget to include emem.h!Ulf Lamping1-0/+1
2006-03-11replace g_malloc and alike by their corresponding ep_ functionsUlf Lamping2-14/+7
2006-03-11forgot to paint a node causing massively unbalanced treeRonnie Sahlberg1-28/+27
2006-03-11propset...Jörg Mayer2-206/+206
2006-03-11dont declare variables in the middle of a code block. many compilers do not...Ronnie Sahlberg3-56/+56
2006-03-10Add a function that returns an unique guint32 for each dpc.Luis Ontanon2-1/+17
2006-03-10fix coverity CIDs 113 and 114.Luis Ontanon5-180/+246