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 134/// /// Menu File Exit - Terminates the application/// /// /// private void menuItem3_Click(object sender, System.EventArgs e){if(mcStop.Enabled == true){device.PcapStopCapture();device.PcapClose();}<strong>Application</strong>.Exit();}/// /// lvCon selected h<strong>and</strong>ler - displays packets of the selected conversation inlvPackets/// /// /// private void lvCon_SelectedIndexChanged(object sender, System.EventArgs e){if(lvCon.SelectedItems.Count > 0){ConTrackingColl connection = (ConTrackingColl)sigSyncArray[lvCon.SelectedIndices[0]];int vnCounter = 0;lbHeaders.Items.Clear();headerSyncArray.Clear();for(int i=0;i 0){byte [] b = oPacket.Data;headers = format.GetString(b);if((textBox1.Text != "" && headers.IndexOf(textBox1.Text)>-1)||textBox1.Text ==""){Regex r = new Regex("\r\n");int a = 0;int iteratorIndex = 0;

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

Saved successfully!

Ooh no, something went wrong!