aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Move make-manuf to the tools directory.Gerald Combs1-0/+0
svn path=/trunk/; revision=35130
2010-12-06Remove an unused include.Gerald Combs1-1/+0
svn path=/trunk/; revision=35129
2010-12-06Fix bug #5463 (and likely others) so that ep_strbuf_new() no longerStephen Fisher1-1/+1
truncates newly created and copied strings. The problem was that strlen() (which returns a length not counting the NULL terminator) was being mixed with functions that do malloc() (which need to allocate memory large enough to inculde the NULL string terminator). svn path=/trunk/; revision=35128
2010-12-06From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5372 :Jeff Morriss1-4/+4
Fix crash in LDAP dissector, in a generic way (for all callers of dissect_nt_sid()). svn path=/trunk/; revision=35127
2010-12-06Fix various typos and spelling errors.Bill Meier49-102/+102
svn path=/trunk/; revision=35126
2010-12-05Add more PHY attributes to MAC frames.Martin Mathieson3-6/+54
svn path=/trunk/; revision=35125
2010-12-05[Automatic manuf, services and enterprise-numbers update for 2010-12-05]Gerald Combs1-12382/+12382
svn path=/trunk/; revision=35122
2010-12-05[Automatic manuf, services and enterprise-numbers update for 2010-12-05]Gerald Combs2-12391/+12625
svn path=/trunk/; revision=35120
2010-12-04From Gerhard Gappmeier via ↵Jeff Morriss3-15/+40
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5429 : Until now the info column only shows the OPC UA transport protocol type (Hello, Ack, Secure Conversion message). After connections establishment has finished this column shows only Secure Conversion message, because every service is sent over the secure channel. This patch adds the useful support of displaying the service type in the info column. This makes it easier to find specific service calls in huge capture files. svn path=/trunk/; revision=35119
2010-12-04From Gerhard Gappmeier via ↵Jeff Morriss2-4/+336
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5427 : This patch adds support for dissecting all Extension Objects types defined by the OPC Foundation. svn path=/trunk/; revision=35118
2010-12-03From Allan M. Madsen via ↵Jeff Morriss1-3/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5446 : Bluetooth ACL packets are not defragmented when the packet boundary flags is set to 'flushable first fragment'. svn path=/trunk/; revision=35117
2010-12-03From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5380 :Jeff Morriss1-2/+14
Comment in the code asked.... /*XXX: 2 bytes skipped ?? */ Here is what I have found. The high byte (1) indicates the Classification Engine ID The low bytes (3) indicate the application ID Engine ID of 5 is NBAR Standard. Engine ID of 6 is NBAR Custom. Attached patch displays all 4 bytes (type and ID) in a readable way. Also allows better filtering. svn path=/trunk/; revision=35116
2010-12-03Fix a problem noticed in ↵Jeff Morriss1-0/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5380#c2 : Don't attempt to use a BASE_CUSTOM field's 'strings' field as a value_string: it's not, it's a pointer to a function. svn path=/trunk/; revision=35115
2010-12-03After applying GUI preferences, reset the welcome screen's header messageStephen Fisher3-1/+8
in case the show version in welcome screen option was toggled. svn path=/trunk/; revision=35114
2010-12-03Change default for "Welcome screen and title bar shows version" to on perStephen Fisher1-1/+1
discussion in this thread on the wireshark-dev mailing list: http://www.wireshark.org/lists/wireshark-dev/201011/msg00151.html svn path=/trunk/; revision=35113
2010-12-03Fix spelling errors.Bill Meier1-5/+5
svn path=/trunk/; revision=35112
2010-12-03Fix a typo & do whitespace cleanup.Bill Meier1-1/+1
svn path=/trunk/; revision=35111
2010-12-03Don't assume everyone knows what Wireshark is.Gerald Combs1-6/+8
svn path=/trunk/; revision=35110
2010-12-03Don't include epan/emem.h twice.Stephen Fisher1-1/+0
svn path=/trunk/; revision=35109
2010-12-03Change the Wireshark stock icon description from "Auto Scroll in Live Capture"Stephen Fisher1-1/+1
to "Auto Scroll" to save space in the main toolbar. Leave the rest of the references (such as in the view menu) as they were. svn path=/trunk/; revision=35108
2010-12-03Sync from samba git:Jörg Mayer3-24/+40
======== f99c009..189b4bc ========= commit 135756c8ac34c4cf82992dce8c7218781e67f39b Author: Andrew Tridgell <tridge@samba.org> Date: Fri Nov 5 11:52:20 2010 +1100 pidl: use a union assignment instead of memmove this means we don't lose type checking Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> commit 3bff03723d8920faece76dd57bcf5d19b84d7b02 Author: Jelmer Vernooij <jelmer@samba.org> Date: Tue Nov 30 23:48:46 2010 +0100 pidl/python: Allow import of talloc, even though it doesn't live in the samba.dcerpc. namespace. commit ba2110d19060c4d84656917eb6be7b78afc6df6b Author: Jelmer Vernooij <jelmer@samba.org> Date: Tue Nov 30 23:06:32 2010 +0100 pidl: Allow more flexibility importing modules using convenience function. commit dd0fbc47c798acfb003e37afbee5f0748e30ad1b Author: Jelmer Vernooij <jelmer@samba.org> Date: Tue Nov 30 22:59:32 2010 +0100 pidl: Base new objects off of talloc object. commit a3ed70ff96122531ba000123cdf3992d26663f30 Author: Andrew Tridgell <tridge@samba.org> Date: Sun Nov 21 23:05:07 2010 +1100 pidl: fixed call to cpp with a space in the directory name ============================= svn path=/trunk/; revision=35107
2010-12-03From Fred Fierling:Anders Broman3-61/+84
Fixes invalid long address mappings in NWK layer. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5456 svn path=/trunk/; revision=35106
2010-12-02From Gerhard Gappmeier:Anders Broman1-12/+12
Fix mapping of datatype strings in opcua plugin https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5428 svn path=/trunk/; revision=35105
2010-12-02Allow more than one instance of Wireshark to be started. For now, the stuffChris Maynard1-9/+10
that disallowed it is just commented out. Later, we might choose to make use of AllowMultipleInstances like other portableapps do, such as Firefox, et al. This change was made as a result of the following query on the -users list: http://www.wireshark.org/lists/wireshark-users/201012/msg00008.html svn path=/trunk/; revision=35104
2010-12-02From Alexis La Goutte via ↵Jeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5460 : MongoDB dissector improperly decodes cursorID in OP_KILL_CURSORS command. The size of the CursorID is 64 bits, while the code assumes they are 4 bits, though correctly incrementing the pointer. Fix this typo. svn path=/trunk/; revision=35103
2010-12-02From Slava:Anders Broman1-1/+1
Incorrectly registered range string in sdp infiniband dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5461 svn path=/trunk/; revision=35102
2010-12-02Remove an incorrect (uninformed) comment recently added my me.Bill Meier1-1/+1
svn path=/trunk/; revision=35101
2010-12-02Windows 'File ! Save_As': Error popup if saving to name of open capture file ↵Bill Meier1-5/+47
and also error popup if delete of existing file fails. svn path=/trunk/; revision=35100
2010-12-01From Zachary Mark via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5457 :Jeff Morriss1-1/+3
The scsi_persresv_type_val field in packet-scsi.c contains a mapping of persistent reservation opcodes to their descriptive types. The opcode for the Exclusive Access - Registrants Only field is incorrectly set to 7, when the correct opcode is 6 (as per SPC-2 onward). The attached patch corrects this discrepancy. The attached patch also adds support for dissecting opcodes 7 and 8, the two all registrants reservation types present in SPC-3 onward. svn path=/trunk/; revision=35099
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :Jeff Morriss1-13/+37
The information which is used to determine which sub-dissector to use for the various Data messages within an SCCP connection is only present within the initial Connection Request, so even with connection tracking on, unless the trace contains the Connection Request no sub-dissector is called. It is common for traces to only contain a single carried protocol anyway - e.g. RANAP. The supplied patch adds a user preference for a "default payload" sub-dissector, which is called in preference to the Data dissector if nothing else has claimed the packet first. svn path=/trunk/; revision=35098
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :Jeff Morriss1-6/+6
The packet-sccp.c has a bug in the declared valid ranges of the SSN and DPC values in the user table used to match to a subdissector. The SSN range is 16 bits rather than 8 (not really an issue) but the DPC range is 16 bits rather than 24 - so many traces cannot be matched by this table. svn path=/trunk/; revision=35097
2010-12-01Add details to the table of Microsoft Visual C++ compilers (Win32 native ↵Stephen Fisher1-1/+53
tool chain) for Visual C++ 2010 Express and Professional. svn path=/trunk/; revision=35096
2010-12-01Change underscore to dash to show correct docbook-xml42 package in Cygwin.Stephen Fisher1-1/+1
svn path=/trunk/; revision=35095
2010-12-01Now the Microsoft Visual C++ 2010 redistributable for x86 (32-bit) brings up ↵Stephen Fisher1-2/+2
a confusing dialog asking the user to repair or remove it if it's already installed. Change it to (re-)install quietly (/q command-line option) like we do with the 64-bit version. svn path=/trunk/; revision=35094
2010-12-01Add extern "C" to more header files.Stephen Fisher3-0/+24
svn path=/trunk/; revision=35093
2010-12-01Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multipleStephen Fisher1-0/+5
inclusions of privileges.h. svn path=/trunk/; revision=35092
2010-12-01Delegated-IPv6-Prefix(123) is shown incorrect as ↵Anders Broman2-398/+401
X-Ascend-Call-Attempt-Limit(123) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5455 svn path=/trunk/; revision=35091
2010-12-01Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the ↵Stephen Fisher1-1/+12
help of MSDN code fragments. svn path=/trunk/; revision=35090
2010-12-01Added Alex Badea for his contribution via bug #4149.Chris Maynard1-0/+1
svn path=/trunk/; revision=35089
2010-12-01From Alex Badea via bug #4149: IPcomp: decompress deflated payloads.Chris Maynard1-3/+17
svn path=/trunk/; revision=35088
2010-12-01Fix a GCC error.Bill Meier1-1/+1
svn path=/trunk/; revision=35087
2010-12-01On Windows: convert _tzname[] strings from the system charset to UTF8 before ↵Bill Meier1-18/+49
use. In the Windows C Runtime the strings in the global array _tzname[] are encoded using the "system default ansi code page". They must be converted to UTF8 before use by Wireshark/GTK. (See comment in the code for details). Fixes Bug #5421 (I hope). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5421 Also: Fix bug: when the timezone name is not available from the system ?ST was used when ?DT should have been used (and vice-versa). svn path=/trunk/; revision=35086
2010-12-01Back out r35084 since it contains code fragments from MSDN, which are coveredStephen Fisher1-10/+1
under the "Microsoft Limited Public License" apparently. svn path=/trunk/; revision=35085
2010-11-30Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ↵Stephen Fisher1-1/+10
running Wireshark instead of GetSystemInfo(), so that we obtain the machine's actual architecture even when running under WOW64 x86 emulation. svn path=/trunk/; revision=35084
2010-11-30Update the manuf file (ahead of this weekend's auto-update) to reflect rev ↵Jeff Morriss1-12359/+12367
35082's change to make-manuf. svn path=/trunk/; revision=35083
2010-11-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :Jeff Morriss2-15/+20
Limit the length of manuf names to 8 characters in make-manuf (this matches the (old) limit in addr_resolv.c). Dynamically allocate memory to store the manuf name in epan/addr_resolv.c so that we don't end up corrupting the UTF-8 if/when we need to truncate the string. svn path=/trunk/; revision=35082
2010-11-30Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.Jeff Morriss1-1/+1
svn path=/trunk/; revision=35081
2010-11-30Move the port audio source into a separate variable which is not run through ↵Jeff Morriss1-3/+7
checkapi. svn path=/trunk/; revision=35080
2010-11-30We don't include a comprehensive display filter reference; don't say weGerald Combs1-6/+3
do. svn path=/trunk/; revision=35079
2010-11-30Rename conflicting draft v2 and v8 display filter fields. Fixes bug 4059.Chris Maynard1-8/+8
svn path=/trunk/; revision=35078