aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Add detailed decoding for Framed-IPv6-Prefix.Jeff Morriss1-10/+56
2012-03-13Don't mark a couple of unused parameters are unused.Jeff Morriss1-2/+2
2012-03-12Fix a typo in a function name and some indentation.Jeff Morriss1-17/+17
2011-11-02Amazingly, there *are* apparently protocols with IPv4 addresses inGuy Harris1-2/+2
2011-10-31Set the ENC_ on the remaining proto_add_item().Anders Broman1-27/+37
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
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