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 104Appendix 6 – Browser Timer - Code ListingForm1.cs:/** Autor: Zbigniew Kwecka* Matric: 03008457* Contact: z.kwecka@gmial.com* Napier University, Edinburgh*/using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Net;using System.IO;using System.Threading;namespace HTTPBrowser{/// /// Summary description for Form1./// public class Form1 : System.Windows.Forms.Form{private System.Windows.Forms.Button button1;private AxSHDocVw.AxWebBrowser axWebBrowser1;private System.Windows.Forms.Button button2;private System.Windows.Forms.TextBox textBox2;private System.Windows.Forms.Label label1;private System.Windows.Forms.TextBox textBox1;private System.Windows.Forms.CheckBox checkBox1;private System.Windows.Forms.Button button3;private System.ComponentModel.IContainer components;public Form1(){//// Required for Windows Form Designer support//InitializeComponent();//// TODO: Add any constructor code after InitializeComponent call//}/// /// Clean up any resources being used./// protected override void Dispose( bool disposing ){if( disposing ){if (components != null){components.Dispose();}}base.Dispose( disposing );}/// /// Required method for Designer support - do not modify/// the contents of this method with the code editor./// private void InitializeComponent(){System.Resources.ResourceManager resources = newSystem.Resources.ResourceManager(typeof(Form1));

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

Saved successfully!

Ooh no, something went wrong!