aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-01-23Improve some comments.Guy Harris1-6/+12
svn path=/trunk/; revision=9798
2004-01-23trivial signed/unsigned warning fixesJörg Mayer1-4/+4
svn path=/trunk/; revision=9797
2004-01-23Move struct tcp_frag from follow.h to follow.c as it wasn't used anywereJörg Mayer2-10/+12
else. Fix a trivial signed/unsigned warning in follow.c by changing tcp_frag.data from guchar* to gchar* svn path=/trunk/; revision=9796
2004-01-23gtk_font_selection_set_filter doesn't work when run before appendingUlf Lamping1-1/+22
the font selection widget to the notebook. svn path=/trunk/; revision=9795
2004-01-23code cleanupUlf Lamping1-2/+1
svn path=/trunk/; revision=9794
2004-01-23From David Fort: add support for RFC2535bis records.Guy Harris1-6/+27
svn path=/trunk/; revision=9793
2004-01-23make some of the new menuitems insensitive,Ulf Lamping1-2/+13
if no capture file/data is available svn path=/trunk/; revision=9792
2004-01-23trivial signed/unsigned warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=9791
2004-01-23signed/unsigned warning fixesJörg Mayer1-18/+18
svn path=/trunk/; revision=9790
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris8-3/+12
exported to plugins. Fix some author list glitches. svn path=/trunk/; revision=9789
2004-01-23From Lars Roland:Guy Harris1-131/+288
- "Refresh" button is back again. Everything should work fine now with multiple windows on the same streams. - made packet list sortable by column. - show a warning when user chooses "RTP Streams/Analyze" without having a RTP packet selected instead of displaying the streams box. - minor GUI updates, renamed button "Next" to "Next non-Ok" for more clarity. svn path=/trunk/; revision=9788
2004-01-22From Yaniv Kaul: register multipart/form-data.Olivier Biot1-1/+3
svn path=/trunk/; revision=9787
2004-01-22Slight formatting changeJörg Mayer1-43/+43
Reorder lists alphabetically svn path=/trunk/; revision=9786
2004-01-22Fix the RCS ID.Guy Harris1-1/+1
svn path=/trunk/; revision=9785
2004-01-22We can't save "child_process" as a HANDLE on UNIX - save it as an "int",Guy Harris1-4/+5
and cast it in the "GetExitCodeProcess()" call (rather than converting it when assigning it). svn path=/trunk/; revision=9784
2004-01-22Use "fork_child" rather than "child_process" - on Win32, "child_process"Guy Harris1-12/+6
tracks "fork_child", and, on UNIX, "child_process" doesn't exist. svn path=/trunk/; revision=9783
2004-01-22Use the length field in the UDP header:Guy Harris4-16/+36
if it's < 8, don't dissect anything past the length field (the length must be >= 8); otherwise, if it's less than the data or reported length from the tvbuff, use the length from the header; otherwise, don't checksum the packet (if it's greater than the reported length, and the packet isn't fragmented, we should somehow report that as an error). svn path=/trunk/; revision=9782
2004-01-22Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9781
2004-01-22Move the list of headers to "Makefile.am" (it's not used byGuy Harris2-52/+50
"Makefile.nmake"), and rename it to "noinst_HEADERS", as that's what automake requires. svn path=/trunk/; revision=9780
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping3-6/+6
GLIB_CFLAGS are just enough svn path=/trunk/; revision=9779
2004-01-22bugfix: wrong parameter nameUlf Lamping1-2/+2
svn path=/trunk/; revision=9778
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping5-135/+207
implemented Win32 "Capture Stop" when using "update list of packets in realtime" while capturing svn path=/trunk/; revision=9777
2004-01-22added new Makefile.common just like in root,Ulf Lamping3-298/+179
including sources common in Makefile.am and Makefile.nmake svn path=/trunk/; revision=9776
2004-01-22Add RCS ID with "$Id: $" (colon was missing).Olivier Biot1-1/+1
svn path=/trunk/; revision=9775
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping5-43/+32
As this will always be a Cancel of a running operation, this parameter was removed. This makes us also able to use a stock button for this. svn path=/trunk/; revision=9774
2004-01-21this dialog isn't used any longer.Ulf Lamping2-234/+0
All setting moved to direct menuitems under View svn path=/trunk/; revision=9773
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer5-817/+444
Makefile.nmake into a shared file named Makefile.common svn path=/trunk/; revision=9772
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping37-644/+559
layouting the dialog buttons, and use it where appropriate. This will help us with the GTK1/2 conflict on button layouts and will also result in a more consistent look of the dialogs at all. svn path=/trunk/; revision=9771
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsUlf Lamping3-9/+3
svn path=/trunk/; revision=9770
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad2-11/+6
the font selection widget to the notebook (at least in GTK2). svn path=/trunk/; revision=9769
2004-01-21Don't include some xpm's when built with GTK+ 1.2[.x] - the icons theyGuy Harris1-1/+7
define aren't used with 1.2[.x]. svn path=/trunk/; revision=9768
2004-01-21Squelch some compiler warnings.Guy Harris1-5/+9
"font_point_size_l" is a "long", so use "strtol()" to set it (note that even "strtoul()", for some not-entirely-obvious reason, accepts numbers starting with a "-" as input - ANSI C requires it!). svn path=/trunk/; revision=9767
2004-01-21From Taisuke Sasaki: convert the ident field in the fragment header toGuy Harris1-1/+2
host byte order. svn path=/trunk/; revision=9766
2004-01-21moved remaining display options dialog settings to menuitems,Ulf Lamping1-9/+59
to get rid of the options dialog completely still need to think, how the whole thing should work with these settings svn path=/trunk/; revision=9765
2004-01-21redesign of capture/display filter dialog.Ulf Lamping1-33/+51
didn't change the behaviour of the edit buttons, although they should be changed svn path=/trunk/; revision=9764
2004-01-21use stock buttons whereever possible,Ulf Lamping31-110/+478
added some ethereal specific stock icons svn path=/trunk/; revision=9763
2004-01-21don't try to set font size <= 0Ulf Lamping1-3/+3
svn path=/trunk/; revision=9762
2004-01-21Fix a check.Guy Harris1-2/+2
svn path=/trunk/; revision=9761
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -Guy Harris1-3/+3
don't give their menu items a "...", as that's for menu items that pop up dialog boxes to ask you for more information. Give them menu accelerators that don't clash with other accelerators. svn path=/trunk/; revision=9760
2004-01-20The offset argument to a "get_pdu_len" function is an "int", not aGuy Harris1-3/+3
"guint". svn path=/trunk/; revision=9759
2004-01-20From Jan Kiszka: compress the summary line display.Guy Harris1-8/+9
svn path=/trunk/; revision=9758
2004-01-20missing icons for recent GUI additionsUlf Lamping6-0/+704
svn path=/trunk/; revision=9757
2004-01-20prevented GTK-warning, as the column index was too highUlf Lamping1-3/+3
svn path=/trunk/; revision=9756
2004-01-20commented out refresh_bt, as it's currently unusedUlf Lamping1-2/+2
svn path=/trunk/; revision=9755
2004-01-20signed/unsigned warning fixesJörg Mayer1-83/+85
svn path=/trunk/; revision=9754
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to ↵Ulf Lamping13-106/+610
prevent problems when switching between GTK1 and GTK2 ethereal versions b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size. The value is stored inside the recent file. d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows. This makes the program make a *lot* more feel like a normal win32 program. svn path=/trunk/; revision=9753
2004-01-20From Anders Broman:Olivier Biot1-2/+2
Append "/ISUP(ITU)" to the protocol column. svn path=/trunk/; revision=9752
2004-01-20From Chris Wilson:Olivier Biot1-136/+157
Use tcp_dissect_pdus() for SMPP dissection over TCP. Also: Get rid of the (broken) loop in dissect_smpp() which is called dissect_smpp_pdu() now. Add a preference to enable reassembly of SMPP over TCP. NOTE: The SMPP dissector currently uses a global variable static to packet-smpp.c for distinguishing between the first PDU and subsequent PDUs so the summary line can be set correctly. svn path=/trunk/; revision=9751
2004-01-20Get rid of declaration of no-longer-extant routine.Guy Harris1-5/+1
svn path=/trunk/; revision=9750
2004-01-20Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].Guy Harris1-1/+2
svn path=/trunk/; revision=9749