aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubdp.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-2/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
Do not require a useless ENC_NA parameter for string encodings. FT_STRING and FT_STRINGZ types don't have any ndianness. Follow-up to 6ec429622c9258eefd388caf21ce92ab5b9f54b4.
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-8/+8
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.
2021-10-02UBDP: Update the UBDP header dissection and add username TLVEd1-8/+18
Update Update
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
Automated find/replace of wmem_packet_scope() with pinfo->pool in all files where it didn't cause a build failure. I also tweaked a few of the docs which got caught up.
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-30ubdp: fix no previous prototype for ‘proto_reg_handoff_ubdp’ ↵Alexis La Goutte1-0/+1
[-Wmissing-prototypes] Change-Id: I38b8269930a96fa2cac1fdda3806eef41f296d20 Reviewed-on: https://code.wireshark.org/review/28540 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-28packet-updp.c: New dissector for Ubiquiti Discovery Protocoljmartin-usna1-0/+319
Bug: 14911 Change-Id: Ie567a85e869707269ea66d4cd73577f926b16232 Reviewed-on: https://code.wireshark.org/review/28467 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>