URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47650d357e3115e89b854f195b385855c4703a21
Submitter: Roland Knall (rkn...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

47650d3 by Dario Lombardo (lom...@gmail.com):

    extcap: add udpdump.
    
    Udpdump is a generic UDP receiver that exports datagram in PCAP format.
    
    Change-Id: I52620a92b12530b6f9b5449c43e692663acdfc14
    Reviewed-on: https://code.wireshark.org/review/17195
    Reviewed-by: Alexis La Goutte <alexis.lagou...@gmail.com>
    Petri-Dish: Alexis La Goutte <alexis.lagou...@gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Roland Knall <rkn...@gmail.com>
    

Actions performed:

    from  1cd3587   ssl-utils: fix runtime memory leak
    adds  47650d3   extcap: add udpdump.


Summary of changes:
 .gitignore         |    1 +
 CMakeLists.txt     |   21 +++
 CMakeOptions.txt   |    1 +
 configure.ac       |   28 ++++
 doc/CMakeLists.txt |    3 +
 doc/udpdump.pod    |  128 ++++++++++++++++
 extcap/Makefile.am |   22 ++-
 extcap/udpdump.c   |  416 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 618 insertions(+), 2 deletions(-)
 create mode 100644 doc/udpdump.pod
 create mode 100644 extcap/udpdump.c
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to