aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-05-15diameter_3gpp: Dissect Feature-List flags in Gx messageMasayuki Takemura1-0/+111
2014-04-22Fix display of AVP: 3GPP-MS-TimeZone(23), oct is owerwritten.AndersBroman1-4/+6
2014-04-09Use tvb_strncaseeql() to check for XML.Guy Harris1-3/+1
2014-03-17Mark tree as unused.AndersBroman1-1/+1
2014-03-17Inhance summary output for some 3GPP AVPsAndersBroman1-0/+49
2014-03-16Make the avp_str available to sub dissectors and Let the subdissector haveAndersBroman1-0/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-28Pass diam_sub_dis_t directly to the subdissectors instead of using pinfo->pri...Michael Mann1-8/+6
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-053GPP-MS-TimeZone value is not decoded in RADIUS and DIAMETER messages.Anders Broman1-1/+45
2013-09-04From Katrina Zhang:Anders Broman1-4/+12
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix warning found by fix-encoding-args toolsAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-29From Johan Wåhl:Anders Broman1-0/+44
2013-07-22Fix forJörg Mayer1-1/+1
2013-07-22Dissect S6 feature list.Anders Broman1-2/+307
2013-07-21Remove unused variable, fix comparison to use double-equals.Evan Huus1-2/+2
2013-07-21Interpretation of 3gpp_feature_list depends on Application Id.Anders Broman1-13/+20
2013-07-17Dissect new flagsAnders Broman1-6/+29
2013-06-19One of the unused hf's commented out in r47389 was not used due to aJeff Morriss1-4/+2
2013-05-14Don't try to decode an IPv6 address if it looks like we've been handed theJeff Morriss1-2/+17
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2013-03-14from Katrina Zhang:Anders Broman1-2/+10
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-727/+731
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-21/+21
2012-08-24Adding period to proto filter name for being part of the "diameter" grouping.Michael Mann1-1/+1
2012-07-09Update AVP dissection.Anders Broman1-4/+36
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-27From David Wei:Anders Broman1-685/+714
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-683/+683
2012-04-24From David Wei:Anders Broman1-0/+48
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+0
2011-07-27Use tvb_length when adding MSISDN.Anders Broman1-1/+2
2011-05-20Prettify som 3GPP AVP:sAnders Broman1-1/+67
2011-05-19Fix a typo.Anders Broman1-1/+1
2011-05-19Subdissect 2 3GPP AVP:s that are actually text.Anders Broman1-78/+147
2011-04-06From Johan Wåhl:Anders Broman1-0/+61
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-2/+2
2011-03-12Add sub dissection of AVP MBMS Service Area.Anders Broman1-4/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-14/+14
2010-12-16Fix a comment.Anders Broman1-1/+1
2010-12-16Dissect AVP Code: 606 User-Data if it's xml.Anders Broman1-1/+10
2010-06-20From KATAOKA Toshihiro:Anders Broman1-4/+544
2010-06-08From Tamás Regõs:Anders Broman1-0/+5
2010-05-01Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.Anders Broman1-2/+10