aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vrt.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-36/+12
Similar to the "tcp.port" changes in I99604f95d426ad345f4b494598d94178b886eb67, convert dissectors that use "udp.port". More cleanup done on dissectors that use both TCP and UDP dissector tables, so that less preference callbacks exist. Change-Id: If07be9b9e850c244336a7069599cd554ce312dd3 Reviewed-on: https://code.wireshark.org/review/18120 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
Some of the ASN.1 dissectors still generate a new_create_dissector_handle from the tool itself, so leave those for now. Change-Id: Ic6e5803b1444d7ac24070949f5fd557909a5641f Reviewed-on: https://code.wireshark.org/review/12484 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-11-19Fixing picosecond timestamp for vrt protocol. Needs to be parsed as uint64 ↵Nick Bedbury1-1/+1
not double Change-Id: I4c3cf4aa84a9208c382fa4a50ca3c2ffb1773ead Reviewed-on: https://code.wireshark.org/review/11962 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-2/+3
Picking off "easy" dissectors that only have one or two exit points at most. Change-Id: I9c7d1c092bbae896ec0c2832617891346927f2e1 Reviewed-on: https://code.wireshark.org/review/11932 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>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-13Fix various issues:Bill Meier1-123/+128
- Display of header bit fields was incorrect; - Computation of the data length was incorrect; - Display of trailer 'indicator enable' & 'indicator' bit fields was incorrect; - 'Display' field of certain hf[] entries was incorrect. - Pedantic: Use ENC_BIG_ENDIAN instead of ENC_NA in certain places. See Bug #9539 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9539 svn path=/trunk/; revision=54067
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
svn path=/trunk/; revision=53911
2013-03-29From Dario Lombardo via ↵Pascal Quantin1-57/+57
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506 : Fix incompatible display filters using the same name svn path=/trunk/; revision=48638
2013-03-29Fix two instances of col_set_str being used with ephemeral memory returnedEvan Huus1-1/+1
from val_to_str. Use col_add_str instead. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8537 svn path=/trunk/; revision=48636
2013-03-28From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506Evan Huus1-7/+5
Proper authorship and attribution information for VITA 49 Radio Transport dissector. svn path=/trunk/; revision=48617
2013-03-25From Dario Lombardo, Alexander Chemeris and Ivan Klyuchnikovhis viaEvan Huus1-0/+682
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8507 Dissectors for the VRT (VITA 49 Radio Transport) and UHD protocols. From me: modelines and misc trivial cleanups. svn path=/trunk/; revision=48550