aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Remove blurbs not adding any value.Anders Broman1-30/+30
2013-06-11From Hauke Mehrtens:Anders Broman1-5/+23
2013-06-11From Hauke Mehrtens:Anders Broman1-2/+2
2013-06-11From Hauke Mehrtens:Anders Broman1-200/+174
2013-06-11From Hauke Mehrtens:Anders Broman1-3/+14
2013-06-11From Hauke Mehrtens:Anders Broman1-9/+9
2013-06-11From Hauke Mehrtens:Anders Broman1-35/+22
2013-03-22From Soichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8070Evan Huus1-251/+653
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-11Don't call col...() and expert..() functions under 'if (tree)';Bill Meier1-79/+176
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-4/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-09-13As the man said, ports are unsigned.Guy Harris1-2/+2
2011-09-13The "Uri-Port" option is an unsigned, not signed, integer according toStephen Fisher1-1/+1
2011-08-13Do more checking of the TLV length. Yes, the length can be zero orGuy Harris1-1/+1
2011-08-10strlen returns a size_tJeff Morriss1-1/+1
2011-08-10From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-146/+246
2011-05-06 VALS(& -> VALS(Anders Broman1-3/+3
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-11-19From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-6/+15
2010-11-15From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-19/+32
2010-10-30Fix the randpkt assertion reported in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-5/+10
2010-10-21From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-64/+77
2010-10-21From Shoichi Sakane via bug 5270: minor changes and remove an unused hf varia...Jeff Morriss1-22/+18
2010-10-20From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-48/+123
2010-10-19From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-9/+1
2010-10-19Init ett_coap_noop, another fix for bug 5305.Stig Bjørlykke1-0/+1
2010-10-18Remove some unneeded #includes ...Bill Meier1-5/+0
2010-10-18Added some length checks for integers.Stig Bjørlykke1-3/+5
2010-10-17coap_handle is only used in proto_reg_handoff_coap.Stig Bjørlykke1-1/+1
2010-10-17From Shoichi Sakane via bug 5270:Stig Bjørlykke1-0/+417