aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-15diameter (3GPP): Fix Dead Store (Dead assignement/Dead increment) Warning fou...Alexis La Goutte1-1/+1
2016-06-13Added Diameter 3GPP decoding of AVP 1404 - QoS-SubscribedBinh Trinh1-0/+626
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-8/+4
2016-04-18diameter (3GPP): fix 'data/pinfo' was marked unused but was used [-Werror,-Wu...Alexis La Goutte1-8/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-41/+41
2015-11-22Diameter: add dissection of Credit-Management-Status AVP codePascal Quantin1-24/+91
2015-10-01Add dissection of 3GPP AVP 655 refactor to use proto_tree_add_bitmask_with_fl...AndersBroman1-139/+176
2015-10-01[Diameter] Add dissection of 3GPP AVP 655 refactor to useAndersBroman1-0/+25
2015-08-11[Diameter] Add expert info to subdissection of 3GPP AVP:sAndersBroman1-1/+19
2015-07-23Add support for MB2c Diameter interface.Umberto Corponi1-1/+290
2015-05-22[Diameter] Show Visited-PLMN-IdAnders1-0/+14
2015-05-22Diameter: fix indent (Use 4 spaces)Alexis La Goutte1-32/+32
2015-05-22[Diameter] Added feature list dissection for 3GPP Sh interfaceAnders1-0/+37
2015-05-04added features in Feature-List-ID 2 used in S6a/S6dRay Gomez1-2/+130
2015-05-04Add support for decoding all Feature-List Gx flagsMarius1-2/+116
2015-04-27Implement additional flags for IDR-Flags,DSR-Flags, ULR-Flags and NOR-Flags.Ray Gomez1-8/+72
2015-03-26[Diameter] Pretify a couple of AVPs that might be text eventhough they areAndersBroman1-18/+160
2015-02-20[Diameter] It's MCC first in 3GPP AVP 909 RAIAndersBroman1-9/+8
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
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