aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+1
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
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-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+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-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
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-04-18Fix FSF address.Guy Harris1-2/+2
2013-03-20[-Wmissing-prototypes]Anders Broman1-7/+7
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
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
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2013-02-09"make maintainer-clean" should nuke all generated files.Guy Harris1-0/+2
2013-02-09Get rid of trailing tabs, make comments more similar.Guy Harris1-2/+2
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-53/+80
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris1-35/+18
2012-12-26Fix a bunch of warnings.Guy Harris2-23/+11
2012-12-10General cleanup:Bill Meier1-142/+137
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-11-29Fix several [-Wshadow] warnings.Bill Meier1-9/+9
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 Morriss2-5/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+11
2012-04-13From Pascal Quantin:Anders Broman1-5/+0
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
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