Commit Graph

26638 Commits

Author SHA1 Message Date
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
Guy Harris 63b93ee09f Use network_virtual_16.xpm for VMware interfaces on OS X (well, use them
if VMware Fusion ever lets you capture on them, which it currently
doesn't appear to do), on the assumption that this icon is appropriate
for VMware interfaces on the host machine.

svn path=/trunk/; revision=27437
2009-02-12 01:48:47 +00:00
Guy Harris d78ea7720a Make the column information signed, so that -1 is a valid out-of-band
value.

Use \t, rather than literal tabs, in character strings, so it's more
obvious that they're tabs, and so that if a tool changes tabs to spaces
it won't mess things up.

Use spaces for indentation, for the benefit of editors that have
hardwired tab stops.

svn path=/trunk/; revision=27436
2009-02-12 01:44:17 +00:00
Jörg Mayer 7ce88833eb Package the newly added network_virtual_16.xpm
svn path=/trunk/; revision=27435
2009-02-12 01:29:05 +00:00
Ulf Lamping b75dc4f8c8 network_virtual_16.xpm currently only used on Win32
svn path=/trunk/; revision=27434
2009-02-11 21:12:55 +00:00
Ulf Lamping f8e5b17dbd add support for a simple GeoIP based IP Location Map, more details will follow on the dev-list
svn path=/trunk/; revision=27433
2009-02-11 20:25:17 +00:00
Anders Broman 425480c962 Mark an unused parameter as _U_
svn path=/trunk/; revision=27432
2009-02-11 20:20:11 +00:00
Ulf Lamping a75c684a91 use a special icon for "VMware" virtual networks (yes, I know the icon is *not* very good - but I have no better idea how to display that)
svn path=/trunk/; revision=27431
2009-02-11 20:20:10 +00:00
Anders Broman a340dae15e Add basic IE dissection.
svn path=/trunk/; revision=27430
2009-02-11 19:48:21 +00:00
Martin Mathieson 528f4b47d8 Add expert item to NACKs in AM status PDUs.
svn path=/trunk/; revision=27429
2009-02-11 17:51:37 +00:00
Martin Mathieson b5ecf895ec Add missing closing parentheses.
svn path=/trunk/; revision=27428
2009-02-11 17:51:01 +00:00
Jörg Mayer 8c76aec3c9 Add dect dissector authors
svn path=/trunk/; revision=27427
2009-02-11 17:10:27 +00:00
Bill Meier ee74b7a149 Add netdump.c
svn path=/trunk/; revision=27426
2009-02-11 16:59:53 +00:00
Stig Bjørlykke 29f106a07d Added support for LLMNR.
svn path=/trunk/; revision=27425
2009-02-11 13:25:00 +00:00
Stig Bjørlykke 49ec933f2b The uat files can be saved before any other preferences, so try creating
the personal configuration directory if saving the uat file fails.

svn path=/trunk/; revision=27424
2009-02-11 11:04:30 +00:00
Jörg Mayer 3c9e4d5de9 Whitespace changes, missed a comment in German
svn path=/trunk/; revision=27422
2009-02-11 07:46:39 +00:00
Tomas Kukosa 7cfcaa8a6e - detect TLS 1.2
- ciphersuite list updated
- list of alerts and extensions updated

svn path=/trunk/; revision=27421
2009-02-11 07:03:51 +00:00
Ulf Lamping 1218ed762e fix a comment
svn path=/trunk/; revision=27420
2009-02-11 01:54:09 +00:00
Bill Meier 9c8570017f Fix for compiler error: " /* within comment "
svn path=/trunk/; revision=27419
2009-02-11 01:38:58 +00:00
Ulf Lamping bfce5dac33 <control>1-6 is already used by colorizing, <shift><control>1-6 doesn't work for whatever reason, so use <alt><control>1-6
svn path=/trunk/; revision=27418
2009-02-11 01:14:21 +00:00
Bill Meier f573bba2e8 From Neil Horman (with a few very minor changes by me).
svn path=/trunk/; revision=27417
2009-02-11 00:40:21 +00:00
Anders Broman 2e6de71789 packet-gtpv2.c:216: warning: unused parameter 'pinfo'
svn path=/trunk/; revision=27416
2009-02-10 23:44:56 +00:00
Anders Broman 01fc2b7daa Add comments.
svn path=/trunk/; revision=27415
2009-02-10 21:58:35 +00:00
Anders Broman 0416dd2457 Inital GTPv2 dissector.
svn path=/trunk/; revision=27414
2009-02-10 21:57:56 +00:00
Ulf Lamping 2106faabe3 add a stock icon "WIRESHARK_STOCK_MAP" to display a map
svn path=/trunk/; revision=27413
2009-02-10 21:26:16 +00:00
Ulf Lamping 94ee3dd51a make filename2uri() "public"
svn path=/trunk/; revision=27412
2009-02-10 21:23:32 +00:00
Ulf Lamping 3769308172 try improve the "Time Display Format" submenu by sorting the items by "display length"
add/change accelerator keys:
"Time Display Format" <control>1 - <control>6
"Resize All Columns" <shift><control>R
"First Packet" Home
"Last Packet" End
"Interfaces" <control>I
"Start" <control>E
"Restart" <control>R
"Enabled Protocols" <shift><control>R -> <shift><control>E

svn path=/trunk/; revision=27411
2009-02-10 21:22:24 +00:00