aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09From Mike Davies:Stephen Fisher2-0/+19
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-09Move cryptography code to epan/crypt.Gerald Combs13-174/+174
svn path=/trunk/; revision=20359
2007-01-09Add ansi_map to the makefilesAnders Broman5-46/+73
Add missing IMPLICIT and tag numbers, some whitespace changes. svn path=/trunk/; revision=20358
2007-01-09Win32 has neither bcopy nor bzeroLuis Ontanon1-0/+5
svn path=/trunk/; revision=20357
2007-01-09change the loading order of some headers to avoid a conflict with net-snmpLuis Ontanon2-15/+17
svn path=/trunk/; revision=20356
2007-01-09the forgotten file strikes again...Luis Ontanon1-0/+3
svn path=/trunk/; revision=20355
2007-01-09SNMPv3 USM... the forgotten file :)Luis Ontanon1-0/+405
svn path=/trunk/; revision=20354
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon10-153/+1453
svn path=/trunk/; revision=20353
2007-01-09make internal variables staticLuis Ontanon1-9/+9
svn path=/trunk/; revision=20352
2007-01-09 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from ↵Luis Ontanon4-520/+409
www.pjsip.org, which BTW took it from some other place) * externalize SHA1 functions and data types svn path=/trunk/; revision=20351
2007-01-08airpdcap_wep.h was removedUlf Lamping1-1/+0
svn path=/trunk/; revision=20350
2007-01-08fix compilation for:Ulf Lamping3-11/+9
- Visual Studio .NET (2002) - Visual Studio .NET 2003 svn path=/trunk/; revision=20349
2007-01-08PropagationDelayFactor -> LineDelayUlf Lamping1-14/+17
svn path=/trunk/; revision=20348
2007-01-08Remove duplicate crc32 code.Gerald Combs4-137/+15
svn path=/trunk/; revision=20347
2007-01-08Commit my USB changes (change address handling)Jörg Mayer3-61/+133
svn path=/trunk/; revision=20346
2007-01-08Update FAQJörg Mayer2-1908/+2034
svn path=/trunk/; revision=20345
2007-01-08Update manufJörg Mayer1-0/+89
svn path=/trunk/; revision=20344
2007-01-08Adapt the svn info hack to work out of the box for people whoJörg Mayer1-10/+24
are using svn 1.4 or newer to automatically switch to svn info. svn path=/trunk/; revision=20343
2007-01-08the makefile dependencies are just killing me ;-) Maybe this is the right ↵Ulf Lamping1-3/+3
way to go ... svn path=/trunk/; revision=20342
2007-01-08Add "svn:keywords Id" and "svn:eol-style native"Stephen Fisher0-0/+0
svn path=/trunk/; revision=20341
2007-01-08fix general compilation:Ulf Lamping1-3/+3
- 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-08Oops, I did it again ;-)Ulf Lamping1-1/+1
C:\Programme -> C:\Program Files svn path=/trunk/; revision=20339
2007-01-08We support nanosecond resolution in Wiretap; use that with AIX libpcapGuy Harris1-6/+3
files. svn path=/trunk/; revision=20338
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source ↵Ulf Lamping3-3/+36
package instead of the dll one, and compile it in a temp dir before continuing with wiretap svn path=/trunk/; revision=20337
2007-01-07fix GNUTLS compiling issue on recent MSVC versions by switching off ↵Ulf Lamping1-3/+2
Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details svn path=/trunk/; revision=20336
2007-01-07Show return signal in info col. also if no data.Anders Broman3-98/+100
svn path=/trunk/; revision=20335
2007-01-06Check in the asn2wrs generated ANSI map dissector.Anders Broman5-10829/+13856
svn path=/trunk/; revision=20334
2007-01-06Fix tag > 0x1fAnders Broman1-2/+1
svn path=/trunk/; revision=20333
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping5-13/+21
- 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-06fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK ↵Ulf Lamping2-8/+12
issue - time will tell) svn path=/trunk/; revision=20331
2007-01-05* have the Dumper using either '\' or '/' as directory separator in all ↵Luis Ontanon2-6/+33
plattforms. * use the directory separator not a pointer to it. svn path=/trunk/; revision=20330
2007-01-05Added functionality proposed in bug 1233.Jaap Keuter2-13/+21
Clean up of source code. svn path=/trunk/; revision=20329
2007-01-05 * rename url->file in browser_open_data_file()Luis Ontanon1-4/+4
svn path=/trunk/; revision=20328
2007-01-05 + register_stat_cmd_arg()Luis Ontanon1-11/+83
* use '/' as directory separator on both plattforms svn path=/trunk/; revision=20327
2007-01-05When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot thatGuy Harris1-8/+40
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- Dissect IA5 digitsAnders Broman3-152/+104
- Update info column - Call subdissectors - fix some asn1 bugs - clean up .cnf file. svn path=/trunk/; revision=20325
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: ↵Ulf Lamping2-4/+3
AirPcap_Devpack_1_0_0_594 svn path=/trunk/; revision=20324
2007-01-05compile error in openssl.h depends on the Platform SDK, not the MSVC variant ↵Ulf Lamping1-2/+2
used change the !IFDEF around GNUTLS accordingly svn path=/trunk/; revision=20323
2007-01-05move the directory settings more to the top, add an optional platform SDK ↵Ulf Lamping1-13/+23
setting svn path=/trunk/; revision=20322
2007-01-05Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. EnableGerald Combs4-10/+18
AirPcap. svn path=/trunk/; revision=20321
2007-01-05Remove stderr output of an error condition per bug #998. The error is alreadyStephen Fisher1-1/+0
displayed in the packet tree. svn path=/trunk/; revision=20320
2007-01-04Remove duplicate targets.Gerald Combs1-6/+0
svn path=/trunk/; revision=20319
2007-01-04Don't lower-case our SSID and passphrase, otherwise we'll create anGerald Combs1-2/+0
incorrect PSK hash. svn path=/trunk/; revision=20318
2007-01-04Add the documentation directoryLuis Ontanon1-0/+7
svn path=/trunk/; revision=20317
2007-01-04fix some entries with wrong spacesLuis Ontanon1-4/+4
svn path=/trunk/; revision=20316
2007-01-04the -lm flag might be needed to link luaLuis Ontanon1-4/+4
svn path=/trunk/; revision=20315
2007-01-04the widcards: Choose and All were inverted (again?)Luis Ontanon3-8/+8
svn path=/trunk/; revision=20314
2007-01-04add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option ↵Ulf Lamping1-1/+6
(this is the one described in the corresponding Wiki page) mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-) svn path=/trunk/; revision=20313
2007-01-04On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGSGuy Harris3-3/+11
used with shared libraries, to fix some error that shows up in some cases; some Apple documentation recommends it for most shared libraries. svn path=/trunk/; revision=20312
2007-01-04Make the recent INAP change in the template file as well.Anders Broman3-3/+3
svn path=/trunk/; revision=20311