aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/packet-wimaxasncp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-38/+5
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-3/+3
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-5/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-13Use result of register_dissectorPeter Wu1-11/+2
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-2/+2
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-7/+7
2015-04-20wimax: replace deprecated tvb_length callsEvan Huus1-14/+13
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-21/+13
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2014-12-29Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-13/+3
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-6/+5
2014-12-22plugins: Cleanup #includesBill Meier1-5/+2
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+1
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann1-5/+8
2014-10-19Eliminate a use of a ctype.h function.Guy Harris1-2/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-30/+12
2014-07-07Squelch compiler warning.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus1-4/+1
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-4/+4
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17emem -> wmemPascal Quantin1-1/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-3/+3
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann1-8/+23
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-4/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-15/+45
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris1-35/+18
2012-12-26Fix a bunch of warnings.Guy Harris1-19/+7
2012-12-10General cleanup:Bill Meier1-142/+137
2012-09-26replace unnecessary decode_numeric_bitfield callsMichael Mann1-18/+9
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-1/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+11
2012-04-13From Pascal Quantin:Anders Broman1-5/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-04-26Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard1-3/+3