aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+79
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-2/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-07-16From Rajasekhar Reddy Gali:Anders Broman1-67/+62
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-31/+31
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+7
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-12-19Back out r27047 and r27053.Gerald Combs1-4/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-4/+4
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-5/+5
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-2/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-06-23Make sure info column is set correctly when tree == NULL.Martin Mathieson1-87/+79
2008-05-26Show ops, etc even when no filter set.Martin Mathieson1-13/+7
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2-8/+8
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
2008-04-14The generated code warns about 'input' being unused. -Werror turns this into ...Jörg Mayer1-1/+1
2008-04-05Don't load in files unless tree is set.Martin Mathieson1-11/+15
2008-04-04Use proto_register_prefix() with wimaxasncp plugin.Martin Mathieson1-35/+57
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2007-12-06Fix some specifier strings (%d -> %u).Martin Mathieson1-24/+27
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...Jeff Morriss1-71/+60
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson4-38/+23
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson5-25/+143
2007-11-10Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.Guy Harris1-1/+1
2007-11-09From Stephen Croll.Martin Mathieson4-366/+839
2007-11-05Delete generated files at distclean.Anders Broman1-0/+1
2007-10-30Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()Stephen Fisher1-7/+11
2007-10-26Add expert item for cases of unmatched function type or message op.Martin Mathieson1-3/+26
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss1-1/+3
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new top-level...Martin Mathieson3-2010/+2
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedGerald Combs2-9/+7