aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-11-07GTPv2: Update Indication with Octet 8 and 9 dissection.AndersBroman1-1/+81
2014-10-31Eliminate proto_tree_add_text from packet-gtpv2.cMichael Mann1-121/+200
2014-10-16GTPv2 in Complete Request Message call the NAS dissector with a tvb onlyAndersBroman1-2/+2
2014-10-15GTPv2: Fully dissect Presence Reporting Area Action.AndersBroman1-86/+173
2014-10-14GTPv2 Dissect more bits in IE Indication.AndersBroman1-14/+17
2014-10-10GTPv2: Presence-Reporting-Area-Elements-List do full dissection of ECGIAndersBroman1-47/+72
2014-10-09GTPv2: fix an infinite loopPascal Quantin1-1/+1
2014-10-06Dissect 3GPP AVP Presence-Reporting-Area-Elements-List.AndersBroman1-19/+46
2014-10-06Expand dissection of 8.108 Presence Reporting Area Action.AndersBroman1-10/+100
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-32/+32
2014-09-29Dissect more of the Presence Reporting Area Action IE.AndersBroman1-3/+71
2014-09-26Added basic decoding of new IEsAndersBroman1-2/+50
2014-09-26Add basic dissection for new IEsAndersBroman1-9/+171
2014-09-25Add comments about new IEsAndersBroman1-0/+18
2014-09-17GTPv2: further fixes for Trace Information IE dissectionPascal Quantin1-19/+10
2014-09-17GTPv2: fix dissection of Triggering Events IEPascal Quantin1-14/+89
2014-09-12proto_tree_add_text cleanupMichael Mann1-9/+9
2014-09-08Use dissect_e164_msisdn() for MSISDN.AndersBroman1-10/+1
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-08-19Use e212 function to dissect IMSI.AndersBroman1-11/+3
2014-08-05Do various minor dissector changes:Bill Meier1-5/+5
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-118/+69
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-5/+5
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-14/+14
2014-03-17Inhance summary output for some 3GPP AVPsAndersBroman1-14/+58
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-13Expand gtpv2_srvcc_cause_vals with new values from TS 29.280 V11.5.0AndersBroman1-3/+10
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-51/+51
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-12(Trivial)Bill Meier1-107/+107
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-08From Katrina Zhang:Anders Broman1-5/+14
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-29Have GTPv2 pass its "instance ID" to "private extension" subdissectors rather...Michael Mann1-5/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+4
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-3/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin1-3/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-07Display GTPv2 Area Code fields (which show up in some DIAMETER AVPs) asEvan Huus1-7/+7
2013-09-05Display "TEID/GRE Key" field consistently as hexadecimal since 3GPP TS 36.444...Chris Maynard1-1/+1
2013-09-04From Katrina Zhang:Anders Broman1-3/+3
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-3/+3
2013-08-20From Tommy Wu:Anders Broman1-6/+49