summaryrefslogtreecommitdiff
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon3-2/+4
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+45
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-34/+34
2007-03-23From Sebastien Tandel:Stephen Fisher3-78/+89
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-23From Sebastien Tandel:Stephen Fisher1-3/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-03-21fix two MSVC warningsUlf Lamping1-2/+2
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-10Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.Jaap Keuter2-1/+12
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa4-2/+1208
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.Anders Broman1-103/+104
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-43/+43
2006-05-21name changeRonnie Sahlberg3-6/+6
2006-05-02It looks like g_fopen() in the version of GLib that we ship with WindowsGerald Combs1-4/+3
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-40/+161
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs1-2/+2
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
2006-03-27Remove some unused #defines.Gerald Combs1-4/+0
2006-03-23Further refinements for Coverity CID 42. Make some "0"s (which were Gerald Combs1-137/+139
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-03-14coverity bug 43Ronnie Sahlberg1-1/+4
2006-03-09coverity bug#42Ronnie Sahlberg1-1/+3
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+4
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-3/+0
2005-08-08various code cleanup:Ulf Lamping1-22/+22
2005-08-05From Thomas Steffen:Anders Broman1-1/+1
2005-07-24Register the port range preferences as such, rather than doing our ownGuy Harris1-223/+95
2005-07-23'char*' -> 'const char*' to fix warningsJörg Mayer1-38/+41
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-1/+6
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-15/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-02Cast the values passed to the <ctype.h> macros so as to avoidGuy Harris1-2/+2