aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assign proto_item pointers that are not used.Martin Mathieson2011-03-291-2/+2
* Just use g_strdup_printf(), rather than doing it ourselves.Guy Harris2011-02-031-4/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-5/+5
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-211-6/+3
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :Jeff Morriss2010-11-173-176/+357
* Plugins are not shared libraries, so:Guy Harris2010-09-241-1/+0
* H. Sivank <hsivank@gmail.com>Jörg Mayer2010-09-231-1/+1
* Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier2010-09-171-1/+1
* Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss2010-05-141-8/+9
* Get rid of check_colAnders Broman2010-04-061-22/+16
* Make the test compile.Jaap Keuter2010-04-021-6/+6
* From sangaran:Anders Broman2010-04-013-0/+81
* cmake changes:Jörg Mayer2010-03-181-2/+3
* - Remove the lib prefix for plugin names.Jörg Mayer2010-02-241-4/+2
* Fix some gcc -Wshadow warnings.Bill Meier2010-01-281-5/+10
* From Didier Gautheron:Anders Broman2010-01-131-4/+1
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-171-1/+1
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-071-3/+15
* Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam2009-10-091-25/+3
* From Didier Gautheron:Anders Broman2009-10-091-1/+0
* Build plugins with cmake on OSX.Stig Bjørlykke2009-10-061-0/+2
* Build more plugins with cmake.Jörg Mayer2009-09-231-0/+79
* Run checkapi on the dissector header filesJeff Morriss2009-09-132-2/+2
* We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam2009-09-091-1/+1
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
* (Minor) Remove unneeded #includes.Bill Meier2009-08-211-2/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* From Rajasekhar Reddy Gali:Anders Broman2009-07-161-67/+62