URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4aa8930bb47296704a4689cdbfa8f5b8b3f550f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a4aa893 by Guy Harris (guy@xxxxxxxxxxxx):
Put pcapio.c into a writecap library, and use it.
Change-Id: Ib89f345c072a38bc01f0513366a4bdae3bf6f08e
Reviewed-on: https://code.wireshark.org/review/14615
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 67bd2cc PTP: Add mm TLV according to SMPTE ST 2059-2
adds a4aa893 Put pcapio.c into a writecap library, and use it.
Summary of changes:
.gitignore | 1 +
CMakeLists.txt | 9 ++++---
Makefile.am | 6 +++++
Makefile.common | 5 ----
Makefile.nmake | 8 +++---
configure.ac | 2 ++
dumpcap.c | 2 +-
extcap/Makefile.am | 2 +-
extcap/Makefile.nmake | 1 +
extcap/ciscodump.c | 2 +-
text2pcap.c | 2 +-
{caputils => writecap}/.editorconfig | 0
{capchild => writecap}/CMakeLists.txt | 15 +++++------
{caputils => writecap}/Makefile.am | 38 ++++++++--------------------
{randpkt_core => writecap}/Makefile.common | 6 ++---
{randpkt_core => writecap}/Makefile.nmake | 20 +++++++--------
{caputils => writecap}/doxygen.cfg.in | 0
pcapio.c => writecap/pcapio.c | 0
pcapio.h => writecap/pcapio.h | 0
19 files changed, 54 insertions(+), 65 deletions(-)
copy {caputils => writecap}/.editorconfig (100%)
copy {capchild => writecap}/CMakeLists.txt (83%)
copy {caputils => writecap}/Makefile.am (73%)
copy {randpkt_core => writecap}/Makefile.common (94%)
copy {randpkt_core => writecap}/Makefile.nmake (82%)
copy {caputils => writecap}/doxygen.cfg.in (100%)
rename pcapio.c => writecap/pcapio.c (100%)
rename pcapio.h => writecap/pcapio.h (100%)