Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
[obnox/wireshark/wip.git] / epan / dissectors / packet-uma.c
2011-06-19 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-18 morrissFix some (value) mistakes in value_strings. Found...
2011-04-04 etxrabChange the signature of elem_fcn():ns to include pinfo.
2011-01-17 morrissActually use proto_tree_add_item() instead of proto_tre...
2011-01-16 morrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-17 etxrabvalue_string_ext fixes.
2010-11-03 wmeierUse value_string_ext fcns to access certain value_strin...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-03-20 dimegFix for Bug 4588:
2009-11-27 dimegExpert info when E.212 MCC/MNC contain non-decimal...
2009-08-21 krjSanitize epan includes
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-02 wmeierChange default range from 1401,1401 to 1401 so that...
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 etxrabGet info about media type(Video or not) a first step...
2009-03-03 etxrabUpdate UMA towards the most recent 3GPP spec, and expor...
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-13 wmeierFix compile error; Revise reg_handoff code slightly
2008-12-13 etxrabFrom Vincent Helfre:
2008-11-14 wmeierComment out variable not cuurently used ...
2008-11-14 wmeierVarious proto_register & proto_reg_handoff changes:
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-04 wmeierAnother temporary fix to prevent a build error
2008-08-04 etxrabFirst step to split the gsm_a dissector into several...
2008-02-07 stigRemoved some "statement not reached" warnings.
2007-11-06 etxrabSet up RTP conversation when PORT is known.
2007-10-24 geraldRemove a couple of unused variables.
2007-10-24 etxrabAdd port ranges.
2007-10-11 etxrabImplement some of the minor possible speed improvment...
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-04-14 standelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-03-26 sahlbergFrom Sebastien Tandel
2007-03-23 sfisherFrom Sebastien Tandel:
2007-02-12 etxrabDisplay 2 octet length field correctly.
2006-12-06 etxrabFix a typo.
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-09-17 etxrabFix for bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-05-27 etxrabDissect RTP Redundancy Support correctly.
2006-05-23 etxrabFrom Markus Meier:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-17 etxrabFix BUGs:
2006-05-15 etxrabFix bug 951 UMA: message URR_RELEASE not decoded corretly
2006-04-29 guyA dissector called from tcp_dissect_pdus() has to retur...
2006-04-28 etxrabFix bug 896 by using tcp_dissect_pdus() .
2006-01-30 etxrabUse dissect_e212_mcc_mnc().
2006-01-29 lrolandFix an infinite loop in gsm_a dissector and a wrong...
2005-11-30 etxrabDissct Ptotocol Id 0
2005-10-20 etxrabUse the right offset when calling packet-gsm_a.c functions.
2005-09-29 etxrabUpdate to the latest version of the standard.
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-21 sahlbergremove sprintf from gsm_a
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 ulflvarious code cleanup:
2005-07-24 sahlbergsome more ep_tvb_get_string updates
2005-07-22 etxrabUse NULL intead of "" in all calls to packet-gsm_a.c
2005-07-20 geraldIn packet-gsm_a.c:
2005-07-17 guyFix the RCS ID.
2005-07-16 etxrabRemove some unused variables.
2005-07-15 etxrabUpdare Id, and a comment.
2005-07-14 etxrabPacket-gtp.c - Fix up decoding of the rest of the IE...
2005-07-09 guySquelch various signed vs. unsigned warnings by:
2005-07-03 etxrabAdd an exported value string
2005-07-03 etxrabChange gsm_a.c to use value strings in some places...
2005-05-03 etxrabDissect GPRS user data.
2005-05-02 etxrabDissect URLC correctly and add dissection of LCC PDU.
2005-04-15 etxrabSetr up conversations for RTP and RTCP.
2005-03-31 etxrabFurther IE dissection updates.
2005-03-26 etxrabFix some typos + decode more IE stuff
2005-03-23 etxrabSome more IE stuff and added some ref:s
2005-03-23 etxrabLet packet-gsm_a.c dissect L3 messages.
2005-03-22 etxrabMore IE dissection
2005-03-21 etxrabUpdates according to R1.0.3 (2005-02-26) and decode...
2005-03-16 guyGet rid of an unused variable.
2005-03-16 etxrabDissect some more IE:s and bug fixes.
2005-03-16 guyFix a typo in a comment, and get rid of some unused...
2005-03-14 etxrabRoutines for Unlicensed Mobile Access(UMA) dissection...