Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at text2pcap.c:702

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

write_file_header

(/home/sate/Testcases/c/cve/wireshark-1.2.0/text2pcap.c)expand/collapse
Show more  
 690  write_file_header (void)
 691  {
 692      struct pcap_hdr fh;
 693   
 694      fh.magic = PCAP_MAGIC;
 695      fh.version_major = 2;
 696      fh.version_minor = 4;
 697      fh.thiszone = 0;
 698      fh.sigfigs = 0;
 699      fh.snaplen = 102400;
 700      fh.network = pcap_link_type;
 701   
 702      fwrite(&fh, sizeof(fh), 1, output_file);
 703  }
Show more  




Change Warning 5505.35787 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: