aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Fix some duplicate display filter names.Chris Maynard1-2/+2
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-21/+21
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-338/+338
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-78/+78
2011-05-26From Michael Mann.Anders Broman1-107/+107
2011-04-18Fix 100(!) Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-16/+14
2011-04-12Fix two instances of apparent use of incorrect tree: Coverity 982 & 983;Bill Meier1-1423/+1421
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-12/+12
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-19Fix gcc -Wshadow warningsBill Meier1-21/+21
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-10/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-293/+293
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-4/+6
2009-04-17Remove some no-longer-needed casts.Gerald Combs1-1/+1
2009-03-29More size_t casts.Anders Broman1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-11/+11
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-10/+10
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-3/+3
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-11/+11
2007-08-30Fix attribute *Print Checkpoint"Greg Morris1-26/+40
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-12Check to see if we've passed a null strval to ndps_string().Gerald Combs1-1/+2
2006-10-11Use a different heuristic to determine whether an NDPS string is ASCIIGuy Harris1-213/+188
2006-07-11fix two of iljas bugsRonnie Sahlberg1-1/+2
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs1-158/+158
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2006-01-11This patch fixes a couple of bind replies to report proper session id.Jaap Keuter1-3/+3
2005-11-23From Greg Morris:Anders Broman1-3/+415
2005-10-25Clean up "print_address()" - fix the indentation, do the check for aGuy Harris1-17/+18
2005-10-19From Greg Morris:Gilbert Ramirez1-4/+20
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-21/+3
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-4/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-4/+5
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-1/+3