aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-11-30From Toralf Foerster via ↵Jeff Morriss1-7/+18
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5432 : The attached patch against that dissector contains : FIX: - counting statistics over encrypted packages (line 610 ff) NEW: - tag sametime message type 0x0025 as known MISC: - better comment - new line clean ups svn path=/trunk/; revision=35077
2010-11-30From Pascal Quantin:Martin Mathieson1-29/+28
I just found a small bug in LTE PDCP dissector with current top of tree. If global preference global_pdcp_dissect_user_plane_as_ip is set to true, the dissector will try to decode an IP frame even with signalling plane. PDCP-LTE ...0 0000 = Seq Num: 0 Signalling Data: 0800183aa808 MAC: 0x00000000 (0) [Malformed Packet: IP] [Expert Info (Error/Malformed): Malformed Packet (Exception occurred)] With the attached patch, I get the correct output for both signalling and user plane PDUs. svn path=/trunk/; revision=35076
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ↵Jeff Morriss15-44/+58
target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. svn path=/trunk/; revision=35075
2010-11-29Fix "colorize with filter" functionality that got broken with the ↵Sake Blok1-0/+4
new_packet_list. svn path=/trunk/; revision=35074
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss12-39/+30
svn path=/trunk/; revision=35073
2010-11-29Remove a no-longer-used variable.Jeff Morriss1-3/+2
svn path=/trunk/; revision=35072
2010-11-29Fix the checkapi target.Jeff Morriss1-10/+4
svn path=/trunk/; revision=35071
2010-11-29Change SIP TCP port preference to a range preference.Anders Broman1-9/+29
svn path=/trunk/; revision=35070
2010-11-29Move the checkapi targes to Makefile.common. Rename Makefile.nmake's ↵Jeff Morriss3-19/+14
WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it. svn path=/trunk/; revision=35069
2010-11-29Add "Length" as a new default column on a trial basis between the protocolStephen Fisher1-2/+3
and info columns per discussion on -dev list: http://www.wireshark.org/lists/wireshark-dev/201011/msg00151.html svn path=/trunk/; revision=35068
2010-11-29Remove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC so we don't run ↵Jeff Morriss1-4/+1
checkapi on it. Also remove capture_if_details_dlg_win32.c from the checkapi list since it's in WIRESHARK_GTK_SRC (which is in the list of files checkapi is run against). svn path=/trunk/; revision=35067
2010-11-29Remove file_dlg_win32.c and print_win32.c from the checkapi target.Jeff Morriss1-3/+1
svn path=/trunk/; revision=35066
2010-11-29Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by ↵Jeff Morriss1-1/+4
distclean). svn path=/trunk/; revision=35065
2010-11-29From Andrei Emeltchenko:Anders Broman1-1/+2
Wrong link type in a packet(bluethouth). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5449 svn path=/trunk/; revision=35064
2010-11-29Fix typos.Chris Maynard1-2/+2
svn path=/trunk/; revision=35063
2010-11-29From Vincent Helfre:Anders Broman1-0/+53
Make it possible to dissect NAS EPS messages without security header. svn path=/trunk/; revision=35062
2010-11-29From Vincent Helfre:Anders Broman1-175/+425
I have fixed some issue in the measurement information decoding in packet-gsm_a_rr.c. svn path=/trunk/; revision=35061