aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
AgeCommit message (Expand)AuthorFilesLines
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
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