aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg39-22/+55
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris2-8/+8
2006-03-19Fix some format strings to display all fields in some mode sense pageGuy Harris1-5/+5
2006-03-19Turn the handle types into an enum, so that they're more likely to beGuy Harris1-3/+9
2006-03-19Fix typo.Guy Harris1-1/+1
2006-03-19No negative power consumption, so unsigned value.Jaap Keuter1-3/+2
2006-03-19Patch that fixes bug 793 and a few other things mostly revolving aroundJaap Keuter1-61/+93
2006-03-18- dissect sip headers properly when they are extended over multiple linesLars Roland1-16/+21
2006-03-18Make some string comparisons case insensitive in the sip dissectorLars Roland1-3/+3
2006-03-18based on a patch from Martin Mathieson: Lars Roland1-5/+250
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 Ming Zhang:Anders Broman1-3/+122
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-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-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-15Add missing preference storage. Jaap Keuter1-0/+1
2006-03-15From Greg Morris:Anders Broman3-177/+180
2006-03-15from Martim Mattieson:Anders Broman1-6/+65
2006-03-15From RABRET Laurent RD-MAPS-ISS:Anders Broman1-2/+2
2006-03-15lookupnames2 takes a different sid structure compared to lookupnamesRonnie Sahlberg1-2/+61
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-14coverity bug 139Ronnie Sahlberg1-1/+1
2006-03-14coverity bug 68Ronnie Sahlberg1-1/+6
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-13set current_proto to SCSI so that the exception handler will show the corre...Ronnie Sahlberg1-3/+22
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 Sahlberg2-1/+58
2006-03-13From Ming ZhangAnders Broman1-9/+164
2006-03-11mark parser error messages as Ethereal generatedUlf Lamping1-2/+4
2006-03-11Close the files after reading!Luis Ontanon1-0/+1
2006-03-11use se_trees instead of GHashTables,Luis Ontanon3-88/+160
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg4-12/+12
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-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-11replace GHashTables with se_treesLuis Ontanon1-35/+21