aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-21We need to start reassembly on a segment boundary.Anders Broman1-2/+9
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-1/+4
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];Bill Meier1-5/+1
2011-04-22Change enum type in struct to an int to allow different enum types toStephen Fisher1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-12/+6
2011-02-08Add support for 4-byte NTP times (only the seconds) in proto_tree_add_item().Jeff Morriss1-25/+21
2011-01-03If we have no value to dissect, because the AVP has the wrong length forGuy Harris1-6/+18
2011-01-03Do length checking for Integer32, Integer64, Unsigned64, Float32, andGuy Harris1-9/+134
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-12-06Make some symbols static.Jeff Morriss1-1/+1
2010-11-15Use value_string ext for address family.Anders Broman1-3/+8
2010-11-10Make value_string_ext for all AVP:s with enums.Anders Broman1-3/+16
2010-11-10Make a more descriptive name for the per vendor avp value_string_ext.Anders Broman1-1/+1
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman1-6/+6
2010-10-19Remove some #if 0'd code I left in by mistake a while back....Bill Meier1-6/+0
2010-10-19From Tamás Regõs:Anders Broman1-0/+8
2010-10-18Use port range for SCTP too.Jeff Morriss1-26/+38
2010-10-14Rework "extended value strings":Bill Meier1-34/+29
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-3/+3
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-12/+11
2010-06-09Fix a copy paste error.Anders Broman1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-06-02Initialize no_vs_avps_ext with a pointer to a valid 'match' function so we do...Jeff Morriss1-1/+1
2010-05-24Use value_string_ext for AVP:sAnders Broman1-7/+46
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-11/+1
2010-05-07Register a dissector table for dissecting Ericsson AVP:s.Anders Broman1-2/+6
2010-04-26Move proto_reg_handoff... to the end of the file.Bill Meier1-49/+52
2010-03-06From Andrej Kuehnal:Anders Broman1-3/+14
2009-10-08Clean up header fields.Jaap Keuter1-2/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-7/+7
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-26From Sebastien Decugis:Anders Broman1-0/+22
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-5/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-32/+32
2009-04-13From Abhik Sarkar:Anders Broman1-1/+1
2009-04-07Use some default true_false_string's.Bill Meier1-14/+9
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+0
2008-11-15From Abhik Sarkar:Anders Broman1-0/+119
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-7/+2
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-11/+10
2008-08-25Add Answer or Request to the Command name in the info column depending onAnders Broman1-1/+2
2008-08-14Use const with value_string array definitionsBill Meier1-2/+2
2008-08-05Fix some errors introduced when fixing Luis Ontanon's e-mail address.Guy Harris1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-2/+2
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aGuy Harris1-4/+4
2008-07-15GArrays' data is properly aligned for whatever they are holding (despiteJeff Morriss1-124/+149