Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / epan / dissectors / packet-gtpv2.c
2012-02-06 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 etxrabFrom David Wei:
2012-02-04 etxrabFrom David Wei:
2012-02-02 morrissdissect_gtpv2_mbms_session_duration(): 'tree' is unused...
2012-02-02 etxrabFrom David Wei:
2012-01-20 jmayerAs reported by hyphenated on #wireshark:
2012-01-19 cmaynardFix some duplicate display filter names.
2011-12-14 wmeierFix [-Wunused-but-set-variable] gcc warning;
2011-12-07 etxrabAdd a dissector table for private extensions.
2011-12-01 etxrabSquelch a warning.
2011-12-01 etxrabExtend dissection of GTPv2 EPS Security Context and...
2011-11-09 wmeierFix some [-Wunused-but-set-variable] warnings
2011-11-06 etxrabDissect RIM related IEs
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-21 wmeierWhitespace cleanup:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-08-26 etxrabMake dissection of AVP: 3GPP-User-Location-Info(22...
2011-08-26 etxrabUse ENC_BIG_ENDIAN.
2011-08-24 sfisherMark length parameter as unused
2011-08-24 etxrabUse elm_len for the length.
2011-08-19 etxrabMark length as U(nsused)
2011-08-19 etxrabFix MM Context for E-UTRAN SRVCC elment lengths
2011-08-03 wmeierConvert "4 space tabs" to spaces + do other whitespace...
2011-08-03 wmeierMinor cleanup
2011-08-03 wmeierAFAICT, the item for 'hf_gtpv2_stn_sr' should be used...
2011-08-02 cmaynardFix Coverity CID 1248: unused value.
2011-07-31 etxrabAdd comment.
2011-07-30 etxrabAdd 3GPP Sv interface.
2011-07-30 stigFix a typo.
2011-07-30 etxrabCCRSI is not included in 3GPP 29.274 R8.
2011-05-20 wmeierUse (what appears to be) the correct tvb for a function...
2011-05-06 etxrab VALS(& -> VALS(
2011-04-21 morrissAvoid passing a NULL string pointer to format routines...
2011-04-04 etxrabChange the signature of elem_fcn():ns to include pinfo.
2011-02-11 etxrabUpdate 8.12 Indication IE to 3GPP TS 29.274 version...
2011-02-11 morrissRegister a couple of ett_ variables.
2011-01-21 etxrabCN-Id is two bytes.
2011-01-14 morrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2011-01-12 etxrabMark a parameter as unused.
2011-01-12 etxrabEnhance IE dissection.
2011-01-11 etxrabImprove dissection of UE Time Zone.
2011-01-10 etxrabShorten long winded strings.
2011-01-10 morrissGive CSID an abbreviation.
2011-01-09 etxrabGet rid of check_col().
2011-01-08 etxrabTry to fix:
2011-01-08 etxrabFurther IE dissection updates.
2011-01-07 morrissDon't try to display a string in BASE_DEC. Also delete...
2011-01-07 etxrab** (process:23326): WARNING **: Field 'Reserved bit...
2011-01-07 etxrabFix buildbot.
2011-01-07 etxrabAdd dissection of more IE:s
2011-01-05 etxrabEnhance IE dissection.
2011-01-04 morrissGive a couple of fields abbreviations.
2011-01-04 etxrabMaeke use of dissect_e212_mcc_mnc_ep_str().
2011-01-04 etxrabAdd more info to the tree.
2011-01-03 etxrabPrettify dissection of User Location Info (ULI). (Complete)
2011-01-03 etxrabPrettify dissection of User Location Info (ULI).
2011-01-03 etxrabMark unused parameters as such.
2011-01-03 etxrabMark unused parameters as such.
2011-01-03 etxrabComment out a faulty line.
2011-01-03 etxrabEnhance IE dissection and a number of bug fixes.
2010-12-30 etxrabExtend IE dissetcion.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-09-17 wmeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-09-03 etxrabGTPv2: IMSI is decoded improperly.
2010-07-21 martinmFix warnings as seen in gcc 3.4.6
2010-07-21 stigFrom KATAOKA Toshihiro via bug 5033:
2010-06-29 etxrabDissect one F-container
2010-06-28 stigMark an unused argument.
2010-06-28 etxrabDissect more GTPV2 IE's
2010-06-08 etxrabRemove C++ style comment.
2010-06-08 etxrabFix packet-gtpv2.c:945:1: error: "/*" within comment
2010-06-08 etxrabFrom Tamás Regõs:
2010-06-07 etxrabECI (E-UTRAN Cell Identifier) wrongly decoded.
2010-06-02 etxrabUpdate value_strings with IE names.
2010-06-01 etxrabRemove the now unused value_strings.
2010-06-01 etxrab- Traffic flow template miss dissected, use de_sm_tflow...
2010-05-10 wmeierIndentation & whitespace cleanup (including: "4 space...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-05 etxrabFrom Toshihiro KATAOKA:
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-09-17 etxrabRemove debug printout.
2009-09-15 martinmAlso mark tree as an unmarked parameter.
2009-09-15 etxrabRemove now unused variables.
2009-09-15 etxrabBearer Context not dissected correctly.
2009-08-26 etxrabFrom swapnil:
2009-08-20 etxrabFrom Harald Welte :
2009-08-18 jakeFrom Swapnil Barai:
2009-08-12 krjFrom William Preston via. 3549:
2009-08-11 geraldAdd some length checks.
2009-08-11 etxrabFrom swapnil:
2009-08-11 etxrabFrom swapnil:
2009-08-11 etxrabFrom swapnil:
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-07-31 guyCompletely remove an unused variable, don't just commen...
2009-07-30 guyFix warnings:
next