aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/packet-asn1.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-45/+313
2011-12-14tvb_free() can (now) be called from plugins on Windowswmeier1-5/+7
2011-11-12Fix some additional [-Wunused-but-set-variable]wmeier1-22/+14
2011-11-12fix [-Wunused-but-set-variable]etxrab1-6/+0
2011-06-28Replace all strerror() with g_strerror().stig1-1/+1
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayguy1-1/+1
2011-02-18Try to fix some Clan scan-build warnings.gerald1-1/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-11-28From Robert Groenenberg:etxrab1-3/+32
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...morriss1-1/+11
2010-05-20Fixed warning "Field width should have type 'int'".stig1-3/+3
2010-04-05Get rid of a bunch of check_col().etxrab1-10/+4
2010-01-28Fix gcc -Wshadow warning.wmeier1-3/+3
2009-10-19Added cast to (void *) for pointers used in printf format %p.stig1-17/+17
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+1
2009-08-21(Minor) Remove unneeded #includes.wmeier1-6/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-03Add some null checks.gerald1-1/+45
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-02-22From Robert Groenenberg:jake1-1/+1
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier1-3/+3
2008-12-19Back out r27047 and r27053.gerald1-2/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-28#include <emem.h>wmeier1-0/+1
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...wmeier1-31/+32
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
2008-05-14fix missing brackets causing uninitialized hidden_itemkukosa1-2/+3
2008-05-14From Anders Broman:kukosa1-58/+118
2008-05-09Use PROTO_ITEM_SET_HIDDEN().etxrab1-25/+26
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ...jmayer1-0/+6
2008-04-07Remove GTK1 code.sfisher1-3/+1
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).stig1-3/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-0/+1
2007-05-06Start introducing actx to ber functions.etxrab1-1/+0
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-34/+34
2007-03-23From Sebastien Tandel:sfisher1-73/+83
2007-03-21fix two MSVC warningsulfl1-2/+2
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowkukosa1-1/+1
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.etxrab1-103/+104
2006-07-20snprintf -> g_snprintf. Fix up whitespace.gerald1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-43/+43
2006-05-21name changesahlberg1-2/+2
2006-05-02It looks like g_fopen() in the version of GLib that we ship with Windowsgerald1-4/+3
2006-04-22Convert most other plugin dissectors to use the make-dissector-regguy1-31/+2
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.gerald1-2/+2
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilitygerald1-33/+56