aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-indigocare-icall.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-21indigocare-icall: use a string encoding for all tvb_get_string_enc() calls.Guy Harris1-3/+3
Don't just pass ENC_NA, pass ENC_ASCII|ENC_NA, to mark all string fetches with the encoding to use. Change-Id: If834f216a49787ff09b3b714d755d9467848e5a5 Reviewed-on: https://code.wireshark.org/review/38220 Reviewed-by: Guy Harris <gharris@sonic.net>
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-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-07-11IndigoCare iCall: Support for padded packetsErik de Jong1-5/+22
Fix to dissect packets from certain implementations of this protocol which have null padding at the end of otherwise valid packets. Change-Id: Ic7790d9bbcf9467a9de0aa738e65a597802ce494 Reviewed-on: https://code.wireshark.org/review/22593 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-01-24Dissector: IndigoCare nursecall protocols supportErik de Jong1-0/+306
Adds support for IndigoCare nursecall protocols Bug: 13241 Change-Id: I83098c15d467ea42da8301c6b6a5568d9892fc60 Reviewed-on: https://code.wireshark.org/review/19224 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>