aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mdp.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+6
These display bases work to replace unprintable characters so the name is a misnomer. In addition they are the same option and this display behaviour is not something that is configurable. This does not affect encodings because all our internal text strings need to be valid UTF-8 and the source encoding is specified using ENC_*. Remove the assertion for valid UTF-8 in proto.c because tvb_get_*_string() must return a valid UTF-8 string, always, and we don't need to assert that, it is expensive.
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-06-30mdp: fix no previous prototype for ‘proto_reg_handoff_mdp’ ↵Alexis La Goutte1-0/+1
[-Wmissing-prototypes] Change-Id: I0ebc71f240ace38cb6c111c0cc56f20fee10749d Reviewed-on: https://code.wireshark.org/review/28539 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-28packet-mdp.c: New dissector for Cisco Meraki Discovery Protocoljmartin-usna1-0/+160
Bug: 14912 Change-Id: I2f99931abde331d087a994a22c74cf8d4dd8d53a Reviewed-on: https://code.wireshark.org/review/28478 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>