aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris66-503/+784
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping4-87/+157
2004-01-25Delete generated files during distclean instead of maintainerclean, soGerald Combs1-2/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping7-27/+57
2004-01-25fix some filter dialog thingsUlf Lamping1-6/+4
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs2-3/+3
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptionGerald Combs2-2/+4
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningJörg Mayer1-2/+2
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer2-4/+4
2004-01-25A few signedness warning fixesJörg Mayer1-3/+3
2004-01-25The octets in an ip address are unsignedJörg Mayer1-2/+2
2004-01-25add syntax check and an "Add Expression" button to the filter toolbarUlf Lamping3-34/+70
2004-01-25added/changed some tooltipsUlf Lamping2-7/+22
2004-01-25changed the behaviour of the edit buttons to make more sense,Ulf Lamping1-209/+115
2004-01-25make resized prefs_dlg look betterUlf Lamping1-2/+2
2004-01-25minor GTK2 layout changeUlf Lamping1-1/+5
2004-01-25Fix a warning by using a function typedefJörg Mayer1-5/+9
2004-01-25Report open errors when saving the contents of an RTP stream. Check forGuy Harris3-9/+34
2004-01-25Check for write errors when writing CSV data as well.Guy Harris1-10/+78
2004-01-25Check whether the "fopen()" that creates a CSV file fails and, if so,Guy Harris1-1/+6
2004-01-25Don't have "follow_print_text()" display the error message, leave thatGuy Harris1-211/+222
2004-01-25Add another check for output errors when printing.Guy Harris1-1/+5
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris10-63/+141
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping3-40/+71
2004-01-24Fix all fixable warningsJörg Mayer7-26/+27
2004-01-24As with "file_write_error_message()", so withGuy Harris6-74/+136
2004-01-24Trivial signed/unsigned warning fixesJörg Mayer1-12/+12
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris5-30/+70
2004-01-24Trivial warning fixesJörg Mayer1-8/+8
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris6-161/+181
2004-01-24Remove extra , at end of enum, change C++ style commentJörg Mayer1-8/+8
2004-01-24From Lars Ruoff (who also contributed the previous change; my apologiesGuy Harris1-42/+79
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris4-19/+119
2004-01-23Do the font loading code as two larger sections of code, one for GTK+Guy Harris1-43/+42
2004-01-23Include the AddStyleName information in the zoomed font name.Guy Harris1-7/+8
2004-01-23If we call "font_apply()", we don't need to callGuy Harris1-7/+9
2004-01-23If the zoom factor is zero, don't construct a new font name - theGuy Harris1-12/+14
2004-01-23Clean up indentation.Guy Harris1-54/+60
2004-01-23From Akira Endoh: support for labeled IPv6 unicast in the MP-BGPGuy Harris1-1/+28
2004-01-23From David Fort: NSEC RRs aren't the same as NXT RRs - dissect themGuy Harris1-2/+49
2004-01-23removed line breaks to be able to compile againUlf Lamping1-24/+13
2004-01-23fixed various things in "View" menuUlf Lamping1-20/+20
2004-01-23added a commentUlf Lamping1-1/+3
2004-01-23fix assert, when failed loading zoomed font,Ulf Lamping1-6/+42
2004-01-23"sprint_realloc_value()" takes a "u_char **" as an argument - pass itGuy Harris1-3/+3
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris5-2/+1979
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris1-21/+17
2004-01-23"%.*" requires an "int" argument for the length.Guy Harris1-7/+7