Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 20234: /trunk/gtk/ /trunk/gtk/: conversations_table.c co

Date: Fri, 29 Dec 2006 22:22:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20234

User: sfisher
Date: 2006/12/29 10:22 PM

Log:
 Fix for bug #1278: 
 
 "When analysing a trace with 802.11 packages (made by airpcap) and selecting
 Statistics->Conversation List->WLAN all wlan conversations are listed. When
 after this selecting Apply as filter->Selected->A<->B a display filter is
 created as
 
 eth.addr==<A>  && eth.addr==<B>
 
 when if should be
 
 wlan.addr==<A>  && wlan.addr==<B>"

Directory: /trunk/gtk/
  Changes    Path                     Action
  +8 -2      conversations_table.c    Modified
  +1 -1      conversations_wlan.c     Modified
  +2 -0      hostlist_table.c         Modified
  +2 -2      hostlist_wlan.c          Modified
  +1 -0      sat.h                    Modified