smb2-dissector: learn the "REPLAY_OPERATION" flag
[obnox/wireshark/wip.git] / plugins / asn1 / packet-asn1.c
2011-12-14 wmeiertvb_free() can (now) be called from plugins on Windows
2011-11-12 wmeierFix some additional [-Wunused-but-set-variable]
2011-11-12 etxrabfix [-Wunused-but-set-variable]
2011-06-28 stigReplace all strerror() with g_strerror().
2011-04-22 guyAssume the tags are mallocated, so they're properly...
2011-02-18 geraldTry to fix some Clan scan-build warnings.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-28 etxrabFrom Robert Groenenberg:
2010-08-21 morrissprefs_register_string_preference() overwrites the given...
2010-05-20 stigFixed warning "Field width should have type 'int'".
2010-04-05 etxrabGet rid of a bunch of check_col().
2010-01-28 wmeierFix gcc -Wshadow warning.
2009-10-19 stigAdded cast to (void *) for pointers used in printf...
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-08-21 wmeier(Minor) Remove unneeded #includes.
2009-08-09 krjDon't guard col_clear with col_check
2009-08-03 geraldAdd some null checks.
2009-05-01 jakeFrom Reinhard Speyerer:
2009-02-22 jakeFrom Robert Groenenberg:
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-28 wmeier#include <emem.h>
2008-10-28 wmeierMinor cleanup for proto_register & proto_reg_handoff ...
2008-08-26 wmeier#include <emem.h> not req'd
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-14 kukosafix missing brackets causing uninitialized hidden_item
2008-05-14 kukosaFrom Anders Broman:
2008-05-09 etxrabUse PROTO_ITEM_SET_HIDDEN().
2008-04-14 jmayerGet rid of some unused functions to prevent -Werror...
2008-04-07 sfisherRemove GTK1 code.
2008-02-05 stigRewrote some prohibited APIs in plugins/ (sprintf,...
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-21 ulflfix two MSVC warnings
2007-01-10 kukosamove asn1.c/.h files into plugins/asn1 directory as...
2006-09-29 etxrabUse #defines from packet-ber.h rather than asn1.h chang...
2006-07-20 geraldsnprintf -> g_snprintf. Fix up whitespace.
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-02 geraldIt looks like g_fopen() in the version of GLib that...
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-03-30 geraldContinue to play whack-a-mole with null dereferences...
2006-03-27 geraldBe more paranoid about dereferencing pointers (and...
2006-03-27 geraldRemove some unused #defines.
2006-03-23 geraldFurther refinements for Coverity CID 42. Make some...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-14 sahlbergcoverity bug 43
2006-03-09 sahlbergcoverity bug#42
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-01 sahlbergconvert to g_snprintf()
2005-08-08 ulflvarious code cleanup:
2005-08-05 etxrabFrom Thomas Steffen:
2005-07-24 guyRegister the port range preferences as such, rather...
2005-07-23 jmayer'char*' -> 'const char*' to fix warnings
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-02 guyCast the values passed to the <ctype.h> macros so as...
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-09-29 guyIn "plugins/plugin_api.h", don't include stuff required...
2004-09-29 guyMove various tables into the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-27 guyRoutines called by "g_node_traverse()" return a Boolean...
2004-09-19 guyPreference strings don't remain null pointers for long...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-08-08 guyMap the old one-port "generic ASN.1" TCP/UDP/SCTP port...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-31 jmayerChange // to C90 style comment
2004-07-30 guyFrom Matthijs Melchior:
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-24 guyHave two strings in an enum_val_t - one that's a short...
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-02 jmayerNote to self: If you update the code, you should update...
2004-02-22 guyMake the default ASN.1 file be "no file", not {Ethereal...
2004-02-21 guyAdd routines that can be called from dissectors to...
2004-02-20 guyFix a typo.
2004-02-20 guyOn Win32, don't treat "file not found" as an error...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-13 guyFrom Matthijs Melchior: allow an absent or empty file...
2003-12-21 jmayerwarning: ISO C does not allow extra ; outside of a...
2003-12-21 jmayerwarning: comma at end of enumerator list
2003-12-16 ulflusing G_DIR_SEPARATOR_S instead of hardcoded slash
2003-11-09 guyFrom Albert Chin: the HP-UX 10.20 C compiler doesn...
2003-11-04 guyFrom Masaki Chikama: fix static compilation of "generic...
2003-11-04 gerald#ifdef out "#include <gtk/gtk.h>", so that --disable...
2003-11-02 geraldFrom Gisle Vanem:
2003-10-30 guy"strchr()" and the like would be compared against NULL...
2003-10-29 guyFrom Matthijs Melchior: #ifdef out the GUI code, for...
2003-10-28 guyUse "get_datafile_path()", rather than constructing...
2003-10-28 guy"get_datafile_dir()" is now in the plugin table.
2003-10-28 guyAs we don't supply a default ASN.1 SNACC output file...
2003-10-28 guyFrom Matthias Melchior: plugin to decode BER-encoded...