13.07.2015 Views

Application Layer Covert Channel Analysis and ... - Bill Buchanan

Application Layer Covert Channel Analysis and ... - Bill Buchanan

Application Layer Covert Channel Analysis and ... - Bill Buchanan

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Z. Kwecka, BSc (Hons) Network Computing, 2006 127foreach(string singleHeader in r.Split(headers)){if(singleHeader != "")//finds empty line - the start of the content{headerSyncArray.Add(singleHeader);a=0;}else{a++;headerSyncArray.Add(" ");if((a>1&&oPacket.DestinationPort==80)||(a>0&&oPacket.SourcePort==80)){headerSyncArray.Add("--------------------------------------");break;}}}}} //end if mathes the destination settings}private void mhDoc_Click(object sender, System.EventArgs e){//insert code here}private void cbDump_CheckedChanged(object sender, System.EventArgs e){if(cbDump.Checked == true){if(ofdDump.ShowDialog() ==DialogResult.Cancel){cbDump.Checked = false;return;}}}private void mfOpen_Click(object sender, System.EventArgs e){if(ofdReadDump.ShowDialog() == DialogResult.Cancel)return;}private void ofdDump_FileOk(object sender, System.ComponentModel.CancelEventArgs e){OpenFileDialog ofd = (OpenFileDialog) sender;if(ofdDump.FileName != ""){dumpFile = ofdDump.FileName;}}else{cbDump.Checked = false;}private void ofdReadDump_FileOk(object sender, System.ComponentModel.CancelEventArgse){OpenFileDialog ofd = (OpenFileDialog) sender;if(ofd.FileName != ""){mcStart.Enabled = false;gbAdapter.Enabled = true;//cbDump.Checked = false;cbAdapters.SelectedIndex = -1;// lvPackets.Items.Clear();lbHeaders.Items.Clear();

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!