summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12From KATAOKA Toshihiro:Anders Broman1-45/+86
3GPP Gx "Online" AVP is not decoded because of missing vendor-id. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4662 svn path=/trunk/; revision=32447
2010-04-11[Automatic manuf and enterprise-numbers update for 2010-04-11]Gerald Combs2-11/+187
svn path=/trunk/; revision=32444
2010-04-10Partly revert the changes made to epan/proto.c in SVN-29490Sake Blok1-5/+5
because they break 'tshark -r <file> -q -z io,phs' (no statistics are shown, unless you omit the -q and use -V). svn path=/trunk/; revision=32443
2010-04-10Fix the build.Gerald Combs1-1/+0
svn path=/trunk/; revision=32442
2010-04-09Fix the U3 and PortableApps builds.Gerald Combs4-14/+13
svn path=/trunk/; revision=32441
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs10-105/+111
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
2010-04-09Add AVP:sAnders Broman1-9/+24
svn path=/trunk/; revision=32439
2010-04-09Update AVP.sAnders Broman1-7/+65
svn path=/trunk/; revision=32438
2010-04-09More hf renaming.Anders Broman1-81/+81
svn path=/trunk/; revision=32437
2010-04-09From Jouni Malinen:Anders Broman1-70/+171
Add a dissection ofr FT Action frames (part of IEEE 802.11r) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4658 From me name header fields a bit more consistent. svn path=/trunk/; revision=32436
2010-04-09As requested in:Jeff Morriss4-7/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2132 Point to the Wiki's page on capture filter syntax in case neither libpcap's nor tcpdump's man pages are available (e.g., on Windows). svn path=/trunk/; revision=32435
2010-04-09Squelch compiler warnings. (We know that header.content_length is lessGuy Harris1-2/+2
than a value that fits into an int, so we know its value will fit into an int.) svn path=/trunk/; revision=32434
2010-04-09Use a 64-bit number to store the content length. This fixes:Jeff Morriss2-3/+12
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1958 Of course this doesn't mean we can reassemble that much data. svn path=/trunk/; revision=32433
2010-04-08Fix for Bug 4651:Gerasimos Dimitriadis1-2/+2
Dissector call used uninitialized packet_info pointer svn path=/trunk/; revision=32432
2010-04-08Revert 31864 and 31866: don't use suffix rules. Pattern rules would work ↵Jeff Morriss1-7/+118
but I don't know if they're portable enough. svn path=/trunk/; revision=32431
2010-04-08Revert incorrect change.Anders Broman1-7/+2
svn path=/trunk/; revision=32430
2010-04-08Add the 3GPP SWx application ID.Anders Broman1-0/+2
svn path=/trunk/; revision=32429
2010-04-08Get rid of check_col().Anders Broman4-7/+4
svn path=/trunk/; revision=32428
2010-04-08Add Chuck Kristofek to AUTHORSAnders Broman1-0/+1
svn path=/trunk/; revision=32427
2010-04-08Get rid of check_col().Anders Broman25-361/+94
svn path=/trunk/; revision=32426
2010-04-08From Stephen Donnelly:Anders Broman5-7/+142
InfiniBand Link Packet (flow control) dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4656 svn path=/trunk/; revision=32425
2010-04-08From Jouni Malinen:Anders Broman1-1/+199
Add a dissector for FTIE (part of IEEE 802.11r). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4654 svn path=/trunk/; revision=32424
2010-04-08My try at fixing Bug 4653; (Also reverts SVN #32420)Bill Meier2-9/+8
svn path=/trunk/; revision=32423
2010-04-08In C, foo() isn't a function with no arguments, foo(void) is.Guy Harris1-1/+1
svn path=/trunk/; revision=32422
2010-04-08Add --enable-setcap-install and --with-dumpcap-group.Gerald Combs3-25/+99
svn path=/trunk/; revision=32421
2010-04-07A stab at [Bug 4653] New: dap ASN1 generated dissector differs from ↵Anders Broman1-4/+9
epan/dissectors version. svn path=/trunk/; revision=32420
2010-04-07Remove some uneeded #includesBill Meier10-23/+0
svn path=/trunk/; revision=32419
2010-04-07Add a setuid example.Gerald Combs1-3/+11
svn path=/trunk/; revision=32418
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier126-632/+390
svn path=/trunk/; revision=32417
2010-04-07Add packet-q708.cJörg Mayer1-0/+1
svn path=/trunk/; revision=32416
2010-04-07Squelch a compiler warning.Guy Harris1-1/+2
svn path=/trunk/; revision=32415
2010-04-07Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=32414
2010-04-07Squelch a compiler warning.Guy Harris1-2/+2
Just make dtmf_digits and bcd_digits arrays; no need for the extra level of indirection. svn path=/trunk/; revision=32413
2010-04-07Squelch some compiler warnings (including warnings about the last memberGuy Harris1-26/+30
of a structure being an empty array; that is *not* supported by all the compilers that can be used to build Wireshark). svn path=/trunk/; revision=32412
2010-04-06#include <string.h> not needed.Bill Meier61-69/+0
svn path=/trunk/; revision=32411
2010-04-06#include <string.h> not needed.Bill Meier282-347/+0
svn path=/trunk/; revision=32410
2010-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from ↵Anders Broman2-5/+6
epan/dissectors version. It's a pain to get these circular dependencies right. svn path=/trunk/; revision=32409
2010-04-06Try to fix p7 compilation. Changed p7.cnf and regenerated but the generated ↵Anders Broman1-0/+3
dissector shows no difference which should be good. svn path=/trunk/; revision=32408
2010-04-06#include <stdio.h> not needed.Bill Meier2-15/+13
(Note: the change in a generated function name looks benign: dissect_x411_PrintableString_SIZE_CONSTR4299806048 ==> dissect_x411_PrintableString_SIZE_CONSTR32134928) svn path=/trunk/; revision=32407
2010-04-06#include <stdio.h> not neededBill Meier2-8/+6
svn path=/trunk/; revision=32406
2010-04-06#include <stdio.h> not needed.Bill Meier142-572/+430
svn path=/trunk/; revision=32405
2010-04-06Update to reflect current reality.Gerald Combs1-1/+0
svn path=/trunk/; revision=32404
2010-04-06Fix bug: HI2 --> HI2OperationsBill Meier1-1/+1
svn path=/trunk/; revision=32403
2010-04-06Add Windows 7(Untested).Anders Broman1-2/+7
svn path=/trunk/; revision=32402
2010-04-06Get rid of check_colAnders Broman9-196/+113
svn path=/trunk/; revision=32401
2010-04-06Don't use %s as the format string in val_to_str().Jeff Morriss8-9/+9
svn path=/trunk/; revision=32400
2010-04-06Mention elinks as an alternative to lynx [on *nix].Bill Meier1-3/+3
svn path=/trunk/; revision=32399
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz ↵Jeff Morriss1-1/+1
failure in bug 4646. svn path=/trunk/; revision=32398
2010-04-06clear the store list before inserting all rawsTomas Kukosa1-0/+1
svn path=/trunk/; revision=32397
2010-04-06The third argument to val_to_str() is a format string that gets passedGuy Harris1-4/+1
the value that couldn't be mapped to a string - it's an integer and needs to be printed with an integer format. Fixes bug 4644. svn path=/trunk/; revision=32396