Penguin

Differences between version 3 and predecessor to the previous major change of Ethereal.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Friday, September 30, 2005 1:02:41 pm by IanMcDonald Revert
Older page: version 2 Last edited on Tuesday, February 3, 2004 10:17:35 pm by JohnMcPherson Revert
@@ -1,8 +1,9 @@
 Ethereal is a [PacketSniffer]. 
  
-It is now in pretty gtk2
+It is now in pretty [GTK]2
  
+A patch for [DCCP] support can be found at http://www.jp.nishida.org/dccp/  
  
 !!Tips 
 !Display Filters 
 Although ethereal's help shows you many fields you can use to filter on, such as all the subfields of the various supported protocols, it doesn't give you any help as to how to set up a simple filter! 
@@ -11,14 +12,14 @@
  
 Hides all [SSH] and [ARP] protocol packets 
  !ssh && !arp 
  
-Hide all SSH protocol packets, as well as [TCP] [ACK]/[FIN] etc packets for ssh connections: 
+Hide all [ SSH] protocol packets, as well as [TCP] [ACK]/[FIN] etc packets for ssh connections: 
  !ssh && tcp.port != 22 
  
 Traffic to or from a 192.168 subnet: 
  ip.addr == 192.168.0.0/16 
  
-Traffic to this IP that is udp
+Traffic to this [ IP] that is [UDP]
  ip.dst == 192.168.1.1 && udp 
  
  ip.dst