aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-69/+45
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-04Update some soft-deprecated APIs.AndersBroman1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-24/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-208/+177
2013-10-06Improve "eHRPD Indicator" NVSE dissection in 3GPP2 A11 Registration Request. ...Michael Mann1-1/+34
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-1/+2
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+13
2013-04-09Coverity CID 281193: Dead codeMartin Kaiser1-12/+3
2013-04-05Fix some bugs that showed up as format warnings.Guy Harris1-7/+8
2013-04-05Add dissection from BCMCS spec.Anders Broman1-31/+338
2013-04-03Get rid of non-ASCII characters.Jeff Morriss1-7/+7
2013-04-03- Extend and correct value strings.Anders Broman1-32/+82
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-5/+15
2012-10-06pinfo is now usedPascal Quantin1-1/+1
2012-10-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7801 :Pascal Quantin1-3/+13
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-44/+51
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-1/+1
2012-04-23the blurb for field /"PCF IP Address/" (/"a11.ext.ase.pcfip/") matches the fi...Anders Broman1-1/+1
2012-04-23Replace hf[] "duplicate blurbs" by NULL;Bill Meier1-449/+455
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-28Fix Coverity CID 1342: UNUSED_VALUEChris Maynard1-4/+4
2011-12-27Dissect Service Option Profile.Anders Broman1-1/+66
2011-12-25Revisit the spec, value is 16 bits.Anders Broman1-22/+4
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman1-237/+90
2011-12-22Use item lenght when dissecting Additional Session Info.Anders Broman1-63/+91
2011-12-20Add some additional links to more up to date specfications.Chris Maynard1-0/+2
2011-11-03Fix GRE Key entryAnders Broman1-14/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-3/+3
2011-09-19RFC 4282 says the NAI is UTF-8.Guy Harris1-7/+2
2011-09-19Some probably-erroneous TRUEs as the last argument toGuy Harris1-2/+2
2011-09-19Use ENC_BIG_ENDIAN instead of FALSE in proto_tree_add_item() calls forGuy Harris1-25/+34
2011-07-05Add ett_a11_rqi_grantedqos to the list of ett_ values to be allocated.Guy Harris1-6/+7
2011-06-06Fix Unix compilation error...Stephen Fisher1-1/+0
2011-06-06On behalf of Ericsson - enhance A11 dissection.Anders Broman1-69/+229
2011-05-11Eliminate redundant blurbsJeff Morriss1-15/+15