Commit Graph

12421 Commits

Author SHA1 Message Date
Lars Roland a43b6b0edf Don't export flags_set_truth from libethereal.dll. It can't be used in a plugin on win32 to initialize static variables, e.g. hf_register_info arrays.
svn path=/trunk/; revision=12660
2004-12-02 20:16:17 +00:00
Lars Roland 221a66734e Don't ethclist.h in main.c, when we don't need it.
svn path=/trunk/; revision=12659
2004-12-02 19:41:56 +00:00
Guy Harris 27957c4c0d We don't use our own clist for GTK+ 1.3[.x], either.
svn path=/trunk/; revision=12658
2004-12-02 19:17:40 +00:00
Guy Harris 395bb21901 From Nathan Jennings: add a preference that supplies a prefix for window
titles.

svn path=/trunk/; revision=12657
2004-12-02 11:30:24 +00:00
Guy Harris f516cf141f From Francisco Alcoba: handle inverted time stamps without hanging.
svn path=/trunk/; revision=12656
2004-12-02 08:38:59 +00:00
Guy Harris 4437245d30 From David Fort: the DNS RR type number for IPSECKEY will be changing to
45, so update the dissector.

svn path=/trunk/; revision=12655
2004-12-02 08:28:10 +00:00
Guy Harris 89cfc75ba2 We're not using our own clist for GTK+ 2.x, so call
"init_eth_clist_type()" only for GTK+ 1.2[.x].

svn path=/trunk/; revision=12654
2004-12-02 07:53:59 +00:00
Ronnie Sahlberg e2e3b87c73 performance enhancement:
in some profiling runs   eth_clist_get_type() took ~6%   change this to just a variable and initialize it explicitely from main.c



svn path=/trunk/; revision=12653
2004-12-02 03:12:24 +00:00
Ronnie Sahlberg 2e61f4d4c7 make ethereal compile with --without-pcap configuration option
svn path=/trunk/; revision=12652
2004-12-02 00:12:54 +00:00
Guy Harris cab22a15bd Move the #ifdef/#endif a bit so that the entire chunk of
live-capture-related-code is inside it.

svn path=/trunk/; revision=12651
2004-12-01 23:55:43 +00:00
Ronnie Sahlberg 5102dbe323 minor fix to tethereal to allow it to compile with --without-pcap
svn path=/trunk/; revision=12650
2004-12-01 23:47:14 +00:00
Gerald Combs 594c47b14d Replace GRE_FR with ETHERTYPE_RAW_FR.
svn path=/trunk/; revision=12649
2004-12-01 23:18:20 +00:00
Anders Broman e29f2ac105 Make the Ericsson internal decode of IP addresses a preference instead of IF DEFS, default off.
svn path=/trunk/; revision=12648
2004-12-01 21:59:03 +00:00
Guy Harris 9798fef4e8 Clean up a comment.
svn path=/trunk/; revision=12647
2004-12-01 21:13:39 +00:00
Guy Harris 4834bac691 Explain the two IEEE URLs.
Get rid of a non-ASCII character in a comment - it might or might not
display as a "registered trademark" symbol, depending on your editor and
on the character set and character encoding it's using, so just use
"(R)" instead.

svn path=/trunk/; revision=12646
2004-12-01 21:11:48 +00:00
Anders Broman 4b630914c5 Get rid of a not needed define.
svn path=/trunk/; revision=12645
2004-12-01 21:06:30 +00:00
Guy Harris d76db3fb6e Fix a typo.
svn path=/trunk/; revision=12644
2004-12-01 21:05:45 +00:00
Anders Broman 1f92ee7aea Add some ethertypes
svn path=/trunk/; revision=12643
2004-12-01 20:58:22 +00:00
Anders Broman 0d8b4fc384 Add some ethertypes
svn path=/trunk/; revision=12642
2004-12-01 20:57:27 +00:00
Gerald Combs c12298c668 Catch a couple of integer overflows.
svn path=/trunk/; revision=12641
2004-12-01 20:51:19 +00:00
Gerald Combs df3a7623c9 Don't access memory that may have been freed.
svn path=/trunk/; revision=12640
2004-12-01 19:34:51 +00:00
Gerald Combs 1007a85912 If bash is run as a non-login shell, it doesn't read /etc/profile. Under
Cygwin this has the side effect of making the Windows "find" command appear 
first in the path instead of Cygwin's "find" command.  Call /usr/bin/find
explicitly in win32-setup.sh.

svn path=/trunk/; revision=12639
2004-12-01 16:56:37 +00:00
Guy Harris 679479be68 From Jelmer Vernooij: BitTorrent support.
svn path=/trunk/; revision=12638
2004-12-01 12:41:43 +00:00
Guy Harris ea3aa64618 From Marc Poulhies: fix the handling of the authentication option when
the authentication information is missing (which it can be), and fix a
typo.

svn path=/trunk/; revision=12637
2004-12-01 12:15:16 +00:00
Guy Harris e4ae2aa011 From Francisco Alcoba:
add IPv6 support;

	replace "delay" with "delta".

