aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-01Batch of filterable expert info.Michael Mann1-48/+45
2013-08-31More wmem.Evan Huus1-13/+12
2013-08-26Make the UDP port preference a range.Anders Broman1-13/+9
2013-08-25Simplify adding and deletetion of port ranges by adding new methods.Anders Broman1-28/+4
2013-08-22On request from Tommy Wu:Anders Broman1-2/+17
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann1-9/+19
2013-07-22Dissect S6 feature list.Anders Broman1-7/+11
2013-07-18Catch exceptions from AVP subdissectors in case the AVPs following the oneJeff Morriss1-19/+43
2013-07-06Build dynamic diameter value_string arrays with wmem arrays not garrays.Evan Huus1-8/+10
2013-07-06Build diameter's hf array in a wmem array instead of a garray. Fixes ~270KB ofEvan Huus1-11/+10
2013-05-21- Move the export_pdu tap outside of if(tree)Anders Broman1-35/+35
2013-05-20Add export_pdu_tap to packet-diameter.cAnders Broman1-0/+28
2013-05-17set col fence, in case there are more Diameter PDU:s in a transport message.Anders Broman1-1/+4
2013-04-02Include padding length in the AVP's length.Jeff Morriss1-28/+27
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22And it happens again...Jeff Morriss1-32/+41
2013-03-02From beroset:Anders Broman1-44/+44
2013-02-17Use wmem memory to build most of the diameter hf and ett arrays.Evan Huus1-9/+10
2012-12-16Initialize a variable to avoid a (false) may-be-used-uninitialized warning tu...Jeff Morriss1-4/+1
2012-12-16Handle hop-by-hop-id collisions (when matching requests and answers) better:Jeff Morriss1-185/+217