aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+12
2013-10-29Adjust when dissect_diameter_avp loop is called to avoid access violations.Michael Mann1-9/+8
2013-10-28Fix the compilation.Michael Tüxen1-5/+3
2013-10-28Pass diam_sub_dis_t directly to the subdissectors instead of using pinfo->pri...Michael Mann1-40/+37
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-15/+14
2013-09-12Fix UDP port range.Anders Broman1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-09-04Use epan-scoped memory for building more of the diameter table stuff.Evan Huus1-16/+16