aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/packet-asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete dissectors.AndersBroman2014-09-061-5542/+0
* Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu2014-07-251-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* 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
* 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
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-2/+3
* 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
* Coverity CID 280337 Unchecked return valueMartin Kaiser2013-04-101-4/+6
* 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
* 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
* 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-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-4/+4
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-111-36/+304
* 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
* 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
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-6/+6
* From Robert Groenenberg:Anders Broman2010-11-281-3/+32
* prefs_register_string_preference() overwrites the given value pointer with a ...Jeff Morriss2010-08-211-1/+11
* Fixed warning "Field width should have type 'int'".Stig Bjørlykke2010-05-201-3/+3
* Get rid of a bunch of check_col().Anders Broman2010-04-051-10/+4
* Fix gcc -Wshadow warning.Bill Meier2010-01-281-3/+3
* Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke2009-10-191-17/+17
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-151-1/+1
* (Minor) Remove unneeded #includes.Bill Meier2009-08-211-6/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Add some null checks.Gerald Combs2009-08-031-1/+45
* From Reinhard Speyerer:Jaap Keuter2009-05-011-1/+1
* From Robert Groenenberg:Jaap Keuter2009-02-221-1/+1
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-221-3/+3
* Back out r27047 and r27053.Gerald Combs2008-12-191-2/+2
* Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs2008-12-181-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1