aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ain
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-9/+3
Add some ENC_ values for various flavors of packed BCD, and use that instead of explicitly calling tvb_bcd_dig_to_wmem_packet_str() and adding the result. Change-Id: I07511d9d09c9231b610c121cd6ffb3b16fb017a9 Reviewed-on: https://code.wireshark.org/review/36952 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-11-19ain:Prettify Carrier and AMAslpID parameters.Anders Broman4-34/+131
Bug: 15285 Change-Id: I34fc67e2faa4c4e53834b257796b3f256239f27a Reviewed-on: https://code.wireshark.org/review/30711 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-09-11Go back to using a #pragma directly.Guy Harris1-2/+9
See if *that* prevents us from failing with a warning; -Wno-error=unused-function doesn't seem to do the trick. Change-Id: If2dec4ca70451670d0181c6cd0c7bc714e856c95 Reviewed-on: https://code.wireshark.org/review/29613 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-09-11Use DIAG_OFF to suppress -Wunused-function.Guy Harris1-3/+1
Change-Id: I1846e4ef1be977553510ff1473d4c1a7e12cce18 Reviewed-on: https://code.wireshark.org/review/29594 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-09-09AIN: Add dissector for Advanced Inteligent Network protocol.Anders6-0/+4095
Bug:15108 Change-Id: I3b37209c6dcf1a7edc19d12e19d0ab4beaaba5b4 Reviewed-on: https://code.wireshark.org/review/29450 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>