aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot6-10/+611
svn path=/trunk/; revision=11555
2004-07-28move the File/Close item back to it's former position. Add an explanatory ↵Ulf Lamping1-2/+18
comment why it's placed there, in difference to the Gnome HIG. svn path=/trunk/; revision=11554
2004-07-28collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)Ulf Lamping1-0/+16
svn path=/trunk/; revision=11553
2004-07-28removed print_packet_header, as it seems to be no longer used/available and ↵Ulf Lamping1-1/+0
will result in a link error svn path=/trunk/; revision=11552
2004-07-28From Greg Morris:Guy Harris1-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
2004-07-28x509ce use implicit tags.Ronnie Sahlberg2-215/+218
the compiler does not yet support this. change the definition file to make the implicit keyword explicit svn path=/trunk/; revision=11550
2004-07-28From Ming Zhang: update to the latest draft.Guy Harris2-41/+74
svn path=/trunk/; revision=11549
2004-07-28From Lars Roland: yes, it probably *should* be "retap_packets()", so useGuy Harris2-4/+2
that instead of "redissect_packets()". svn path=/trunk/; revision=11548
2004-07-27In the GNOME HIG, the File -> Close menu item is in the last group,Guy Harris1-2/+2
right above File -> Quit. svn path=/trunk/; revision=11547
2004-07-27Note that, when we add the ability to build a GNOMEified Ethereal asGuy Harris1-0/+6
well as a GTK+-only Ethereal, we could use "gnome_url_show()" in GNOMEified Ethereal. svn path=/trunk/; revision=11546
2004-07-27Suggest the possibility of not using the Windows print dialog to printGuy Harris1-0/+12
on Windows. svn path=/trunk/; revision=11545
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris3-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
2004-07-27"print_packet_header()" is no longer used (there's now a "generateGuy Harris2-35/+0
bookmark" op in the lower-level print functions), so remove it. svn path=/trunk/; revision=11543
2004-07-27place new windows (by calling window_new() with default placement (instead ↵Ulf Lamping1-1/+7
of placing it at the current mouse position). svn path=/trunk/; revision=11542
2004-07-27From Lars Roland: don't delete the generated header files with "makeGuy Harris1-2/+1
distclean", as those are part of the distribution. svn path=/trunk/; revision=11541
2004-07-27From Lars Roland:Guy Harris1-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
2004-07-27from ian schorr: some performance improvements in conversation and hostlist ↵Ulf Lamping2-27/+168
tables, by keep freezing the clist(s) most of the time svn path=/trunk/; revision=11539
2004-07-27Change the display of identifiers from DEC to HEX.Michael Tüxen1-3/+3
svn path=/trunk/; revision=11538
2004-07-27From Ian Schorr: don't check the validity of the field name for anGuy Harris1-7/+7
advanced-mode graph if the graph isn't active. svn path=/trunk/; revision=11537
2004-07-27Add the Ethertype for MAC Control frames, as per Clause 31 and AnnexesGuy Harris2-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
2004-07-27From Tomas Kukosa:Guy Harris1-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
2004-07-27Fromm Tomas Kukosa: update to version 1.5.Guy Harris2-177/+770
svn path=/trunk/; revision=11534
2004-07-27"ps.c" isn't a header, so don't include it in ETHEREAL_COMMON_INCLUDES.Guy Harris1-4/+3
svn path=/trunk/; revision=11533
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofGuy Harris4-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
2004-07-27Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2-2/+4
that it contains only the .h files not generated from other files. svn path=/trunk/; revision=11531
2004-07-26Add a missing backslash.Guy Harris1-1/+1
svn path=/trunk/; revision=11530
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris3-106/+125
Makefile.nmake include it. svn path=/trunk/; revision=11528
2004-07-26From Anders Broman: Update libethereal.def to match recent changes in print.c.Gerald Combs1-3/+7
svn path=/trunk/; revision=11525
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg8-251/+1796
still bugs) svn path=/trunk/; revision=11524
2004-07-25Fix a comment, as per suggestions by Yaniv Kaul.Guy Harris1-1/+2
svn path=/trunk/; revision=11523
2004-07-25Added support for registered UDP port.Michael Tüxen1-0/+9
svn path=/trunk/; revision=11522
2004-07-25Fix up the declaration of yy_accept().Gerald Combs1-1/+4
svn path=/trunk/; revision=11521
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg4-59/+509
svn path=/trunk/; revision=11520
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg4-1/+14
svn path=/trunk/; revision=11519
2004-07-25 large CMS update.Ronnie Sahlberg6-118/+942
most of cms is now implemented svn path=/trunk/; revision=11518
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandGuy Harris1-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
2004-07-25From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variablesGuy Harris2-0/+9
are imported correctly from libethereal.dll when compiling with MSVC. svn path=/trunk/; revision=11516
2004-07-25From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris1-1/+2
on Win32. svn path=/trunk/; revision=11515
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris5-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
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris2-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
2004-07-25"-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris1-1/+0
packet summaries in PostScript. svn path=/trunk/; revision=11512
2004-07-25Fix the declarations for "simple_dialog()" and "vsimple_dialog()" usedGuy Harris1-2/+2
for non-GCC 2.x compilers to match their definitions. svn path=/trunk/; revision=11511
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg3-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
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg5-7/+129
svn path=/trunk/; revision=11509
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg3-2/+49
svn path=/trunk/; revision=11508
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg4-53/+114
svn path=/trunk/; revision=11507
2004-07-24In "dissect_smb_server_type_flags()":Guy Harris1-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
2004-07-24Include "colors.h" to define BLACK and WHITE.Guy Harris1-0/+1
svn path=/trunk/; revision=11505
2004-07-24"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";Guy Harris1-1/+0
anything that includes "color_filters.h" also includes "epan/dfilter/dfilter.h" either directly or indirectly. svn path=/trunk/; revision=11504
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris5-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