Commit Graph

20018 Commits

Author SHA1 Message Date
Ulf Lamping 49fd1e07c8 from Laurent Rabret:
use /MD switch instead of direct linker switches
(hopefully this will fix linker issues mentioned by Andrew and Stephen)

svn path=/trunk/; revision=20370
2007-01-10 03:11:13 +00:00
Luis Ontanon b82782e9c8 + AES decryption
svn path=/trunk/; revision=20369
2007-01-10 02:30:22 +00:00
Gerald Combs 8068316211 Update to r20350.
svn path=/trunk/; revision=20368
2007-01-10 01:58:56 +00:00
Luis Ontanon f3679ee8a2 sync changes with asn/snmp
svn path=/trunk/; revision=20367
2007-01-10 01:16:22 +00:00
Luis Ontanon 0ddb0fd48f * sha1 authentication
- remove warnings and test code


svn path=/trunk/; revision=20366
2007-01-10 01:15:18 +00:00
Luis Ontanon ae2ca85c92 remove now useless hmac.[ch] files
svn path=/trunk/; revision=20365
2007-01-10 01:14:16 +00:00
Luis Ontanon 0bd2e20098 Have the code working on BIG ENDIAN machines
svn path=/trunk/; revision=20364
2007-01-10 01:13:10 +00:00
Luis Ontanon c84d97f29e * From the same source as the rest get the sha1_hmac code
svn path=/trunk/; revision=20363
2007-01-10 01:11:20 +00:00
Ulf Lamping 15d125cefc add a missing dependency to the zlib1.dll, so it will be generated before wiretap
svn path=/trunk/; revision=20362
2007-01-10 00:35:01 +00:00
Jaap Keuter 4873d7eac4 Implement COMPLEMENT TO ITU-T RECOMMENDATION E.164 (02/2005):
- Modify few country codes
- Add new international networks
Cleanup sourcecode

svn path=/trunk/; revision=20361
2007-01-09 23:03:09 +00:00
Stephen Fisher f5ea4ee657 From Mike Davies:
There was a change in Corrigendum 1 (03/2004) to H.248.1 which allows an
empty {} to be omitted from the Signal Descriptor.  Currently (SVN 20346)
this causes Wireshark to report [Packet size limited during capture] as
shown in the attached example outputs.

I have attached a possible patch to solve this.


svn path=/trunk/; revision=20360
2007-01-09 22:32:23 +00:00
Gerald Combs 9d5858f635 Move cryptography code to epan/crypt.
svn path=/trunk/; revision=20359
2007-01-09 22:14:07 +00:00
Anders Broman dfeba2c627 Add ansi_map to the makefiles
Add missing IMPLICIT and tag numbers, some whitespace changes.

svn path=/trunk/; revision=20358
2007-01-09 21:45:46 +00:00
Luis Ontanon b68e1cf4e4 Win32 has neither bcopy nor bzero
svn path=/trunk/; revision=20357
2007-01-09 20:43:25 +00:00
Luis Ontanon faa3da9af0 change the loading order of some headers to avoid a conflict with net-snmp
svn path=/trunk/; revision=20356
2007-01-09 20:22:48 +00:00
Luis Ontanon 7fd7fb4eea the forgotten file strikes again...
svn path=/trunk/; revision=20355
2007-01-09 19:58:18 +00:00
Luis Ontanon 19b55a3fd6 SNMPv3 USM... the forgotten file :)
svn path=/trunk/; revision=20354
2007-01-09 18:41:14 +00:00
Luis Ontanon f7a79f43e7 SNMPv3 USM decryption/authentication phase 1
svn path=/trunk/; revision=20353
2007-01-09 18:38:55 +00:00
Luis Ontanon d9465f6b12 make internal variables static
svn path=/trunk/; revision=20352
2007-01-09 18:34:43 +00:00
Luis Ontanon e4e3c189f2 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from www.pjsip.org, which BTW took it from some other place)
* externalize SHA1 functions and data types


svn path=/trunk/; revision=20351
2007-01-09 15:50:55 +00:00
Ulf Lamping 992d68cbca airpdcap_wep.h was removed
svn path=/trunk/; revision=20350
2007-01-08 22:50:49 +00:00
Ulf Lamping e71b416608 fix compilation for:
- Visual Studio .NET (2002)
- Visual Studio .NET 2003

