summaryrefslogtreecommitdiff
path: root/plugins/asn1/packet-asn1.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-06Remove obsolete dissectors.AndersBroman1-5542/+0
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Avoid using ephemeral memory in register routines.Evan Huus1-3/+3
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-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-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+3
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-10Coverity CID 280337 Unchecked return valueMartin Kaiser1-4/+6
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-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
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 Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-4/+4
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-36/+304
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
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
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-08-21prefs_register_string_preference() overwrites the given value pointer with a ...Jeff Morriss1-1/+11
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
2010-04-05Get rid of a bunch of check_col().Anders Broman1-10/+4
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-3/+3
2009-10-19Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke1-17/+17
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-6/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03Add some null checks.Gerald Combs1-1/+45
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-02-22From Robert Groenenberg:Jaap Keuter1-1/+1
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-3/+3
2008-12-19Back out r27047 and r27053.Gerald Combs1-2/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1