aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28Slightly less hacky way to arrange that dictionary_load() be calledGuy Harris1-16/+21
2012-11-28Fix pretty-printing of the application ID in the protocol-details pane byJeff Morriss1-9/+20
2012-11-28There's a macro for the Request bit. Use it instead of hard-coded 0x80.Jeff Morriss1-3/+3
2012-10-16make the variable that holds tvb_length_remaining() a signed integerMartin Kaiser1-1/+1
2012-10-15Try to get rid of some of the" pedantic" warnings.Anders Broman1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-08-14Register for Diameter's SCTP PPID.Jeff Morriss1-0/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1