aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-12/+12
2015-11-28Diameter: check IPv6 prefix length before copying it in e_in6_addr structurePascal Quantin1-2/+8
2015-11-13Diameter: Expand an error message.Gerald Combs1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-4/+4
2015-10-27Show the Experimental-Result-Code if we don't know have a subdissector for thatJeff Morriss1-5/+26
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-08-21Generate Diameter's expert info's even when there's no tree so that they showJeff Morriss1-88/+122
2015-07-07Revert "diameter: convert some GArrays to epan wmem_arrays"Evan Huus1-28/+23
2015-07-04diameter: convert some GArrays to epan wmem_arraysEvan Huus1-23/+28
2015-06-25diameter: fix a memory leak on startupEvan Huus1-0/+2
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-0/+64
2015-05-22[Diamater] Sub dissect Suported-Vendor-IdAnders1-0/+3
2015-05-12Fix Diameter reassembly when the captured tvb length is less than 5 bytes.Jeff Morriss1-11/+25
2015-05-06Add/clarify some comments about how the Experimental-Result-Code AVP is handled.Jeff Morriss1-11/+15
2015-04-23Use VALS_EXT_PTR to satisfy checkAPIs.Jeff Morriss1-1/+1
2015-04-22Add special handling of the (derived) AppId AVP type so that we can maintainJeff Morriss1-5/+33
2015-03-09Use the new request/response framenum hints.Jeff Morriss1-2/+2
2015-02-16[Diameter] Use proto_tree_add_bitmask() to add the diameter flags.AndersBroman1-16/+14
2015-02-03Fix nameless application in NokiaSolutionsAndNetworks.xml (fromJeff Morriss1-1/+6
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+3
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-8/+9
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-2/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-35/+35
2014-09-10Minor performance tweaks:AndersBroman1-14/+15
2014-08-22Decode the 3GPP MSISDN AVP using the E.164 routines.Jeff Morriss1-1/+1
2014-08-21Decode User-Name as an IMSI in S13/S13' and S7a/S7d.Jeff Morriss1-4/+5
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-3/+4
2014-08-20Decode IMSIs found in Subscription-Id AVPs.Jeff Morriss1-12/+94
2014-08-19Don't mark a used parameter as unused.Jeff Morriss1-8/+7
2014-08-12When checking if a message is Diameter also check for a minimum message length.Jeff Morriss1-16/+33
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-07-28Use wmem for application IdsAndersBroman1-29/+33
2014-07-28Sort diameter.applicationId fix a typo.AndersBroman1-0/+4
2014-07-27Make value_string_ext const-correct.Kevin Cox1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-24/+24
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-24/+24
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-29Convert a few dissectors with simple request/response tracking from red/black...Pascal Quantin1-4/+4
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+2
2014-04-07Tweak the Diameter heuristics a bit more.Jeff Morriss1-5/+14
2014-04-04Strengthen the Diameter heuristics to avoid trying to reassemble enormous mes...Jeff Morriss1-8/+19
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-16Make the avp_str available to sub dissectors and Let the subdissector haveAndersBroman1-2/+12
2014-03-14Display framed_ipv6_prefix as an IPv6 address even when it's not the fullAndersBroman1-1/+10