Commit Graph

26864 Commits

Author SHA1 Message Date
Anders Broman 590bc1122c Replace the clists with gtk_list_store
Should fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246

svn path=/trunk/; revision=27489
2009-02-20 17:13:44 +00:00
Martin Mathieson e6662f6223 Set and use 'plane' more carefully.
svn path=/trunk/; revision=27488
2009-02-20 10:17:52 +00:00
Martin Mathieson 34423cbcc3 From Vincent Helfre:
#define some constants, and move constants into header files.
Hopfully this will make it easier for these dissectors to be reused.

svn path=/trunk/; revision=27487
2009-02-19 22:25:36 +00:00
Guy Harris c690a24816 Fix warning on Solaris/GCC about setjmp/longjmp.
svn path=/trunk/; revision=27486
2009-02-19 09:23:34 +00:00
Gerald Combs b399825028 Guy pointed out that we were still checking for the Microsoft Layer for
Unicode, which is only needed for platforms we no longer support.

svn path=/trunk/; revision=27485
2009-02-18 22:24:21 +00:00
Gerald Combs 0931527997 Make the dialog that confirms uninstalling the previous version of
Wireshark default to "yes" for silent installs. Add silent default
actions for other dialogs. Don't do so for error messages, since we
probably want the user to see those no matter what. Fixes bug 3260.

Switch back to using the uninstaller icon (which got clobbered 2 weeks
after it was introduced in 2007).

svn path=/trunk/; revision=27484
2009-02-18 20:27:16 +00:00
Martin Mathieson 1714f14b75 Make some display strings less verbose.
svn path=/trunk/; revision=27483
2009-02-18 11:40:13 +00:00
Stig Bjørlykke 37575374b8 Added one more string_or_null.
svn path=/trunk/; revision=27482
2009-02-18 10:07:29 +00:00
Jaap Keuter cfd0be516b Rename source file to reflect Cisco specific protocol.
svn path=/trunk/; revision=27481
2009-02-18 07:46:28 +00:00
Jaap Keuter 56f631f9d0 Correct copyright statements.
svn path=/trunk/; revision=27480
2009-02-18 07:20:26 +00:00
Anders Broman 830f6a59a3 Indentation changes.
svn path=/trunk/; revision=27479
2009-02-18 06:42:35 +00:00
Gerald Combs 95ddd62076 Add a string utility function "string_or_null" which can be used to
guarantee a non-null string value. Use it in the LDAP dissector. Fixes
the crash on Windows (and other platforms) reported in bug 3262.

svn path=/trunk/; revision=27478
2009-02-17 23:15:35 +00:00
Stig Bjørlykke f490cdd7fc Try to be smart and add ansi_tele_msg_status_strings, mostly to make it compile.
svn path=/trunk/; revision=27477
2009-02-17 09:20:21 +00:00
Jaap Keuter d06cd3da4b Have message status decoded.
svn path=/trunk/; revision=27476
2009-02-17 07:52:13 +00:00
Stephen Fisher 6ba3b154a0 Fix compiler warning/error:
Comment out an unused variable and #if 0 out an unused function.


svn path=/trunk/; revision=27475
2009-02-17 07:32:52 +00:00
Jaap Keuter ce72918c3d Clean up indentation.
svn path=/trunk/; revision=27474
2009-02-17 06:35:13 +00:00
Jaap Keuter 4fd072a5f7 Clean up indentation.
svn path=/trunk/; revision=27473
2009-02-17 06:33:34 +00:00
Jaap Keuter 43e72514a3 Make XHTML compliant.
Clean up indentation.

svn path=/trunk/; revision=27472
2009-02-17 06:32:56 +00:00
Anders Broman 0c38c3c67f From Jan Adamek:
Dissector ansi_637 does not have message status parameter.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3259

svn path=/trunk/; revision=27471
2009-02-17 05:58:01 +00:00
Anders Broman 5729f9040b From Steve Karg:
BACnet PrivateTransferError shows malformed packet.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3257

svn path=/trunk/; revision=27470
2009-02-17 05:56:12 +00:00
Anders Broman 735764e6da From Michael Lum:
ANSI MAP fix for missing MEID/MSC ID number in RegNot
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3255

svn path=/trunk/; revision=27469
2009-02-17 05:54:04 +00:00
Stig Bjørlykke 5904c38632 Mark an unused argument.
svn path=/trunk/; revision=27468
2009-02-16 22:32:06 +00:00
Anders Broman fea7018ed8 Add dissection of some IE's, reworked input from Zakia Karim.
svn path=/trunk/; revision=27467
2009-02-16 21:21:11 +00:00
Guy Harris 3ee3e3ee51 Add ipmap.html to the list of files installed and uninstalled.
svn path=/trunk/; revision=27466
2009-02-16 18:27:29 +00:00
Gerald Combs db37f3cecf Try using the MSVCRT version of Lua (lua5_1_4_Win32_dll6_lib) for
all builds.

svn path=/trunk/; revision=27465
2009-02-16 17:27:12 +00:00
Stephen Fisher 2d38e8e840 Add Apple PacketLogger to list of supported capture file formats.
svn path=/trunk/; revision=27464
2009-02-16 07:31:44 +00:00
Stephen Fisher 18f3436e85 Add support for reading Apple's Bluetooth PacketLogger capture files to
wiretap.  Modify various other locations to accommodate the fact that
PacketLogger files do not specify the direction of packets. 


