Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-coap.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-13 Bill Meier(Minor cleanup): unneeded initializers, whitespace...
2013-11-02 Michael MannRequire dissector_try_string to pass a data parameter...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-27 Michael MannRemove iplen and iphdrlen from struct _packet_info.
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-10-05 Evan HuusFrom Peter A. Bigot via https://bugs.wireshark.org...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-05 Michael MannBatch of filterable expert infos.
2013-06-11 Anders BromanRemove blurbs not adding any value.
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-06-11 Anders BromanFrom Hauke Mehrtens:
2013-03-22 Evan HuusFrom Soichi Sakane via https://bugs.wireshark.org/bugzi...
2013-03-15 Anders Broman[-Wmissing-prototypes]
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-07-11 Bill MeierDon't call col...() and expert..() functions under...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-07 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2011-10-27 Bill MeierFix some proto_tree_add_item() encoding args;
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-09-13 Guy HarrisAs the man said, ports are unsigned.
2011-09-13 Stephen FisherThe "Uri-Port" option is an unsigned, not signed, integ...
2011-08-13 Guy HarrisDo more checking of the TLV length. Yes, the length...
2011-08-10 Jeff Morrissstrlen returns a size_t
2011-08-10 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2011-05-06 Anders Broman VALS(& -> VALS(
2011-03-27 Stig BjørlykkeAdded some missing breaks.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-19 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-11-15 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-30 Jeff MorrissFix the randpkt assertion reported in https://bugs...
2010-10-21 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-21 Jeff MorrissFrom Shoichi Sakane via bug 5270: minor changes and...
2010-10-20 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-19 Jeff MorrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-19 Stig BjørlykkeInit ett_coap_noop, another fix for bug 5305.
2010-10-18 Bill MeierRemove some unneeded #includes ...
2010-10-18 Stig BjørlykkeAdded some length checks for integers.
2010-10-17 Stig Bjørlykkecoap_handle is only used in proto_reg_handoff_coap.
2010-10-17 Stig BjørlykkeFrom Shoichi Sakane via bug 5270: