aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-09-07More int vs. uint.Guy Harris1-3/+3
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-36/+93
2003-09-06From Brian K. Teravskis: add an option to save the data in CSV form.Guy Harris1-11/+242
2003-09-05Include <string.h> to get "strcmp()" declared.Guy Harris1-1/+2
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg6-14/+195
2003-09-05Don't try to align the field filter name and name - the font wouldGuy Harris1-14/+21
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg3-15/+51
2003-09-05If Belinda:Guy Harris1-3/+13
2003-09-05Add some more text to the filter item description in the display filter add e...Ronnie Sahlberg1-3/+12
2003-09-05For endpoint conversations change how Endpoint1 and Endpoint two are selected.Ronnie Sahlberg1-16/+12
2003-09-05Update DCERPCSTAT, change the program menu to show the programs sorted in alp...Ronnie Sahlberg1-10/+73
2003-09-04Update to the conversations list.Ronnie Sahlberg9-51/+52
2003-09-04fix our-of-bounds bug in teh port to string conversion routineRonnie Sahlberg1-2/+3
2003-09-04Update to endpoint talkers. move lots of duplicated code into teh helper en...Ronnie Sahlberg10-407/+151
2003-09-04Uglify endpoint_talkers_table.cRonnie Sahlberg10-203/+247
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris3-9/+21
2003-09-03And for Cal,Ronnie Sahlberg1-2/+2
2003-09-03fix to various stats tables.Ronnie Sahlberg1-5/+4
2003-09-02The code in an HTTP reply is a response code, not a response method.Guy Harris1-15/+16
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris5-4/+1407
2003-09-02From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris1-8/+56
2003-09-02Make sure the color selection dialog displays a color selection widget.Gerald Combs1-2/+4
2003-09-02When putting the filename in the titlebarRonnie Sahlberg15-36/+51
2003-09-01Make the capitalization of the "Name Resolution" frame consistent with theGerald Combs1-3/+3
2003-08-31Include "tap.h" to get "remove_tap_listener()" declared.Guy Harris1-1/+2
2003-08-30Remove the individual reset functions and replace with a common one in the he...Ronnie Sahlberg10-116/+32
2003-08-30step 3 in endpoint talkers cleanupRonnie Sahlberg8-88/+16
2003-08-30step two in endpoint talkers cleanupRonnie Sahlberg10-133/+36
2003-08-30step one in endpoint talkers cleanupRonnie Sahlberg9-241/+194
2003-08-29Add endpoint talkers support for FDDI to ethereal and tetherealRonnie Sahlberg3-2/+190
2003-08-29Make the hex to string conversion code in find_dlg.c handle ':' charactersRonnie Sahlberg1-1/+5
2003-08-29Make the CList of character sets non-editable, so you only get to chooseGuy Harris1-2/+3
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-75/+270
2003-08-28From Greg Morris: put borders around the options to delimit them andGuy Harris1-23/+94
2003-08-28Marking packets with the middle mouse button works now with GTK2.Olivier Abad1-2/+1
2003-08-27Use "GPOINTER_TO_INT()" to convert the return value ofGuy Harris1-2/+2
2003-08-27From Richard Urwin:Guy Harris2-72/+59
2003-08-27update to the talkers popup list.Ronnie Sahlberg1-61/+130
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-3/+14
2003-08-27 Updates for the endpoint talkers thingRonnie Sahlberg9-23/+515
2003-08-26All endpoint talkers table taps use "address_to_str()" as the routine toGuy Harris9-22/+21
2003-08-25From Matthijs Melchior:Guy Harris2-70/+106
2003-08-25Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg13-40/+100
2003-08-25From Matthijs Melchior:Guy Harris1-24/+31
2003-08-24Get rid of the wrappers around "address_to_str()".Guy Harris7-63/+14
2003-08-24The IPX endpoint talkers implementationRonnie Sahlberg1-0/+180
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg2-2/+4
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg3-39/+6
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg3-43/+6
2003-08-24Cast the argument to "ip6_to_str()" to avoid compiler warnings.Guy Harris2-6/+6