aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-043-6/+0
* Remove trailing whitespaceBill Meier2014-02-252-2/+2
* Avoid using ephemeral memory in register routines.Evan Huus2013-12-231-3/+3
* Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard2013-12-121-0/+4
* Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann2013-11-221-15/+22
* Fix [-Wmissing-prototypes]Anders Broman2013-11-181-1/+1
* Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris2013-11-171-1/+2
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+1
* Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann2013-11-021-4/+6
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-131-0/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-2/+3
* Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus2013-07-061-0/+23
* Fix Coverity CID 280618 (Dereference before null check).Chris Maynard2013-07-011-2/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-04-171-17/+12
* Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus2013-04-162-2/+2
* Coverity CID 280337 Unchecked return valueMartin Kaiser2013-04-101-4/+6
* From beroset:Bill Meier2013-03-201-4/+4
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-011-78/+78
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-271-3/+0
* We *did* fix the APIs used.Guy Harris2013-02-091-1/+0
* Pull the definition of NODIST_HEADER_FILES up intoGuy Harris2013-02-091-3/+0
* The type of the second argument to g_snprintf() is gulong. (It *should*Guy Harris2013-02-091-2/+2
* Add casts to make it build on win64.Anders Broman2013-02-091-2/+2
* Get rid of a '- i' that appears to have been accidentally inserted in r47581.Evan Huus2013-02-091-1/+1
* Get rid of g_sprintf() and strncpy() usage - this is somewhat of a hack,Guy Harris2013-02-091-56/+73
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-093-30/+43
* Based on patch from Bill Parker, check for ws_fopen() failing.Guy Harris2012-10-101-6/+10
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-202-5/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-284-4/+4
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-4/+4
* 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-36/+304
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-2/+2
* Added a check for a valid pointer to avoid a warning from clang.Stig Bjørlykke2012-03-271-2/+2
* From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier2012-03-181-3/+3
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* tvb_free() can (now) be called from plugins on WindowsBill Meier2011-12-141-5/+7
* Fix some additional [-Wunused-but-set-variable]Bill Meier2011-11-121-22/+14
* fix [-Wunused-but-set-variable]Anders Broman2011-11-121-6/+0
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-1/+1
* Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris2011-04-221-1/+1
* Try to fix some Clan scan-build warnings.Gerald Combs2011-02-181-1/+11
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-2/+3
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-6/+6
* From Robert Groenenberg:Anders Broman2010-11-281-3/+32