aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Amazingly, there *are* apparently protocols with IPv4 addresses inguy1-2/+2
2011-10-31Set the ENC_ on the remaining proto_add_item().etxrab1-27/+37
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-06-21We need to start reassembly on a segment boundary.etxrab1-2/+9
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-1/+4
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];wmeier1-5/+1
2011-04-22Change enum type in struct to an int to allow different enum types tosfisher1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-12/+6
2011-02-08Add support for 4-byte NTP times (only the seconds) in proto_tree_add_item().morriss1-25/+21
2011-01-03If we have no value to dissect, because the AVP has the wrong length forguy1-6/+18
2011-01-03Do length checking for Integer32, Integer64, Unsigned64, Float32, andguy1-9/+134
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-10/+10
2010-12-06Make some symbols static.morriss1-1/+1
2010-11-15Use value_string ext for address family.etxrab1-3/+8
2010-11-10Make value_string_ext for all AVP:s with enums.etxrab1-3/+16
2010-11-10Make a more descriptive name for the per vendor avp value_string_ext.etxrab1-1/+1
2010-11-09Define unused AVP:s to make it possible to use value_string_ext foretxrab1-6/+6
2010-10-19Remove some #if 0'd code I left in by mistake a while back....wmeier1-6/+0
2010-10-19From Tamás Regõs:etxrab1-0/+8
2010-10-18Use port range for SCTP too.morriss1-26/+38
2010-10-14Rework "extended value strings":wmeier1-34/+29
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-3/+3
2010-09-15Remove a few more calls to check_col()martinm1-12/+11
2010-06-09Fix a copy paste error.etxrab1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-1/+1
2010-06-02Initialize no_vs_avps_ext with a pointer to a valid 'match' function so we do...morriss1-1/+1
2010-05-24Use value_string_ext for AVP:setxrab1-7/+46
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-11/+1
2010-05-07Register a dissector table for dissecting Ericsson AVP:s.etxrab1-2/+6
2010-04-26Move proto_reg_handoff... to the end of the file.wmeier1-49/+52
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-3/+14
2009-10-08Clean up header fields.jake1-2/+2
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-4/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-7/+7
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-26From Sebastien Decugis:etxrab1-0/+22
2009-06-24From Kovarththanan Rajaratnam:stig1-5/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-32/+32
2009-04-13From Abhik Sarkar:etxrab1-1/+1
2009-04-07Use some default true_false_string's.wmeier1-14/+9
2008-12-19Back out r27047 and r27053.gerald1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+0
2008-11-15From Abhik Sarkar:etxrab1-0/+119
2008-09-23Minor changes related to proto_reg_handoff & pref rangeswmeier1-7/+2