aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_fc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-04Update to the conversations list.Ronnie Sahlberg1-6/+6
Rename it from Endpoint Talkers to : Conversation List Change command line arguments to both tethereal and ethereal to be -z conv,<type> to reflect the new name Conversations This is the last time the tethereal cmd line arg is changed. But now it has a proper intuitive name at least. io,users was weird talkers was too close to names used in other tools svn path=/trunk/; revision=8379
2003-09-04Update to endpoint talkers. move lots of duplicated code into teh helper ↵Ronnie Sahlberg1-39/+2
endpoint_talkers_table.c svn path=/trunk/; revision=8377
2003-09-04Uglify endpoint_talkers_table.cRonnie Sahlberg1-11/+3
make it know how to build the filter strings, address and port hf_ fields properly so TCP and UDP works and is agnostic on whether ipv4 or ipv6 is used as transport svn path=/trunk/; revision=8368
2003-09-02When putting the filename in the titlebarRonnie Sahlberg1-2/+3
just put the filename there and not the full path to the file. svn path=/trunk/; revision=8329
2003-08-30Remove the individual reset functions and replace with a common one in the ↵Ronnie Sahlberg1-14/+3
helpers file. cleanup part 5? svn path=/trunk/; revision=8320
2003-08-30step 3 in endpoint talkers cleanupRonnie Sahlberg1-11/+2
get rid of the draw_packets wrapper in the individual endpoint files svn path=/trunk/; revision=8319
2003-08-30step two in endpoint talkers cleanupRonnie Sahlberg1-16/+2
move the windows destroy function to the common helpers file svn path=/trunk/; revision=8318
2003-08-30step one in endpoint talkers cleanupRonnie Sahlberg1-30/+24
svn path=/trunk/; revision=8317
2003-08-27 Updates for the endpoint talkers thingRonnie Sahlberg1-2/+10
The table now has a popup menu with Match display filter Selected EP1 <-> EP2 EP1 --> EP2 EP1 <-- EP2 EP1 --> ANY EP1 <-- ANY EP2 --> ANY EP2 <-- ANY Not Selected ... ... Prepare Display Filter ... Self explanatory. Now the bad news. I set the display filter box in the main window and i call redissect_packet which redissects the packet list but the displayfilter does not take or affect the main window until i click the apply button. Some signal needs to be raised to some object me thinks. Please feel free to fix it if you know what is missing. svn path=/trunk/; revision=8279
2003-08-26All endpoint talkers table taps use "address_to_str()" as the routine toGuy Harris1-2/+2
use to translate addresses to strings - wire that into "endpoint_talkers_table.c", don't pass the function as an argument to "init_ett_table()". svn path=/trunk/; revision=8263
2003-08-25Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg1-3/+7
to make it easier to navigate when having multiple instances of ethereal and io-stat open at the same time. Updates to all endpoint talkers and service response time windows to do this as well. Bonus, when the user opens a new capture file when having these windows open, the title bar will be updated to reflect the name of the new capture file. svn path=/trunk/; revision=8251
2003-08-24Get rid of the wrappers around "address_to_str()".Guy Harris1-9/+2
svn path=/trunk/; revision=8245
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg1-13/+2
Update the fc and eth and tr endpoint talker list to use the new api svn path=/trunk/; revision=8235
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg1-0/+191
svn path=/trunk/; revision=8223