aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
Commit message (Expand)AuthorAgeFilesLines
* Support out-of-source checkapiStig Bjørlykke2014-04-251-1/+2
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-315-10/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus2014-02-031-4/+1
* Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus2013-12-191-4/+4
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-4/+4
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+1
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-131-0/+1
* emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* emem -> wmemPascal Quantin2013-09-171-1/+3
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-3/+3
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+2
* Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus2013-07-061-0/+23
* Define certain 'const char *...' arrays as static.Bill Meier2013-07-011-3/+3
* Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann2013-05-291-8/+23
* Fix FSF address.Guy Harris2013-04-181-2/+2
* [-Wmissing-prototypes]Anders Broman2013-03-201-7/+7
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-4/+1
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-101-15/+45
* Add %option noinput to some Flex files, as we aren't using the input()Guy Harris2013-02-101-0/+5
* "make maintainer-clean" should nuke all generated files.Guy Harris2013-02-091-0/+2
* Get rid of trailing tabs, make comments more similar.Guy Harris2013-02-091-2/+2
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-093-53/+80
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-1/+1
* Squelch some more discarding-qualifiers warnings.Guy Harris2012-12-261-35/+18
* Fix a bunch of warnings.Guy Harris2012-12-262-23/+11
* General cleanup:Bill Meier2012-12-101-142/+137
* Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier2012-12-051-5/+5
* Fix several [-Wshadow] warnings.Bill Meier2012-11-291-9/+9
* replace unnecessary decode_numeric_bitfield callsMichael Mann2012-09-261-18/+9
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-202-5/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+2
* Update FSF address - part II.Jakub Zawadzki2012-06-281-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-283-3/+3
* Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier2012-06-011-1/+1
* Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier2012-06-011-2/+2
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-111-11/+11
* From Pascal Quantin:Anders Broman2012-04-131-5/+0
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-2/+2
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-1/+1
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2011-10-181-1/+1
* Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard2011-04-261-3/+3
* Get rid of some unnecessary casts that just provoke uninterestingGuy Harris2011-04-251-11/+11
* Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard2011-03-311-1/+1