Remove -Wwrite-strings compiler flag
[metze/wireshark/wip.git] / plugins / wimaxasncp / packet-wimaxasncp.c
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-11 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-12-11 Michael Mannnew_register_dissector -> register_dissector for remain...
2015-11-27 Michael MannOfficially remove tvb_get_string and tvb_get_stringz.
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-04-30 Guy HarrisFix some cases where we're shifting a signed 1 left.
2015-04-20 Evan Huuswimax: replace deprecated tvb_length calls
2015-02-22 Michael MannAdd tvb_address_with_resolution_to_str.
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2014-12-29 Alexis La GoutteWimaxasncp: Fix Dead Store (Dead assignement/Dead incre...
2014-12-28 Michael MannReplace ip6_to_str and ip6_guint8_to_str with address_t...
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-22 Bill Meierplugins: Cleanup #includes
2014-12-21 Michael MannReplace ether_to_str with either address_to_str or...
2014-11-15 Michael MannEliminate proto_tree_add_text from some plugin dissecto...
2014-10-19 Guy HarrisEliminate a use of a ctype.h function.
2014-10-06 Bill Meierplugins: Add editor modelines; Adjust whitespace as...
2014-07-10 Michael Mannconvert to proto_tree_add_subtree[_format] for plugin...
2014-07-07 Guy HarrisSquelch compiler warning.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Evan HuusDon't pass tvb_get_ptr to proto_tree_add_string
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-17 Pascal Quantinemem -> wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-05-29 Michael MannBatch (some of) the plugins to filterable expert infos...
2013-02-19 Guy HarrisHow can I get a new tvbuff that starts at an offset...
2013-02-10 Bill MeierComment out numerous unused hf_.... instances found...
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-10 Bill MeierGeneral cleanup:
2012-09-26 Michael Mannreplace unnecessary decode_numeric_bitfield calls
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-13 Anders BromanFrom Pascal Quantin:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-18 Bill MeierDo some more conversions of proto_tree_add_item() ...
2011-04-26 Chris MaynardRemove const qualifier to name, abbrev and blurb to...
2011-04-25 Guy HarrisGet rid of some unnecessary casts that just provoke...
2011-03-29 Martin MathiesonDon't assign proto_item pointers that are not used.
2011-01-21 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-17 Jeff MorrissFrom David Katz via https://bugs.wireshark.org/bugzilla...
2010-09-17 Bill MeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-04-06 Anders BromanGet rid of check_col
2010-04-01 Anders BromanFrom sangaran:
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-08-21 Bill Meier(Minor) Remove unneeded #includes.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-16 Anders BromanFrom Rajasekhar Reddy Gali:
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-19 Gerald CombsBack out r27047 and r27053.
2008-12-18 Gerald CombsUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-06-23 Martin MathiesonMake sure info column is set correctly when tree =...
2008-05-26 Martin MathiesonShow ops, etc even when no filter set.
2008-04-05 Martin MathiesonDon't load in files unless tree is set.
2008-04-04 Martin MathiesonUse proto_register_prefix() with wimaxasncp plugin.
2007-12-06 Martin MathiesonFix some specifier strings (%d -> %u).
2007-11-19 Martin Mathieson- Prettify "Value" node that contains EAP tree with...
2007-11-16 Martin MathiesonEmbedding EAP inside wimaxasncp.
2007-11-10 Guy HarrisCast "char"s to "unsigned char" before handing them...
2007-11-09 Martin MathiesonFrom Stephen Croll.
2007-10-26 Martin MathiesonAdd expert item for cases of unmatched function type...
2007-10-12 Martin MathiesonTLVs now defined in XML (from Stephen Croll).
2007-09-26 Martin Mathieson- show type (number) of unrecognised tlvs in the tlv...
2007-09-07 Martin MathiesonReplace remaining non-printable characters that looked...
2007-09-07 Martin MathiesonSmall cleanup:
2007-09-07 Martin MathiesonTry Stephen Croll's workaround.
2007-09-06 Anders BromanChange it back...
2007-09-06 Anders BromanAdd A11 RRQ-CVSE-Active Start Airlink Record-Subtype...
2007-09-06 Martin MathiesonFix the unsigned errors. Not sure about the other windo...
2007-09-06 Martin MathiesonAdd wimaxasncp plugin folder contents (other changes...