aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Collapse)AuthorFilesLines
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26095
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
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-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2-9/+9
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-14fix missing brackets causing uninitialized hidden_itemTomas Kukosa1-2/+3
svn path=/trunk/; revision=25300
2008-05-14From Anders Broman:Tomas Kukosa1-58/+118
Patches for broken build svn path=/trunk/; revision=25298
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-25/+26
Fix ID marking Add checkapi to makefiles svn path=/trunk/; revision=25260
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+4
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ↵Jörg Mayer1-0/+6
to fail svn path=/trunk/; revision=25026
2008-04-07Remove GTK1 code.Stephen Fisher1-3/+1
svn path=/trunk/; revision=24827
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
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=24274
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
svn path=/trunk/; revision=22696
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon3-2/+4
svn path=/trunk/; revision=22651
2007-05-27Clean up white space.Guy Harris1-2/+3
svn path=/trunk/; revision=21962
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
svn path=/trunk/; revision=21961
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+45
svn path=/trunk/; revision=21705
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
of plugin.c. svn path=/trunk/; revision=21342
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-34/+34
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. svn path=/trunk/; revision=21253
2007-03-23From Sebastien Tandel:Stephen Fisher3-78/+89
fixes gcc warnings and get rid of declaration after statements svn path=/trunk/; revision=21159
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
Comment out -Werror in plugins/asn1/ until warnings can be fixed. svn path=/trunk/; revision=21158
2007-03-23From Sebastien Tandel:Stephen Fisher1-3/+1
(Temporarily disable the warnings as errors default on Unix to get to get the buildbots and people with gcc40 going again until those additional warnings gcc40 generates can be fixed-I'm working on it ASAP) Patch for configure.in which disables by default the treatment of warnings as errors. It can be enabled with './configure --with-warnings-as-errors'. The macro will test first if GCC is present. If it's the case, HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced by HAVE_WARNINGS_AS_ERRORS. With this switch, people won't suffer from unexpected warnings when downloading svn sources during the transition time ;) svn path=/trunk/; revision=21153
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
directory and most of the plugins to match the same command put in the Makefile.nmake files for Windows compliations. Fix a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create new automake file variable called USING_GCC in configure.in and wiretap/configure.in to acomplish the above -Werror addition. svn path=/trunk/; revision=21127
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, ↵Ulf Lamping1-1/+1
which has remaining issues - for now) svn path=/trunk/; revision=21102
2007-03-21fix two MSVC warningsUlf Lamping1-2/+2
svn path=/trunk/; revision=21101
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
-Remove the SPECIAL_BUILD tag -Set to OS type to NT_WINDOWS32 svn path=/trunk/; revision=20934
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
fix this, by providing required functions in the new file file_util.c - it's mostly copied from GLib (g_open alike - that take UTF8 as filename format but don't use msvcrt.dll V6 for this as the glib files do) "link" to these functions in file_util.h: #define eth_open eth_stdio_open revert changes (from SVN 20282) throughout the code related to these file functions which were introduced with the first tries of MSVC 2005 ... Hopefully I've done everything right with the new file_util.c ... svn path=/trunk/; revision=20402
2007-01-10Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.Jaap Keuter2-1/+12
Adding asn1.[ch] to the correct makefile symbols. svn path=/trunk/; revision=20379
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa4-2/+1208
svn path=/trunk/; revision=20372
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
- Microsoft .Net Framework SDK Version 1.1 - Microsoft .Net Framework 2.0 SDK ... which seems to work fine now (except for the open problems like zlib) :-) Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way. btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-) svn path=/trunk/; revision=20332
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
svn path=/trunk/; revision=20291
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
svn path=/trunk/; revision=20157
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.Anders Broman1-103/+104
svn path=/trunk/; revision=19367
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+1
svn path=/trunk/; revision=18776
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
svn path=/trunk/; revision=18312
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-28Ethereal->WiresharkAnders Broman1-43/+43
svn path=/trunk/; revision=18231
2006-05-21name changeRonnie Sahlberg3-6/+6
svn path=/trunk/; revision=18197
2006-05-02It looks like g_fopen() in the version of GLib that we ship with WindowsGerald Combs1-4/+3
sets errno to 0 when we can't open a file. This resurrected the annoying "C:\Program Files\Ethereal\asn1/default.tt" error in the ASN.1 plugin, since we depended on errno being set to ENOENT. Move some logic around to account for this. svn path=/trunk/; revision=18073
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-40/+161
scripts. svn path=/trunk/; revision=17961
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs1-2/+2
svn path=/trunk/; revision=17770
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
IMHO). This should hopefully take care of bug 826 / CID 42. svn path=/trunk/; revision=17744
2006-03-27Remove some unused #defines.Gerald Combs1-4/+0
svn path=/trunk/; revision=17736