Wireshark-commits: [Wireshark-commits] master 0c12cd5: Use memcpy() to copy bytes.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Mar 2019 01:14:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c12cd57c763911a3b683888f846761328973749
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0c12cd5 by Guy Harris (guy@xxxxxxxxxxxx):

    Use memcpy() to copy bytes.
    
    No need to do our own copying loop.
    
    Change-Id: Ia3f5065c7b24c5a11e6fa289aef7ca54187fe67e
    Reviewed-on: https://code.wireshark.org/review/32385
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6022ea7   Flip MAC and IP addresses, and TCP/UDP/SCTP ports, for outgoing packets.
     add  0c12cd5   Use memcpy() to copy bytes.


Summary of changes:
 text2pcap.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)