aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-24[SIP/DIAMETER] Reinstate the lost dfilter_store_sip_from_addr() and use itAndersBroman1-0/+23
2014-08-22Decode the 3GPP MSISDN AVP using the E.164 routines.Jeff Morriss1-27/+3
2014-08-21Decode User-Name as an IMSI in S13/S13' and S7a/S7d.Jeff Morriss1-4/+0
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-08-20Decode IMSIs found in Subscription-Id AVPs.Jeff Morriss1-30/+7
2014-08-20Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and...Jeff Morriss1-77/+101
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+14
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-12/+25
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-3/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
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