For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-megaco.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-07-13 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-27 morrissMake TVBs opaque for most users.
2011-05-20 wmeierAdd #include <stdlib.h> to files which reference fcns...
2011-04-22 morrissDon't create a subtree that is not used.
2011-04-11 wmeierDon't assign to a variable if the value won't be used...
2011-02-08 etxrabfrom Václav Horčák:
2011-02-04 etxrabFrom Václav Horčák:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-10-06 etxrabFrom Didier Gautheron:
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 etxrabApply some of the patches from:
2009-03-29 wmeierDefine certain fcns as static (if not used externally).
2009-03-13 rbalintFix inverted interpretation of global_megaco_dissect_tree.
2008-12-30 rbalintShow topology descriptor using unescaped whitespaces.
2008-12-30 rbalintDo not dissect descriptors twice after topology descriptor.
2008-12-30 rbalintFixed topology descriptor dissection.
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-10-30 rbalintTry to dissect the Topology Descriptor before the command
2008-10-29 rbalintfixes some parsing errors revealed by fuzz tests
2008-09-17 wmeierFix some imdentation
2008-09-17 wmeierMinor cleanup related to proto_reg_handoff
2008-07-30 etxrabpacket-megaco.c:2208: warning: unused parameter 'pinfo'
2008-07-30 etxrabFrom Mike Davies:
2008-07-23 morrissDon't use proto_tree_add_string_hidden() any more:...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-05-16 etxrabIf H.248 is in otp internal format call the h248_otp...
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2008-04-09 etxrabRemove:
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-12-09 etxrabMove the routines tvb_skip_wsp() to tvbuff.c
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-14 geraldKeep the MEGACO dissector from looping on a malformed...
2007-10-11 etxrabImplement some of the minor possible speed improvment...
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-04-04 legoMegaco improvements:
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 legomegaco
2007-03-27 ulflas Gisle Vanem noted that MingW doesn't "like" the...
2007-03-27 ulflfix the remaining MSVC warnings by setting individual...
2007-03-26 legoadd context tracing and tap to packet-megaco.c
2007-03-25 legomigrate packet-megaco.c from plugins/megaco to epan...