aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+0
2012-10-11Correction to SVN #45476Bill Meier1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'.Bill Meier1-339/+341
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
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