aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-04-29Add some simple sanity checking of BVLC packets, so if you're unluckyGuy Harris1-15/+27
2006-04-29Clean up indentation; use 2-space indentation throughout.Guy Harris1-678/+672
2006-04-29chrisaudley@yahoo.com:Jörg Mayer1-0/+158
2006-04-29A dissector called from tcp_dissect_pdus() has to return void. (If youGuy Harris1-48/+46
2006-04-28Check Payload type before dissecting fmtp parameters.Anders Broman1-12/+24
2006-04-28Fix bug 896 by using tcp_dissect_pdus() .Anders Broman1-3/+30
2006-04-28Fix logic used to test protection under Windows OT. Only initializeGerald Combs1-14/+27
2006-04-28 tcp analysis updates to prepare for later tcp reassembly updatesRonnie Sahlberg2-188/+56
2006-04-28Don't change rflags for any properties other thanGuy Harris1-10/+0
2006-04-27This was completely broken, as the "length" variable actually reflectedGuy Harris1-25/+27
2006-04-27From Diego Petteno and Daniel Black: add more libraries to the list ofGuy Harris1-1/+1
2006-04-27Properly grow our buffers for utf_8to16().Gerald Combs1-1/+1
2006-04-26From Mark C. Brown:Jaap Keuter1-77/+77
2006-04-26If we're running under Windows 95/98/Me, don't abort if we can't protectGerald Combs1-15/+21
2006-04-26Add dissection of MPEG4 fmtp parameter.Anders Broman1-11/+191
2006-04-26authesserre samuel <sauthess@gmail.com>:Jörg Mayer2-4/+4
2006-04-26add tracking of ndmp conversations and use this to track the version used if ...Ronnie Sahlberg1-45/+64
2006-04-26 NOTIFY_[DATA|MOVER]_HALTED requests no longer take an XDR string containing ...Ronnie Sahlberg1-4/+29
2006-04-25Add some more ANSI Message types and Parameters dissect ANSI cause.Anders Broman2-20/+147
2006-04-25Add a URLJörg Mayer1-0/+1
2006-04-25rename some value_Strings from ..._val to ..._valsRonnie Sahlberg3-22/+22
2006-04-25fix win32 build:Ulf Lamping2-3/+6
2006-04-24SCSI Service Response Time StaisticsRonnie Sahlberg2-3/+7
2006-04-24Preparations to include ANSI ISUP dissection.Anders Broman2-259/+995
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg6-24/+67
2006-04-24Use 2-space indentation.Guy Harris1-450/+441
2006-04-23Use proto_tree_add_item() whenever possible; this simplifies the code,Guy Harris1-29/+16
2006-04-23Export tvb_uncompress to plugins; fixes bug 893.Guy Harris1-0/+1
2006-04-23From Diego Petteno: link the shared libethereal against the ADNSGuy Harris1-1/+1
2006-04-22put some exchange tracking info in scsi CDBs and DATA pdusRonnie Sahlberg1-18/+36
2006-04-22add the spc commands to the mmc tablesRonnie Sahlberg1-44/+50
2006-04-22add the spc commands to the smc and ssc tablesRonnie Sahlberg1-47/+73
2006-04-22add all supported SPC commands used by SBC to the SBC tablesRonnie Sahlberg1-61/+75
2006-04-22start prettifying the dissectionRonnie Sahlberg1-32/+45
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg7-361/+140
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg5-33/+94
2006-04-21From Jeff Morris:Anders Broman2-35/+43
2006-04-21From Chris Maynard:Jaap Keuter1-24/+34
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg11-182/+106
2006-04-20From: Shashidhar BhandareJaap Keuter2-5/+203
2006-04-20From Mark C. Brown:Jaap Keuter1-0/+4
2006-04-20Add some more Media types.Anders Broman1-1/+7
2006-04-20Fix bugs: Anders Broman1-40/+44
2006-04-20From Hannes Gredler:Jaap Keuter1-9/+9
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg4-43/+43
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg5-13/+15
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris2-6/+6
2006-04-19From Martin mathieson:Anders Broman1-2/+2
2006-04-19From Karsten P. Hoffmann:Anders Broman1-8/+31
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman3-5/+49