svn path=/trunk/; revision=20349
2007-01-08 22:29:18 +00:00
Ulf Lamping 39956903b5 PropagationDelayFactor -> LineDelay
svn path=/trunk/; revision=20348
2007-01-08 22:11:56 +00:00
Gerald Combs 2a033f3350 Remove duplicate crc32 code.
svn path=/trunk/; revision=20347
2007-01-08 21:19:46 +00:00
Jörg Mayer 6f7089fe26 Commit my USB changes (change address handling)
svn path=/trunk/; revision=20346
2007-01-08 14:32:10 +00:00
Jörg Mayer cd30649704 Update FAQ
svn path=/trunk/; revision=20345
2007-01-08 14:25:35 +00:00
Jörg Mayer 897b497754 Update manuf
svn path=/trunk/; revision=20344
2007-01-08 11:51:04 +00:00
Jörg Mayer 6a5e231e27 Adapt the svn info hack to work out of the box for people who
are using svn 1.4 or newer to automatically switch to svn info.

svn path=/trunk/; revision=20343
2007-01-08 10:36:28 +00:00
Ulf Lamping 550c897251 the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
svn path=/trunk/; revision=20342
2007-01-08 07:42:26 +00:00
Stephen Fisher 40e46d8c77 Add "svn:keywords Id" and "svn:eol-style native"
svn path=/trunk/; revision=20341
2007-01-08 07:19:31 +00:00
Ulf Lamping 50750f6ecd fix general compilation:
- compile wiretap unconditionally

fix .NET1.1 + PSDK compilation:
- lib.exe tool not available, build dll only (that's just enough)
- copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it

svn path=/trunk/; revision=20340
2007-01-08 05:03:17 +00:00
Ulf Lamping 7a7c7ea302 Oops, I did it again ;-)
C:\Programme -> C:\Program Files

svn path=/trunk/; revision=20339
2007-01-08 03:31:28 +00:00
Guy Harris 0e89a5617f We support nanosecond resolution in Wiretap; use that with AIX libpcap
files.

svn path=/trunk/; revision=20338
2007-01-08 02:55:41 +00:00
Ulf Lamping e456b4fcd6 if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
svn path=/trunk/; revision=20337
2007-01-08 02:40:06 +00:00
Ulf Lamping 8fb030d900 fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
svn path=/trunk/; revision=20336
2007-01-07 19:50:16 +00:00
Anders Broman 284c951386 Show return signal in info col. also if no data.
svn path=/trunk/; revision=20335
2007-01-07 15:38:29 +00:00
Anders Broman c2b459f78f Check in the asn2wrs generated ANSI map dissector.
svn path=/trunk/; revision=20334
2007-01-06 20:51:03 +00:00
Anders Broman fda137ce6a Fix tag > 0x1f
svn path=/trunk/; revision=20333
2007-01-06 20:21:30 +00:00
Ulf Lamping cc164653a0 add experimental support for some more of the MSVC_VARIANTs:
- Microsoft .Net Framework SDK Version 1.1
- Microsoft .Net Framework 2.0 SDK
... which seems to work fine now (except for the open problems like zlib) :-)

Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.

btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)

svn path=/trunk/; revision=20332
2007-01-06 01:05:59 +00:00
Ulf Lamping d0724fc02f fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
svn path=/trunk/; revision=20331
2007-01-06 00:48:11 +00:00
Luis Ontanon 69ebd4f948 * have the Dumper using either '\' or '/' as directory separator in all plattforms.
* use the directory separator not a pointer to it.



svn path=/trunk/; revision=20330
2007-01-05 15:09:33 +00:00
Jaap Keuter 0f1cdf8c1d Added functionality proposed in bug 1233.
Clean up of source code.

svn path=/trunk/; revision=20329
2007-01-05 13:42:08 +00:00
Luis Ontanon 96234ee374 * rename url->file in browser_open_data_file()
svn path=/trunk/; revision=20328
2007-01-05 12:14:42 +00:00
Luis Ontanon 6ad83076e6 + register_stat_cmd_arg()
* use '/' as directory separator on both plattforms

svn path=/trunk/; revision=20327
2007-01-05 12:11:05 +00:00
Guy Harris 4189374651 When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
Wiretap has its own configuration file.  Do to its configuration file
what was done to the top-level configuration file.

svn path=/trunk/; revision=20326
2007-01-05 07:36:30 +00:00
Anders Broman dee9a1745a - Dissect IA5 digits
- Update info column
- Call subdissectors
- fix some asn1 bugs
- clean up .cnf file.

svn path=/trunk/; revision=20325
2007-01-05 07:32:39 +00:00
Ulf Lamping 1a25d263d6 don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
svn path=/trunk/; revision=20324
2007-01-05 05:23:02 +00:00
Ulf Lamping 3a1a07c46a compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
change the !IFDEF around GNUTLS accordingly

svn path=/trunk/; revision=20323
2007-01-05 05:03:15 +00:00
Ulf Lamping b6fd719414 move the directory settings more to the top, add an optional platform SDK setting
svn path=/trunk/; revision=20322
2007-01-05 04:58:52 +00:00
Gerald Combs 7d0118ff10 Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable
AirPcap.

svn path=/trunk/; revision=20321
2007-01-05 01:35:23 +00:00