Commit graph

10312 commits

Author SHA1 Message Date
Guy Harris
c652339aed From Michael Lum: show Component data even if it is handled by another
dissector.

svn path=/trunk/; revision=10311
2004-03-05 10:05:03 +00:00
Guy Harris
8d0aeea92c From John Englehart: CDP updates (hello packets, show capabilities the
same way Cisco's "show cdp neighbor" does).

svn path=/trunk/; revision=10310
2004-03-05 09:58:32 +00:00
Jörg Mayer
4dbf16fbe1 Libtool requires version 1.4
svn path=/trunk/; revision=10309
2004-03-05 00:02:43 +00:00
Olivier Biot
b90bc92dfc Cosmetic fix in WV-CSP tag definitions.
Flag a known VERY NASTY bug in WV-CSP 1.2 where a token is being defined
twice with the same binary identifier. It's already a mess that they don't
provide backwards compatible encodings; you can now write a WV-CSP document
without being able to parse it because of version issues (hint: 1.2 has no
public WBXML identifier yet and the spec explicitly asks to set it to
"Unknown/Missing" so you could write an 1.1 message in 1.2 format, which
looks *really* weird as the tokens are mixed in both codings).

Consequence: I have to foresee a discriminator for the WBXML dissectors
so I *may* predict the correct version. I like reviewing in engineering :)

svn path=/trunk/; revision=10308
2004-03-04 23:33:41 +00:00
Olivier Biot
e995c6bc47 Fix WML 1.0 token definitions (WBXML tokens must be in the range 0--3F
as the 2 most significant bits of every token byte represent whether the
tag has content and/or has an attribute list.

svn path=/trunk/; revision=10307
2004-03-04 23:16:08 +00:00
Ulf Lamping
6c04a837fc using a gtk_table instead of hbox'es for "multiple files" fields
svn path=/trunk/; revision=10306
2004-03-04 22:24:47 +00:00
Jörg Mayer
b26eb741d3 Update x11 includes
svn path=/trunk/; revision=10305
2004-03-04 21:36:08 +00:00
Ulf Lamping
672ec45f9e capture dialog limits now with units.
no gint "wrap around" tests implemented yet

svn path=/trunk/; revision=10304
2004-03-04 21:27:55 +00:00
Ulf Lamping
cb5a386901 fixed differences between capture GUI frontend and backend
svn path=/trunk/; revision=10303
2004-03-04 19:31:21 +00:00
Jörg Mayer
ecc42c7717 Andrew Hood: don't rely on last modified date + use numeric compare
svn path=/trunk/; revision=10302
2004-03-04 16:19:40 +00:00
Jörg Mayer
9ff6f3d593 Check for PERL in epan/configure.in
Fix generation of x11 includes.

svn path=/trunk/; revision=10301
2004-03-04 08:53:02 +00:00
Jörg Mayer
0956858f5a aclocal-missing isn't needed any more
svn path=/trunk/; revision=10300
2004-03-04 08:41:10 +00:00
Jörg Mayer
0974869dea Move the x11 generation into epan.
aclocal-missing isn't needed any more.

svn path=/trunk/; revision=10299
2004-03-04 08:26:20 +00:00
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