aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard1-0/+4
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann1-15/+22
2013-11-18Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-1/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-4/+6
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+3
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-07-01Fix Coverity CID 280618 (Dereference before null check).Chris Maynard1-2/+2
2013-04-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-17/+12
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus2-2/+2
2013-04-10Coverity CID 280337 Unchecked return valueMartin Kaiser1-4/+6
2013-03-20 From beroset:Bill Meier1-4/+4
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-78/+78
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-3/+0
2013-02-09We *did* fix the APIs used.Guy Harris1-1/+0
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-3/+0
2013-02-09The type of the second argument to g_snprintf() is gulong. (It *should*Guy Harris1-2/+2
2013-02-09Add casts to make it build on win64.Anders Broman1-2/+2
2013-02-09Get rid of a '- i' that appears to have been accidentally inserted in r47581.Evan Huus1-1/+1
2013-02-09Get rid of g_sprintf() and strncpy() usage - this is somewhat of a hack,Guy Harris1-56/+73
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-30/+43
2012-10-10Based on patch from Bill Parker, check for ws_fopen() failing.Guy Harris1-6/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2-5/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-4/+4
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-36/+304
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-27Added a check for a valid pointer to avoid a warning from clang.Stig Bjørlykke1-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-3/+3
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-12-14tvb_free() can (now) be called from plugins on WindowsBill Meier1-5/+7
2011-11-12Fix some additional [-Wunused-but-set-variable]Bill Meier1-22/+14
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-6/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris1-1/+1
2011-02-18Try to fix some Clan scan-build warnings.Gerald Combs1-1/+11
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-28From Robert Groenenberg:Anders Broman1-3/+32
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...Jeff Morriss1-1/+11