aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move the File/Close item back to it's former position. Add an explanatory ↵Ulf Lamping2004-07-281-2/+18
| | | | | | comment why it's placed there, in difference to the Gnome HIG. svn path=/trunk/; revision=11554
* collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)Ulf Lamping2004-07-281-0/+16
| | | | svn path=/trunk/; revision=11553
* removed print_packet_header, as it seems to be no longer used/available and ↵Ulf Lamping2004-07-281-1/+0
| | | | | | will result in a link error svn path=/trunk/; revision=11552
* From Greg Morris:Guy Harris2004-07-281-123/+145
| | | | | | | | | | | check whether "match_strval()" returned a null pointer before using its return value; mark the end-of-burst packet. Clean up white space. svn path=/trunk/; revision=11551
* x509ce use implicit tags.Ronnie Sahlberg2004-07-282-215/+218
| | | | | | | | the compiler does not yet support this. change the definition file to make the implicit keyword explicit svn path=/trunk/; revision=11550
* From Ming Zhang: update to the latest draft.Guy Harris2004-07-282-41/+74
| | | | svn path=/trunk/; revision=11549
* From Lars Roland: yes, it probably *should* be "retap_packets()", so useGuy Harris2004-07-282-4/+2
| | | | | | that instead of "redissect_packets()". svn path=/trunk/; revision=11548
* In the GNOME HIG, the File -> Close menu item is in the last group,Guy Harris2004-07-271-2/+2
| | | | | | right above File -> Quit. svn path=/trunk/; revision=11547
* Note that, when we add the ability to build a GNOMEified Ethereal asGuy Harris2004-07-271-0/+6
| | | | | | | well as a GTK+-only Ethereal, we could use "gnome_url_show()" in GNOMEified Ethereal. svn path=/trunk/; revision=11546
* Suggest the possibility of not using the Windows print dialog to printGuy Harris2004-07-271-0/+12
| | | | | | on Windows. svn path=/trunk/; revision=11545
* Move the code to open the printer/print file from "print_packets()" toGuy Harris2004-07-273-85/+104
| | | | | | | | | "print_ok_cb()", and have "print_packets()" just work on a "print_stream_t" handed to it, so that different platforms can open the printer/print file in different ways (opening the file is probably not going to be platform-dependent, but opening the printer will be). svn path=/trunk/; revision=11544
* "print_packet_header()" is no longer used (there's now a "generateGuy Harris2004-07-272-35/+0
| | | | | | bookmark" op in the lower-level print functions), so remove it. svn path=/trunk/; revision=11543
* place new windows (by calling window_new() with default placement (instead ↵Ulf Lamping2004-07-271-1/+7
| | | | | | of placing it at the current mouse position). svn path=/trunk/; revision=11542
* From Lars Roland: don't delete the generated header files with "makeGuy Harris2004-07-271-2/+1
| | | | | | distclean", as those are part of the distribution. svn path=/trunk/; revision=11541
* From Lars Roland:Guy Harris2004-07-271-2/+4
| | | | | | | | | | clean up the message printed when building libethereal.dll; have "make distclean" clean out the "dissectors" subdirectory. Clean up indentation. svn path=/trunk/; revision=11540
* from ian schorr: some performance improvements in conversation and hostlist ↵Ulf Lamping2004-07-272-27/+168
| | | | | | tables, by keep freezing the clist(s) most of the time svn path=/trunk/; revision=11539
* Change the display of identifiers from DEC to HEX.Michael Tüxen2004-07-271-3/+3
| | | | svn path=/trunk/; revision=11538
* From Ian Schorr: don't check the validity of the field name for anGuy Harris2004-07-271-7/+7
| | | | | | advanced-mode graph if the graph isn't active. svn path=/trunk/; revision=11537
* Add the Ethertype for MAC Control frames, as per Clause 31 and AnnexesGuy Harris2004-07-272-2/+7
| | | | | | | | | 31A and 31B in the 2000 and later 802.3 specs. (Dissecting them is left as an exercise for the student.) Clean up whitespace a bit. svn path=/trunk/; revision=11536
* From Tomas Kukosa:Guy Harris2004-07-271-42/+101
| | | | | | | | | | | | - only one function prototype is emitted if type is present in more than one cyclic dependency - field decoding functions has to be emitted immediately after a function prototype in case of cyclic dependency - few grammar changes svn path=/trunk/; revision=11535
* Fromm Tomas Kukosa: update to version 1.5.Guy Harris2004-07-272-177/+770
| | | | svn path=/trunk/; revision=11534
* "ps.c" isn't a header, so don't include it in ETHEREAL_COMMON_INCLUDES.Guy Harris2004-07-271-4/+3
| | | | svn path=/trunk/; revision=11533
* Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofGuy Harris2004-07-274-11/+14
| | | | | | | | | the distribution, as was the case in the past. Arrange that RCS IDs be expanded, and that the EOL style be native, for epan/dissectors/Makefile.{am,common,nmake}. svn path=/trunk/; revision=11532
* Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2004-07-272-2/+4
| | | | | | that it contains only the .h files not generated from other files. svn path=/trunk/; revision=11531
* Add a missing backslash.Guy Harris2004-07-261-1/+1
| | | | svn path=/trunk/; revision=11530
* Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris2004-07-263-106/+125
| | | | | | Makefile.nmake include it. svn path=/trunk/; revision=11528
* From Anders Broman: Update libethereal.def to match recent changes in print.c.Gerald Combs2004-07-261-3/+7
| | | | svn path=/trunk/; revision=11525
* update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg2004-07-268-251/+1796
| | | | | | still bugs) svn path=/trunk/; revision=11524
* Fix a comment, as per suggestions by Yaniv Kaul.Guy Harris2004-07-251-1/+2
| | | | svn path=/trunk/; revision=11523
* Added support for registered UDP port.Michael Tüxen2004-07-251-0/+9
| | | | svn path=/trunk/; revision=11522
* Fix up the declaration of yy_accept().Gerald Combs2004-07-251-1/+4
| | | | svn path=/trunk/; revision=11521
* some more extensions and their dissectors defined.Ronnie Sahlberg2004-07-254-59/+509
| | | | svn path=/trunk/; revision=11520
* cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg2004-07-254-1/+14
| | | | svn path=/trunk/; revision=11519
* large CMS update.Ronnie Sahlberg2004-07-256-118/+942
| | | | | | | most of cms is now implemented svn path=/trunk/; revision=11518
* From Lars Roland: don't print the "echo Linking dissectors.lib" commandGuy Harris2004-07-251-2/+3
| | | | | | | | before running it (printing echo commands puts extra gunk into the output), and remove some additional generated files when doing "make distclean". svn path=/trunk/; revision=11517
* From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variablesGuy Harris2004-07-252-0/+9
| | | | | | are imported correctly from libethereal.dll when compiling with MSVC. svn path=/trunk/; revision=11516
* From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris2004-07-251-1/+2
| | | | | | on Win32. svn path=/trunk/; revision=11515
* Make some generic print routines that take, as an argument, a pointer toGuy Harris2004-07-255-267/+677
| | | | | | | | | | | | | | | a structure containing a pointer to print operations for that object and a pointer to the private subclass-dependent data for that object, with subclasses for text and PostScript, and use those rather than the old scheme where a print format was passed as an argument - or where (as in the case of printing summary information in Tethereal) we just printed as text even if "-T ps" was selected. Check whether those routines succeed or get an I/O error writing output. Clean up indentation. svn path=/trunk/; revision=11514
* Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris2004-07-252-65/+60
| | | | | | | | as those are what's used in Ethereal for 64-bit integers, and as there's no guarantee that either of them will be defined on any particular platform. svn path=/trunk/; revision=11513
* "-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris2004-07-251-1/+0
| | | | | | packet summaries in PostScript. svn path=/trunk/; revision=11512
* Fix the declarations for "simple_dialog()" and "vsimple_dialog()" usedGuy Harris2004-07-251-2/+2
| | | | | | for non-GCC 2.x compilers to match their definitions. svn path=/trunk/; revision=11511
* get rid of the remaining compiler warnings.Ronnie Sahlberg2004-07-243-4/+10
| | | | | | | | | x509af is now virtually complete (the attribute userPassword still needs an attribute dissector but after that, x509af is complete) svn path=/trunk/; revision=11510
* Add a lot of missing attribute dissectorsRonnie Sahlberg2004-07-245-7/+129
| | | | svn path=/trunk/; revision=11509
* added the userCertificate and cAcertificate attributesRonnie Sahlberg2004-07-243-2/+49
| | | | svn path=/trunk/; revision=11508
* add dissection of the structure : ExtensionRonnie Sahlberg2004-07-244-53/+114
| | | | svn path=/trunk/; revision=11507
* In "dissect_smb_server_type_flags()":Guy Harris2004-07-241-28/+31
| | | | | | | | | | | | | explicitly pass NULL as the tree argument to "dissect_ndr_uint32()" - "tree", which was passed before, was definitely null at that point, and the intent is that it not put anything into the protocol tree; use the correct offset when putting items into the protocol tree (the offset has been advanced just past the end of the field at the time the items are being put into the protocol tree). svn path=/trunk/; revision=11506
* Include "colors.h" to define BLACK and WHITE.Guy Harris2004-07-241-0/+1
| | | | svn path=/trunk/; revision=11505
* "color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";Guy Harris2004-07-241-1/+0
| | | | | | | anything that includes "color_filters.h" also includes "epan/dfilter/dfilter.h" either directly or indirectly. svn path=/trunk/; revision=11504
* Move the color-filter related stuff out of "color.h" intoGuy Harris2004-07-245-28/+29
| | | | | | | "color_filters.h", as that's the appropriate place for it - "color.h" should just deal with "color_t". svn path=/trunk/; revision=11503
* Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris2004-07-243-8/+8
| | | | | | better what it actually does. svn path=/trunk/; revision=11502