Commit Graph

10399 Commits

Author SHA1 Message Date
Jörg Mayer 0ae44ada2f Hackremoval:
Automake newer than 1.4 survives if it finds more than one file for the
same package.

svn path=/trunk/; revision=10298
2004-03-04 08:25:23 +00:00
Jörg Mayer de66318723 Undo an unnecessary change
svn path=/trunk/; revision=10297
2004-03-04 08:20:46 +00:00
Guy Harris 71866de15c Back out the previous change - the problem wasn't what I thought it was.
The problem is that two arguments to an "sprintf()" call were switched;
un-switch them.

svn path=/trunk/; revision=10296
2004-03-04 07:51:47 +00:00
Guy Harris 36a9a266f4 From Tomas Kukosa: add packet-ber.c routines to the plugin API.
svn path=/trunk/; revision=10295
2004-03-04 07:07:57 +00:00
Guy Harris 409e955dbb Remove blanks after a parenthesis in the output of "autoconf --version"
and "automake --version".

We only appear to need autoconf 2.52, not 2.53.

svn path=/trunk/; revision=10294
2004-03-04 06:43:34 +00:00
Guy Harris 03d1c9e781 Get rid of an out-of-date comment.
We only appear to need autoconf 2.52, not 2.53.

svn path=/trunk/; revision=10293
2004-03-04 06:30:14 +00:00
Jörg Mayer 3fb8f84842 Remove generation of register.c from toplevel - it's in epan now
svn path=/trunk/; revision=10292
2004-03-03 23:51:31 +00:00
Jörg Mayer 670677c36f Yaniv Kaul: show interface names - win32 only
svn path=/trunk/; revision=10291
2004-03-03 22:47:17 +00:00
Guy Harris ba72e955dc Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",
rather than requiring individual capture file type handlers to do it
(unless they're doing per-packet encapsulation, in which case we check
to make sure they didn't *leave* it as WTAP_ENCAP_PER_PACKET).

svn path=/trunk/; revision=10290
2004-03-03 22:24:53 +00:00
Jörg Mayer 76ff7e4a66 Bill Guyton: mergecap can write to stdout by using the special filename -
svn path=/trunk/; revision=10289
2004-03-03 22:14:10 +00:00
Jörg Mayer 84b5bd1e1d Jeff Morriss: Remove packet-ncp2222.c during maintainer-clean
svn path=/trunk/; revision=10288
2004-03-03 21:55:59 +00:00
Jörg Mayer c4884cab89 Require autoconf 2.53 and automake 1.6
svn path=/trunk/; revision=10287
2004-03-03 21:35:57 +00:00
Guy Harris 10273f038f Don't show "func=" if the P/F bit isn't set.
Don't put an extra space between "func=" and "P" or "F" if it is set.

svn path=/trunk/; revision=10286
2004-03-03 02:06:19 +00:00
Guy Harris cf1466d623 Set the packet encapsulation value to the file encapsulation.
svn path=/trunk/; revision=10285
2004-03-03 01:49:16 +00:00
Jörg Mayer 771bcfb014 Return of the .PHONY target (aka cvsversion.h)
svn path=/trunk/; revision=10284
2004-03-03 00:18:21 +00:00
Jörg Mayer 2e0e2b30ab Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things work again
svn path=/trunk/; revision=10283
2004-03-03 00:07:01 +00:00
Jörg Mayer c90c1c6502 Jeff Morriss: Add PYTHON to epans configure
svn path=/trunk/; revision=10282
2004-03-02 23:53:10 +00:00
Jörg Mayer 12a17e8f96 Note to self: If you update the code, you should update the docs too.
Update README.plugins to use ENABLE_STATIC instead of __ETHEREAL_STATIC__
Update some plugins, that were created after my changes according to the
outdated docs.
Changed occurrences of
G_MODULE_EXPORT void plugin_reg_handoff(void)
into
G_MODULE_EXPORT void
plugin_reg_handoff(void)

as the one line Python version doesn't work with the Python of Suse 9.0

svn path=/trunk/; revision=10281
2004-03-02 23:45:34 +00:00
Olivier Biot 7fc8a5255a Add Wireless Village dissection (part 1). I will have to rewrite the support
for custom EXT_T_x handlers as in WV-CSP you're allowed to *not* have the
index point to a string in the string table (verified in WBXML specs).

Unfortunately, WV-CSP is *never* backwards compatible. Additionally, things
get messed up when the WBXML document does *not* contain the WV-CSP DocType.
As a result, I eventually require to let the end-user choose which WV-CSP
version they want to see in such cases.

Fix code page errors with global tokens (don't depend on code pages).

Add some comment at the top level of the file.

svn path=/trunk/; revision=10280
2004-03-02 22:15:30 +00:00
Ulf Lamping ecf2665992 implemented capture dialog 3rd (+x) proposal
svn path=/trunk/; revision=10279
2004-03-02 22:07:23 +00:00
Ulf Lamping 6a977f13d9 replaced all seperate gtk_widget_show() by a single gtk_widget_show_all() call
svn path=/trunk/; revision=10278
2004-03-02 19:13:33 +00:00
Ulf Lamping f1df01f866 from Lars Roland: fix Makefiles.nmake after changes from Joerg
svn path=/trunk/; revision=10277
2004-03-02 18:55:30 +00:00
Jörg Mayer 4dfe6dd749 The sources of the plugin are now in ../oldpath/file.c
svn path=/trunk/; revision=10276
2004-03-02 03:46:02 +00:00
Jörg Mayer 3d772ae427 Move register.c from from DISSECTOR_SRC to DISSECTOR_SUPPORT_SRC to avoid a circular dependency
svn path=/trunk/; revision=10275
2004-03-02 01:48:31 +00:00
Jörg Mayer 40c641cc32 Add a comment about PDU types
svn path=/trunk/; revision=10274
2004-03-02 01:39:35 +00:00
Jörg Mayer 4a6e73c84a Move the dissectors into libethereal (no static/shared lib changes):
- Create epan/Makefile.common
- Move dissector_src and helper files from Makefile.common to
  epan/Makefile.common
- Create register.c in epan/
- link all the files into libethereal
- put plugin_src into epan/Makefile.am

Try to make rpms build with rpm v4 again (sorry, I've forgotten who to
attribute this to).

svn path=/trunk/; revision=10273
2004-03-02 01:21:56 +00:00
Jörg Mayer cafe878cd7 Include shared libs if they exist
svn path=/trunk/; revision=10272
2004-03-01 22:39:34 +00:00
Jörg Mayer 89530865b8 Remove some obsolete _static files
svn path=/trunk/; revision=10271
2004-03-01 22:36:57 +00:00
Jörg Mayer f2b3542e90 Fix a typo
svn path=/trunk/; revision=10270
2004-03-01 22:28:32 +00:00
Ronnie Sahlberg 21f1f90ac9 Update to BER, dont do anything at all if there is no octet string (length == 0)
svn path=/trunk/; revision=10269
2004-03-01 09:11:23 +00:00
Ronnie Sahlberg aea831b03b Make the SMB dissector better at catching what is probably a DCERPC payload
inside Write commands and make sure the proper things are stored in the hash so
we remember what is and what is not a IPC$ share ontop of which all file i/o is to dcerpc interfaces.

svn path=/trunk/; revision=10268
2004-03-01 08:34:34 +00:00
Ulf Lamping 38f076a301 improved resizability
svn path=/trunk/; revision=10267
2004-02-29 10:41:03 +00:00
Guy Harris 5b2cfca1fe From Dave Sclarsky:
fix the offset of the platform type;

	make the platform name an FT_BYTES field rather than an
	FT_STRING field.

svn path=/trunk/; revision=10266
2004-02-29 09:02:19 +00:00
Guy Harris d4b00639d6 From Jeff Morriss:
support the ISUP CIC as a circuit ID;

	add a preference option to control whether to put the CIC into
	the Info column or not.

svn path=/trunk/; revision=10265
2004-02-29 08:47:11 +00:00
Guy Harris 5d61395421 From Jeff Morriss: dissect the MTP3 routing label regardless of whether
we're building a protocol tree, so that the source and destination
addresses are set.

svn path=/trunk/; revision=10264
2004-02-29 08:30:10 +00:00
Guy Harris e748cb2ea2 From Greg Morris:
Novell Modular Authentication Services support;

	fix some return values and decodes;

	show the NDS reply buffer only in service request packets.

svn path=/trunk/; revision=10263
2004-02-29 08:01:22 +00:00
Guy Harris a74ba11d8a Update URLs for various IANA documents.
svn path=/trunk/; revision=10262
2004-02-28 22:56:36 +00:00
Ulf Lamping 99c72920c1 redesign of the whole dialog
svn path=/trunk/; revision=10261
2004-02-28 22:07:33 +00:00
Ulf Lamping 1cd1731da9 tweaked the simple_dialog texts, to reflect the current search behaviour
svn path=/trunk/; revision=10260
2004-02-28 22:04:28 +00:00
Guy Harris d9a9be352c Default to not using the ring buffer (as the default number of files is
1 file, i.e. the simple "just keep capturing until told to stop" mode,
you can't use a ring buffer).

svn path=/trunk/; revision=10259
2004-02-28 21:55:13 +00:00
Guy Harris 7b7c0c2361 Not all dissector handles have protocols associated with them; check for
that before handing a null protocol handle to another routine.

svn path=/trunk/; revision=10258
2004-02-28 20:59:23 +00:00
Ulf Lamping b151b6d215 Capturing: "Number of files" switches between normal and multiple mode,
"Use ring buffer" switches between multiple single run and real ring buffer

svn path=/trunk/; revision=10257
2004-02-28 16:21:11 +00:00
Ulf Lamping ea333f7219 removed "magically" label switching of "Stop capture after x kilobyte(s)" field,
put it into seperate fields.

svn path=/trunk/; revision=10256
2004-02-28 13:06:23 +00:00
Guy Harris 5eed149736 Select "misc" as the foundry for the default font, so we don't get JIS
fonts and the like when we pop up the font selection dialog.

svn path=/trunk/; revision=10255
2004-02-28 04:39:12 +00:00
Guy Harris a234eb8b91 Yes, you do have to free the display filter after compiling it,
otherwise you leak memory.

svn path=/trunk/; revision=10254
2004-02-28 04:21:49 +00:00
Guy Harris 4215bfee6b The string in the Find Frame dialog box isn't necessarily a display
filter string; check its syntax appropriately for the type of search
we're doing when colorizing it.

Searching for an empty text string is a pointless exercise; report that
as an error.

svn path=/trunk/; revision=10253
2004-02-28 04:18:47 +00:00
Ulf Lamping c9ea03f55a added dfilter string syntax check to various places
svn path=/trunk/; revision=10252
2004-02-27 19:07:20 +00:00
Olivier Biot 836980c2db Bitwise AND display filter operation.
svn path=/trunk/; revision=10251
2004-02-27 15:51:22 +00:00
Olivier Biot 1791f84919 First attempt at "bitwise AND" display filter operator.
Document how a display operator can be added.

svn path=/trunk/; revision=10250
2004-02-27 12:00:32 +00:00
Ronnie Sahlberg c1a0db6cba cosmetic update to tcp graphs.
Put both capture filename and
 x.x.x.x:x -> y.y.y.y:y
describing the tcp session we are currently graphing in the menu text
of the window.

svn path=/trunk/; revision=10249
2004-02-27 10:03:48 +00:00