aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dpa400.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-3/+4
That makes it - and the routines that implement it - work more like the seek-read routine. Change-Id: I0cace2d0e4c9ebfc21ac98fd1af1ec70f60a240d Reviewed-on: https://code.wireshark.org/review/32727 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-09-30Remove unnecessary clearing of *err.Guy Harris1-2/+0
wtap_read() clears it for you. Change-Id: I736509d54ff385e5b80e9393aeb91c6473b02824 Reviewed-on: https://code.wireshark.org/review/29939 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-05-25dpa400: Fix wiretap data packet lenDirk Eibach1-0/+1
Increment the packet size whenn adding the from_source field. Change-Id: I380305d763df40b2cf1f2209643d05dfde12a716 Reviewed-on: https://code.wireshark.org/review/27811 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-05-17dpa400: fix no previous prototype for function 'dpa400_open' ↵Alexis La Goutte1-0/+1
[-Wmissing-prototypes] Change-Id: Ie10cd7bfffa5ef2fe888ade3250c873750eb18a9 Reviewed-on: https://code.wireshark.org/review/27608 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach1-0/+234
Wiretap support for reading the Unigraf DPA-400 DisplayPort AUX channel monitor logfiles. Bug: 14651 Change-Id: Ia8714a72a9439dd566ef604e001ebf45ecaab76d Reviewed-on: https://code.wireshark.org/review/27415 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris1-234/+0
This reverts commit dfd6eb5d68065b47cf19603f34300ed43ae5e858. This change cannot be submitted without change I5c0c7668bda969086d9d6e5069aad87e929f6340. Change-Id: Ieb22f4e9afa1742db861a291202a2790a4784e1b Reviewed-on: https://code.wireshark.org/review/27387 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach1-0/+234
Wiretap support for reading the Unigraf DPA-400 DisplayPort AUX channel monitor logfiles. Bug: 14651 Change-Id: I8d3c50575c9806dd04b40053db45564404bad103 Reviewed-on: https://code.wireshark.org/review/27312 Reviewed-by: Guy Harris <guy@alum.mit.edu>