svn path=/trunk/; revision=12636
2004-12-01 11:54:41 +00:00
Guy Harris ffebed7a16 From Francisco Alcoba: link with setargv.obj so that wildcards are
expanded in the command line.

svn path=/trunk/; revision=12635
2004-12-01 11:35:27 +00:00
Guy Harris cecacdb16f From Martin Regner: support for the parts of H.245 version 10 that are
related to H.239.

svn path=/trunk/; revision=12634
2004-12-01 11:29:57 +00:00
Guy Harris 766fcf0ba9 From Yaniv Kaul: adds LZS as a compression method, per 'Transport Layer
Security (TLS) Protocol Compression UsingLempel-Ziv-Stac (LZS)' RFC (RFC
3943).

svn path=/trunk/; revision=12633
2004-12-01 11:19:04 +00:00
Guy Harris fee19e1413 Squelch some compiler warnings.
svn path=/trunk/; revision=12632
2004-12-01 06:48:52 +00:00
Guy Harris 7b81bb17f3 According to the part of the DCE RPC spec at
http://www.opengroup.org/onlinepubs/009629399/chap12.htm#tagcjh_17_06_01

the number of transfer syntaxes is a u_int8, with an alignment pad byte
following it, not a u_int16.

svn path=/trunk/; revision=12631
2004-12-01 06:44:54 +00:00
Guy Harris cb900b4d1a Get rid of a long-obsolete comment.
svn path=/trunk/; revision=12630
2004-12-01 03:42:55 +00:00
Gerald Combs 077795e8fa bytes_to_str() returns a static value. Don't g_free() it.
svn path=/trunk/; revision=12629
2004-12-01 01:21:22 +00:00
Anders Broman 20404ffaa4 Fix port preference handling.
svn path=/trunk/; revision=12628
2004-11-30 22:11:56 +00:00
Anders Broman 4d0e3f67f4 Add Susanne Edlund to authors file.
svn path=/trunk/; revision=12627
2004-11-30 21:32:47 +00:00
Anders Broman 196f22e273 New dissector for NSIP from Susanne Edlund, default port2 changed to unallocated port 19999
svn path=/trunk/; revision=12626
2004-11-30 21:19:25 +00:00
Gerald Combs d45961b73f Replace a few instances of match_strval() with val_to_str().
svn path=/trunk/; revision=12625
2004-11-30 16:52:21 +00:00
Ronnie Sahlberg 8f73759eef Make ethereal dissect application/pkix-crl CertificateRevocationLists over HTTP.
svn path=/trunk/; revision=12624
2004-11-30 04:08:16 +00:00
Ronnie Sahlberg f07b25895b when creating a new subset tvb for a field for further dissection by child dissectors, then if the original tvb is short and doesnt contain enough data, try to create a new subset tvb with as much data we do have instead of just bailing out.
svn path=/trunk/; revision=12623
2004-11-30 03:39:34 +00:00
Lars Roland 22bc471bb6 Make rtnet plugin compile again with MSVC
and some white space cleanup.

svn path=/trunk/; revision=12622
2004-11-29 23:48:26 +00:00
Gerald Combs 795a28ec7c Add another length check.
svn path=/trunk/; revision=12621
2004-11-29 19:30:12 +00:00
Guy Harris 1b96812a61 Get rid of a debug message.
svn path=/trunk/; revision=12620
2004-11-29 18:02:07 +00:00
Gerald Combs 37667ae337 Check for an overly large header length value in order to avoid an integer
overflow.

svn path=/trunk/; revision=12619
2004-11-29 17:52:38 +00:00
Ronnie Sahlberg e433dc13c2 new protocol : RFC2560 Online Certificate Status Protocol
svn path=/trunk/; revision=12618
2004-11-29 09:58:16 +00:00
Ronnie Sahlberg 8b4a9a21e1 export some more sympols from PKIX1EXPLICIT
svn path=/trunk/; revision=12617
2004-11-29 08:43:19 +00:00
Ronnie Sahlberg 748784dc6b Export AuthorityInfoAccessSyntax from pkix1implicit
svn path=/trunk/; revision=12616
2004-11-29 07:57:19 +00:00
Anders Broman d607cdb1e4 From LEGO if Mate is pressent call it.
svn path=/trunk/; revision=12615
2004-11-28 20:52:52 +00:00
Anders Broman d7f54a23e8 Bugfixes- handle zero length bytecode, handle end-off-message with implied parameters(udvm initialised to zero).
svn path=/trunk/; revision=12614
2004-11-28 19:41:17 +00:00
Anders Broman 9247acd7f5 Bugfixes
svn path=/trunk/; revision=12613
2004-11-28 19:39:19 +00:00
Anders Broman 3a029b458b Change number of bytes displayed in bytes_to_string to 48 to facilitate display of sha1 digest of 20 bytes.
svn path=/trunk/; revision=12612
2004-11-28 19:35:21 +00:00
Jörg Mayer 23caeb1a27 Update manuf and FAQ
svn path=/trunk/; revision=12611
2004-11-28 17:30:18 +00:00