summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-17Remove unused internal entities. Update some bug entries. FixupGerald Combs1-57/+19
2006-03-17add missing IDispatch methods and related dissectionsUlf Lamping2-84/+309
2006-03-17fix for coverity bug 41Ronnie Sahlberg1-3/+12
2006-03-17Fix bug 819: make sure to always return a tvb pointer.Jaap Keuter1-0/+2
2006-03-17From Martin Warnes:Jaap Keuter1-3/+6
2006-03-17From Ming Zhang:Anders Broman1-3/+122
2006-03-16fix some typos in a commentUlf Lamping1-2/+2
2006-03-16we don't need to "ban" the print call any longerUlf Lamping1-11/+0
2006-03-16Copy a bugfix from http://www.sqlite.org/cvstrac/tktview?tn=313Anders Broman1-2/+1
2006-03-16Fix dissection of QoS.Anders Broman1-1/+34
2006-03-16If version is v6 let the IPv6 dissetor handle it.Anders Broman1-0/+7
2006-03-16Add some extension IE:sAnders Broman1-69/+228
2006-03-16- Have strptime prototype being included.Luis Ontanon1-10/+33
2006-03-16Fixed skipCount decoding. Added "relevant function" tag and put relevant func...Jaap Keuter1-14/+28
2006-03-16Superfluous check on 'secret' removed.Jaap Keuter1-2/+1
2006-03-16Check struct pointer before dereferencing it. Jaap Keuter1-1/+1
2006-03-16From: Peter JohanssonLuis Ontanon1-1/+3
2006-03-16the new type of sid/rid structure is for lookupnames2 not lookupnamesRonnie Sahlberg1-4/+4
2006-03-15One day I'll be able to do change something in windows in a single attemptLuis Ontanon2-0/+2
2006-03-15Define HAVE_LUA_5_1 on windows as that what we have.Luis Ontanon1-0/+1
2006-03-15Add missing preference storage. Jaap Keuter1-0/+1
2006-03-15use time_t instead of an unsigned integer to sstore the time.Luis Ontanon1-3/+3
2006-03-15Some more variable bindings and add some mising PDU types.Anders Broman3-11/+133
2006-03-15From Greg Morris:Anders Broman5-177/+183
2006-03-15from Martim Mattieson:Anders Broman1-6/+65
2006-03-15From RABRET Laurent RD-MAPS-ISS:Anders Broman1-2/+2
2006-03-15Update/add some Cisco multicast addressesJörg Mayer2-11/+38
2006-03-15lookupnames2 takes a different sid structure compared to lookupnamesRonnie Sahlberg1-2/+61
2006-03-15Start implementing the variable binding part.Anders Broman3-10/+541
2006-03-15From Motonori Shindo:Anders Broman1-45/+66
2006-03-15From Martin Mathieson:Anders Broman1-48/+77
2006-03-15From Martin MathiesonAnders Broman1-14/+34
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon3-8/+38
2006-03-14coverity bug 139Ronnie Sahlberg1-1/+1
2006-03-14coverity bug 68Ronnie Sahlberg1-1/+6
2006-03-14coverity bug 43Ronnie Sahlberg1-1/+4
2006-03-14Add strptime.obj to outfiles as well.Anders Broman1-1/+1
2006-03-14From Laurent Rabret, Anders Broman2-27/+29
2006-03-14coverity bug 44Ronnie Sahlberg1-2/+4
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