aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-13Use dissector_try_uint_new() and include diam_sub_dis_inf when calling allAndersBroman1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman1-11/+2
2014-01-17Try to fix warning: initializer element is not computable at load time.Anders Broman1-20/+39
2014-01-17Fix a bug intrduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=re...Anders Broman1-1/+3
2014-01-15Fix a couple ofAnders Broman1-16/+46
2014-01-14Don't make promises of constness that we can't honor.Guy Harris1-5/+5
2014-01-04Fix a typo.Anders Broman1-1/+1
2013-12-23Get rid of some useless intermediate ep-memory when building Diameter arrays.Evan Huus1-12/+14
2013-12-20#if 0 some unused #defines.Bill Meier1-0/+2
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-3/+3
2013-12-10Reject the packet if data is NULL.Chris Maynard1-3/+8
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-6/+6
2013-12-04FixJörg Mayer1-1/+1
2013-12-04"RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP ...Anders Broman1-2/+64
2013-11-21Do some constification;Bill Meier1-42/+59
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1