aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-16/+8
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-64/+20
2013-06-14From Katrina Zhang via Anders (manually applied by me): dissect node features.Jeff Morriss1-25/+45
2013-06-09Batch of filterable expert infos.Michael Mann1-16/+32
2013-04-22Dissect new element in GTPv2 MM Context.Anders Broman1-7/+29
2013-04-19Fix GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded) incorrectlyAnders Broman1-16/+7
2013-03-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8493 :Pascal Quantin1-4/+4
2013-03-14from Katrina Zhang:Anders Broman1-27/+148
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-29Add missing '&hf_gtpv2_bss_con_xid' entry to hf[].Bill Meier1-5/+10
2013-01-27Fix some dead increment warnings found by ClangPascal Quantin1-3/+3
2013-01-24Fix warning: cast to pointer from integer of different sizePascal Quantin1-4/+5
2013-01-24From Katrina Zhang sligtly modified.Anders Broman1-3/+16
2013-01-23mm_context_used_cipher is 3 bits.Anders Broman1-2/+2
2013-01-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8208 :Pascal Quantin1-8/+8
2012-12-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8098 :Pascal Quantin1-2/+4
2012-12-11From zhang lei:Anders Broman1-2/+3
2012-12-09Copy paste error - RAC is one byte.Anders Broman1-1/+1
2012-12-09Fix dissection of Target Identification.Anders Broman1-0/+29
2012-12-07Correct dissection of RNC ID in two places.Anders Broman1-9/+13
2012-11-29Use qui_tree.Anders Broman1-1/+1
2012-11-29- Fix a typo; Authentication Quadruplets not dissected correctly.Anders Broman1-10/+26
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-757/+758
2012-11-23Cell Identity (CI) is 2 octets.Anders Broman1-4/+23