aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-log3gpp.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29log3gpp: Fix purpose of 'init' in proto_reg_handoff_log3gppStig Bjørlykke1-1/+1
The purpose of 'init' in proto_reg_handoff_log3gpp() is to avoid doing multiple dissector_add_uint(), so make this variable static. Change-Id: Ie69c0b20d56102035ef44bd5c71aee87949a5191 Reviewed-on: https://code.wireshark.org/review/34118 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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>
2019-07-12LOG3GPP: misc fixesPascal Quantin1-1/+2
- register RR dissector - a string added to a column must be in pinfo scope Change-Id: I2eb0f91c7e505094b87193d277c55ce8a3c4483b Reviewed-on: https://code.wireshark.org/review/33913 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-12LOG3GPP: do not dereference a NULL pointer (CID 1450541)Pascal Quantin1-2/+32
Change-Id: Ic65f21bcc49657ac74bf2eb8d86cb59c29cc233e Reviewed-on: https://code.wireshark.org/review/33907 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2019-07-09LOG3GPP: fix compilation with gcc 9.1.1Pascal Quantin1-11/+12
Change functions signature to avoid the cast. Change-Id: Ib4346526721538e9d793858ad8e1bd952de894e1 Reviewed-on: https://code.wireshark.org/review/33879 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+801
Change-Id: I0b290df4783616f1eb15e6ad35fbd6d2b4c3dbdd Reviewed-on: https://code.wireshark.org/review/33865 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>