Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multiple times.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rsl.c
2012-01-01 etxrabFrom Mike Morrin:
2011-11-17 wmeierUse extended value strings.
2011-11-17 wmeierRemove some unneeded #includes;
2011-11-17 wmeierUndo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN...
2011-11-11 stigFixed abbrev for "Channel rate and type".
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-08 wmeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-08-02 etxrabChannel Description includes the element identifier.
2011-06-22 wmeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-18 morrissFix some (value) mistakes in value_strings. Found...
2011-05-12 etxrabRemove check_col, use ENC_BIG_ENDIAN.
2011-04-04 etxrabChange the signature of elem_fcn():ns to include pinfo.
2011-03-23 wmeierFix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-10 etxrabFrom Mike Morrin:
2010-12-06 wmeierFix various typos and spelling errors.
2010-10-10 wmeierDefine some fcns & vars as static ...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-11-29 etxrabFrom Harald Welte:
2009-09-16 morrissAdd a couple of new hf_ entries to deal with the differ...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-04 wmeierRemove duplicate entry from ett[]
2009-07-10 tuexenAdd ip.access A-bis over IP dissector received from...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-09-26 wmeierMinor cleanups related to proto_reg_handoff
2008-08-04 etxrabFirst step to split the gsm_a dissector into several...
2008-04-15 etxrabFix some typos etc.
2007-10-16 sakeFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-10-08 stigAdded some forgotten return types.
2007-10-08 etxrabAll IE:s handled.
2007-10-02 sahlbergifdef out a function that is not yet used
2007-10-02 etxrabFix comments
2007-10-02 etxrabDissect more IE's
2007-09-26 etxrabFix unused functions.
2007-09-26 etxrabThe unused pinfo strikes back (again).
2007-09-26 etxrabFurther IE dissection.
2007-09-24 etxrabFix warnings.
2007-09-24 etxrabMore IE:s
2007-09-24 wmeier#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_mes...
2007-09-23 etxrabFix a typo.
2007-09-23 etxrabDecode more IE's
2007-09-21 geraldFix compiler warnings.
2007-09-21 etxrabStart of a Radio Signalling Link (RSL) dissector (3GPP...