URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ddc3b076139b8d609d8474be9f51b63ff89dc9c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3ddc3b0 by Guy Harris (guy@xxxxxxxxxxxx):
Put the code for writing pseudo-headers into individual routines.
For each pseudo-header type, put a routine to write the pseudo-header
after the routine to read it.
Change-Id: Iffc010c1bf97acc5eb834a388e328ad3c2310351
Reviewed-on: https://code.wireshark.org/review/29840
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7e928c8 In LINKTYPE_PPP_WITH_DIR files, any non-zero direction value means "sent".
add 3ddc3b0 Put the code for writing pseudo-headers into individual routines.
Summary of changes:
wiretap/pcap-common.c | 302 ++++++++++++++++++++++++++++++++------------------
1 file changed, 195 insertions(+), 107 deletions(-)