aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-76/+76
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-08-25"Bytes left to read" is an unsigned quantity. Changed FT_INT64 to FT_UINT64 ...Chris Maynard1-1/+1
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
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