svn path=/trunk/; revision=27463
2009-02-16 07:24:04 +00:00
Guy Harris 5742ede54c Add an additional "title" attribute for UAT fields; that's what's
displayed to the user.

svn path=/trunk/; revision=27462
2009-02-16 04:10:06 +00:00
Guy Harris 14c8a5ba7d The function I really wanted to export (not that exporting the other one
is an error...).

svn path=/trunk/; revision=27461
2009-02-15 23:26:45 +00:00
Guy Harris 1babf9a388 The joys of Windows.
svn path=/trunk/; revision=27460
2009-02-15 23:26:01 +00:00
Guy Harris 0bd9f9caa9 Use open_failure_alert_box() for open failures; use
copy_file_binary_mode() to copy a file, and check for it failing.

svn path=/trunk/; revision=27459
2009-02-15 22:57:47 +00:00
Bill Meier 5cb9fe859b For tshark -b -S -w: close files after reading them; fixes bug #3172;
Also: Do a bit of cleanup on related code.

svn path=/trunk/; revision=27458
2009-02-15 22:03:17 +00:00
Bill Meier 6c47f763a3 Adjust some spacing ....
svn path=/trunk/; revision=27457
2009-02-15 21:55:03 +00:00
Guy Harris ace4af44fc Add a routine to report write errors to the list of failure-reporting
routines handled by epan/report_err.c.

Move copy_binary_file() in file.c to epan/filesystem.c, and rename it to
copy_file_binary_mode() (to clarify that it *can* copy text files;
arguably, *all* files are "binary" unless you're on, say, an IBM 1401
:-)).  Have it use the report_err.c routines, so it works in
console-mode programs.

Clean up some comments while we're at it.

svn path=/trunk/; revision=27456
2009-02-15 21:47:57 +00:00
Stig Bjørlykke 8f2e6281c1 Removed an unused variable.
svn path=/trunk/; revision=27455
2009-02-15 21:37:05 +00:00
Gerald Combs 42ab972cba [Automatic manuf update for 2009-02-15]
svn path=/trunk/; revision=27453
2009-02-15 16:03:28 +00:00
Stig Bjørlykke cfe8977eef Fixed a typo.
svn path=/trunk/; revision=27452
2009-02-15 15:02:55 +00:00
Stig Bjørlykke 84b134a22d Compiling on Ubuntu 8.10 gives a warning when not checking the return value
from fwrite, so added a check.  Also use size_t for nbytes.

svn path=/trunk/; revision=27451
2009-02-15 15:02:29 +00:00
Guy Harris 5c5f14fe49 Use the Bluetooth icon for Linux raw Bluetooth devices. Note some issues
with using it in OS X.

svn path=/trunk/; revision=27450
2009-02-14 03:03:28 +00:00
Ulf Lamping 597ee656db try to fix some solaris buildbot warnings
svn path=/trunk/; revision=27449
2009-02-14 01:18:11 +00:00
Ulf Lamping 974a0d94a7 add a (Windows only) bluetooth network interface icon
svn path=/trunk/; revision=27447
2009-02-13 21:35:41 +00:00
Bill Meier b20c4d6898 Trivial: Fix a typo; adjust some indentation
svn path=/trunk/; revision=27446
2009-02-13 15:08:00 +00:00
Anders Broman 5da5e0a38f Unused variables :-(
svn path=/trunk/; revision=27445
2009-02-13 06:30:27 +00:00
Anders Broman d623d75a78 Change the signature of the IE dissectors and minor updates.
svn path=/trunk/; revision=27444
2009-02-13 06:10:57 +00:00
Bill Meier 5817e6002b dissect_rtp_heur: prevent a 'false positive' when trying stun dissection.
Specifically: when dissect_rtp_heur calls the stun dissector:
- Don't do a 'data' dissection if stun dissection fails;
  (ie: use call_dissector_only instead of call_dissector).
- return the stun dissector success/fail status to the caller of dissect_rtp_heur;
  (Done by registering and calling the heuristic version of the stun dissector).
Also: use call_dissector_only for each of the dissectors called by dissect_rtp_heur
 (altho it really makes no difference at this point except for the call to the
  stun dissector).

svn path=/trunk/; revision=27443
2009-02-12 17:30:15 +00:00
Bill Meier 1891118906 Fix some indentation; Also: do a few other trivial changes
svn path=/trunk/; revision=27442
2009-02-12 16:21:10 +00:00
Martin Mathieson b0ea821ef6 Add tapping interface to MAC LTE.
svn path=/trunk/; revision=27441
2009-02-12 12:08:05 +00:00
Martin Mathieson 7a96092e54 Call GTPv2 dissector.
svn path=/trunk/; revision=27440
2009-02-12 10:06:23 +00:00
Ulf Lamping f0ba6538af add display of IE_ID_COUNTRY, some code cleanup
svn path=/trunk/; revision=27439
2009-02-12 09:42:47 +00:00
Ulf Lamping c70e7b0d3b try to fix the buildbot
svn path=/trunk/; revision=27438
2009-02-12 02:33:19 +00:00