aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+2
2016-02-29Support dissecting the TLV data format specified for Lwm2mChristoph Burger-Scheidlin1-0/+1
2016-02-11CoAP: Add support for tracking requests and responsesChristoph Burger-Scheidlin1-0/+127
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-27[COAP] Add "2.31 Continue" codeMichael Mann1-0/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-4/+6
2015-08-02CoAP: add media type number for application/cborHauke Mehrtens1-0/+1
2015-07-21coap: fix decoding of observe extensionHauke Mehrtens1-5/+11
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-11-06coap: fix a bug; do some cleanup.Bill Meier1-72/+62
2014-09-17CoAP dissector: Update option numbers from RFC7252chrysn1-1/+44
2014-06-18Fix copy-paste probem in COAP dissectorShoichi Sakane1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-11-13(Minor cleanup): unneeded initializers, whitespace, long-lines, typosBill Meier1-190/+207
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-10-05From Peter A. Bigot via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9225Evan Huus1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-07-05Batch of filterable expert infos.Michael Mann1-14/+23
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