Get rid of bogus copied-and-pasted comment.

Change-Id: If9b17b6e05a1bd6a3fcf2348f81837a6ed16761c
Reviewed-on: https://code.wireshark.org/review/29844
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-09-25 20:25:40 -07:00
parent 1302cdb27c
commit 9795af4488
1 changed files with 0 additions and 1 deletions

View File

@ -1743,7 +1743,6 @@ pcap_write_llcp_pseudoheader(wtap_dumper *wdh,
{
guint8 phdr[LLCP_HEADER_LEN];
/* Any non-zero value means "sent" */
phdr[LLCP_ADAPTER_OFFSET] = pseudo_header->llcp.adapter;
phdr[LLCP_FLAGS_OFFSET] = pseudo_header->llcp.flags;
if (!wtap_dump_file_write(wdh, &phdr, sizeof phdr, err))