aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Define some fcns & vars as static ...Bill Meier1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-33/+29
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-3/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-4/+4
2009-10-24No point passing a global pointer as a function argument.Stig Bjørlykke1-18/+18
2009-10-24From Robert Simac via bug 3470:Stig Bjørlykke1-0/+125
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-29From Chris Costa: Fix Bug 3786: "NDMP fragmentation fails when final fragment...Bill Meier1-3/+3
2009-07-27Improve defragmentation:Bill Meier1-51/+92
2009-07-03Set save_fragmented regardless of whether we're reassembling or not, asGuy Harris1-3/+4
2009-07-03Fix:Anders Broman1-2/+2
2009-07-03From Chris Costa:Anders Broman1-40/+366
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-39/+39
2009-05-19Avoid crash when not reassembling multiple TCP segments.Stig Bjørlykke1-5/+5
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-3/+1
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-09From Chris Costa:Anders Broman1-12/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2007-09-28add a function to test if a packet is ndmp or notRonnie Sahlberg1-8/+22
2007-09-28ndmp and tcp encapsulation of esp both use port 10000Ronnie Sahlberg1-0/+6
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...Stephen Fisher1-1/+1
2007-03-11Fix bug 552:Jeff Morriss1-34/+34
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-14set both read/write flags in ndmp scsi and also always set the expected len...Ronnie Sahlberg1-0/+6
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-1/+3
2006-10-12wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg1-0/+3
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg1-0/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-1/+0
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg1-0/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-4/+4
2006-07-10Two more bugs from Ilja van Sprundel.Gerald Combs1-11/+11
2006-06-30from aaron christensenRonnie Sahlberg1-1/+14
2006-06-17allocate the correct size of buffer to store the itlq structure for scsiRonnie Sahlberg1-1/+1
2006-06-17make ndmp track itl structuresRonnie Sahlberg1-6/+32
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.Michael Tüxen1-1/+1
2006-05-08use request/response tracking structure from NDMP and hang a scsi itlq nexus ...Ronnie Sahlberg1-32/+35
2006-05-08add tracking of request/response and responsetime to ndmpRonnie Sahlberg1-0/+69
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-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg1-1/+11
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-13/+0
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg1-2/+21
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-2/+2