aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-link16.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
Change-Id: Ie39ef054a4a942687bd079f3a4d8c2cc55d5f22c Reviewed-on: https://code.wireshark.org/review/12485 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
Specifically: - Set packet.h to be the first wireshark #include after config.h and "system" #includes. packet.h added as an #include in some cases when missing. - Remove some #includes included (directly/indirectly) in packet.h. E.g., glib.h. (Done only for those files including packet.h). - As needed, move "system" #includes to be after config.h and before wireshark #includes. - Rework various #include file specifications for consistency. - Misc. Change-Id: Ifaa1a14b50b69fbad38ea4838a49dfe595c54c95 Reviewed-on: https://code.wireshark.org/review/5923 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-08-16LINK16: Add modelines infoAlexis La Goutte1-0/+13
Change-Id: I4267de691f9b7064b6110eba1c85ddb6b755d3f5 Reviewed-on: https://code.wireshark.org/review/3648 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-08-16Fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
Change-Id: Ib50ddb969471c03cf0ce2f240c3586fe2274965a Reviewed-on: https://code.wireshark.org/review/3642 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+2
Change-Id: I7e935114417712d1101ea2d6f4b236fac44698d0 Reviewed-on: https://code.wireshark.org/review/3637 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki1-4/+0
Change-Id: I957b01aa00bbff3c48192388c7ad9e601d79c778 Reviewed-on: https://code.wireshark.org/review/3196 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-05-11packet-link16: fix typosPeter Ross1-3/+3
Change-Id: I57d1a2dc1f3a078eb18c5799ca3bc0277eb1b2f9 Reviewed-on: https://code.wireshark.org/review/1584 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-05-10packet-link16: Link 16 message dissector (MIL-STD-6016)Peter Ross1-0/+291
Described in: Robertson, W., and Ross, P., Extending the Wireshark Network Protocol Analyser to Decode Link 16 Tactical Data Link Messages, Defence Science and Technology Organisation, January 2014. DSTO-TN-1257. Change-Id: Ie4b1228ef112e56b3ab975d0c9254fa468b90cc2 Reviewed-on: https://code.wireshark.org/review/1551 Reviewed-by: Michael Mann <mmann78@netscape.net>