aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2004-01-20minor tooltip changesUlf Lamping1-5/+5
svn path=/trunk/; revision=9748
2004-01-20code cleanup and added some moreUlf Lamping6-374/+135
application specific stock items in toolbar.c, use them where appropriate svn path=/trunk/; revision=9747
2004-01-20From David Fort: use the checksum algorithm when computing the key IDGuy Harris1-15/+8
for all algorithms other than RSAMD5. Make "compute_key_id()" return a "guint16", as the key IDs are 16-bit and as it can no longer return -1 meaning "I don't know how to compute the key ID for that algorithm". svn path=/trunk/; revision=9746
2004-01-19From Yaniv Kaul: add Shoutcast's ICY as a response(?).Guy Harris1-1/+5
svn path=/trunk/; revision=9745
2004-01-19Free "media_type_str" once we've made the lower-cased copy - and referGuy Harris1-4/+3
only to the lower-cased copy in subsequent code. svn path=/trunk/; revision=9744
2004-01-19DCE RPC statistics are maintained only by major version, not by majorGuy Harris2-19/+46
and minor version. svn path=/trunk/; revision=9743
2004-01-19From Lars Ruoff: temporarily comment out the code for the "refresh" button;Olivier Biot1-3/+16
register and unregister the tap listener in a thread-safe manner. svn path=/trunk/; revision=9742
2004-01-19Fix a double free bug introduced by the previous patch.Olivier Biot1-2/+2
svn path=/trunk/; revision=9741
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris4-23/+20
it's only used in the latter; that avoids lots of warnings about "ts_type_text" being defined but not used in other source files that include "epan/timestamp.h". (If it's going to be used in more than one file, make it non-static and declare it "extern" in "epan/timestamp.h".) Define TS_NOT_SET as ((ts_type)-1), and use that when initializing "timestamp_type" in Ethereal and when checking to see whether "timestamp_type" was set, to avoid signed vs. unsigned comparison warnings. Clean up indentation. svn path=/trunk/; revision=9740
2004-01-19Make the signatures of "dcerpcstat_reset()", "dcerpcstat_packet()", andGuy Harris1-4/+11
"dcerpcstat_draw()" match what "register_tap_listener()" expects, to squelch warnings. svn path=/trunk/; revision=9739
2004-01-19Before checking for SASL security stuff, make sure the bytes you'reGuy Harris1-2/+3
going to check exist. Doing so arranges that "tvb_reported_length_remaining(tvb, offset) is >= 5 (unless the reported length is less than the data length, but that "shouldn't happen"). Instead of comparing "tvb_get_ntohl(tvb, offset) - 4" against "tvb_reported_length_remaining(tvb, offset)", which runs the risk of giving a bogus answer if "tvb_get_ntohl(tvb, offset)" is < 4, compare "tvb_get_ntohl(tvb, offset) against "tvb_reported_length_remaining(tvb, offset)-4", as the latter is guaranteed to be > 0 (and cast the latter expression to get rid of the signed/unsigned comparison warning that caused me to notice this issue in the first place). svn path=/trunk/; revision=9738
2004-01-19Put $(srcdir) in front of "make-version.pl", as is done for otherGuy Harris1-2/+2
scripts. svn path=/trunk/; revision=9737
2004-01-19We need "cvsversion.h" in order to build stuff in the "gtk" directory.Guy Harris1-2/+2
svn path=/trunk/; revision=9736
2004-01-19char *drep -> guint8 *drepJörg Mayer36-1318/+1318
svn path=/trunk/; revision=9735
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer2-5/+5
svn path=/trunk/; revision=9734
2004-01-19Trivial warning fixes: func(void), not func()Jörg Mayer1-4/+4
svn path=/trunk/; revision=9733
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer2-5/+5
svn path=/trunk/; revision=9732
2004-01-19The current year is 2004Jörg Mayer2-3/+5
svn path=/trunk/; revision=9731
2004-01-19Update to CLDAPRonnie Sahlberg1-39/+349
dissect the CLDAP netlogon rpc call svn path=/trunk/; revision=9730
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping11-153/+172
menuitems under "View->Time Display Format". renamed timestamp enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent conflicting definitions with MSVC svn path=/trunk/; revision=9729
2004-01-19It appears that, for ISDN captures, the rules for whether there's 4Guy Harris1-10/+30
bytes of extra stuff at the end of the packet or not are the same as for Ethernet and 802.11. svn path=/trunk/; revision=9728