aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
* Add -static * Registration may need different handling * Add plugins * Build error in wslua svn path=/trunk/; revision=30987
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
svn path=/trunk/; revision=30852
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
svn path=/trunk/; revision=30435
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
Dissectors using call_dissector() function inside a 'if (tree) {}' block. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4107 svn path=/trunk/; revision=30415
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=30373
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+79
svn path=/trunk/; revision=30084
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
svn path=/trunk/; revision=29883
2009-09-09We no longer support the old plugin API so remove it completely from the ↵Kovarththanan Rajaratnam1-1/+1
build system svn path=/trunk/; revision=29821
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
svn path=/trunk/; revision=29568
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-2/+0
svn path=/trunk/; revision=29492
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29346
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29345
2009-07-16From Rajasekhar Reddy Gali:Anders Broman1-67/+62
packet-wimaxasncp.c file need to update with latest wimax spec. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3730 svn path=/trunk/; revision=29125
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
Minor hf cleanup. svn path=/trunk/; revision=28968
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-31/+31
Cleanup header_field_info in plugins. svn path=/trunk/; revision=28771
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+7
svn path=/trunk/; revision=28064
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
svn path=/trunk/; revision=27579
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
svn path=/trunk/; revision=27357
2008-12-19Back out r27047 and r27053.Gerald Combs1-4/+4
svn path=/trunk/; revision=27062
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-4/+4
svn path=/trunk/; revision=27053
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=26652
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-2/+2
Also use $(top_builddir) instead of ../../ in a couple of other spots. svn path=/trunk/; revision=25863
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
and "deprecated" groups the default. Add an "abort" group for code that shouldn't exit the program. Update the makefiles to call "checkAPIs.pl -g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl. svn path=/trunk/; revision=25614
2008-06-23Make sure info column is set correctly when tree == NULL.Martin Mathieson1-87/+79
Fixes but 2561. svn path=/trunk/; revision=25530
2008-05-26Show ops, etc even when no filter set.Martin Mathieson1-13/+7
Also avoid crash I was seeing when changing preferences. svn path=/trunk/; revision=25379
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2-8/+8
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
To prevent Windows compiler errors when using flex 2.5.35. Fixes "missing unistd.h" and yywrap "mismatched parameter" warnings [Upcoming Part 3: ignore 'signed /unsigned mismatch' errors] svn path=/trunk/; revision=25173
2008-04-14The generated code warns about 'input' being unused. -Werror turns this into ↵Jörg Mayer1-1/+1
a failure svn path=/trunk/; revision=25027
2008-04-05Don't load in files unless tree is set.Martin Mathieson1-11/+15
If a user wants to load or capture quickly, they won't want to wait for the file to be processed after the first frame. svn path=/trunk/; revision=24781
2008-04-04Use proto_register_prefix() with wimaxasncp plugin.Martin Mathieson1-35/+57
Also fix a crash problem seen with no filters (i.e. NULL tree). svn path=/trunk/; revision=24767
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
svn path=/trunk/; revision=24757
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24488
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
instead of "0". svn path=/trunk/; revision=24376
2007-12-06Fix some specifier strings (%d -> %u).Martin Mathieson1-24/+27
svn path=/trunk/; revision=23785
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building ↵Jeff Morriss1-71/+60
out of the source tree by not issuing a complaint if the wimaxasncp dictionary is not found. This is ugly but it's how diameter does it, too, and I am not aware of a better way. svn path=/trunk/; revision=23565
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson4-38/+23
- Lose unuseful header file svn path=/trunk/; revision=23499
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson5-25/+143
svn path=/trunk/; revision=23474
2007-11-10Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.Guy Harris1-1/+1
svn path=/trunk/; revision=23417
2007-11-09From Stephen Croll.Martin Mathieson4-366/+839
Dynamically register filter fields from TLV definitions. svn path=/trunk/; revision=23414
2007-11-05Delete generated files at distclean.Anders Broman1-0/+1
svn path=/trunk/; revision=23368
2007-10-30Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()Stephen Fisher1-7/+11
and g_string_append() to work on GTK 1.2 also. svn path=/trunk/; revision=23311
2007-10-26Add expert item for cases of unmatched function type or message op.Martin Mathieson1-3/+26
svn path=/trunk/; revision=23276
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss1-1/+3
svn path=/trunk/; revision=23221
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new ↵Martin Mathieson3-2010/+2
top-level wimaxasncp folder. svn path=/trunk/; revision=23184
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedGerald Combs2-9/+7
by the platform SDK, cast an int, and use the top-level Makefile.nmake.inc to build wimaxasncp_dict.{c|obj}. svn path=/trunk/; revision=23165