aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-raknet.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+2
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-10-15raknet: fix two checkfiltername errors; mcpe,raknet: minor cleanup;Bill Meier1-10/+11
Change-Id: Ieac370d232c6349f7acc45f4817637a80915e315 Reviewed-on: https://code.wireshark.org/review/4695 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-10-15packet-raknet.c: value_string array (created at runtime) must be terminated ↵Bill Meier1-3/+5
with {0, NULL}. This should fix crash in 'tshark -G values' seen on 64 bit tshark. Change-Id: Ia183fc5d5604f71b824cf4f758c18ff1ccd4540f Reviewed-on: https://code.wireshark.org/review/4694 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-10-14Add RakNet protocol dissectorNick Carter1-0/+676
Bug: 10534 Change-Id: Id56008da0c21a5f3a0309cdf21aff287c7820dcf Reviewed-on: https://code.wireshark.org/review/4372 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>