Commit Graph

26676 Commits

Author SHA1 Message Date
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
Ulf Lamping 7e7a3d9bb4 the current tab display "Error 3/24" is missleading IMHO. I would read this 3 out of 24, but in fact it means 3 items appearing in sum 24 times.
I've changed it to "Error 3 (24)", but this still is not perfect.

Is there an even better idea to display this?

svn path=/trunk/; revision=27410
2009-02-10 21:16:45 +00:00
Anders Broman 48048e03db Trying to make the buildbot happy.
svn path=/trunk/; revision=27409
2009-02-10 06:44:08 +00:00
Anders Broman 6c7dea2d21 Add charging_ase
svn path=/trunk/; revision=27408
2009-02-10 06:22:21 +00:00
Ulf Lamping f904f42f9d Remove an ugly hack:
There was an ugly hack while creating the menu, that tried to detect the stat_group a stats_tree belongs to by looking at the name string. That makes it unnecessarily hard to understand how the menu is really created.

Fix: Add a new function stats_tree_register_with_group() that takes the stat_group as a parameter. Use this function where a stats_tree doesn't fit into the default "unsorted" group.

svn path=/trunk/; revision=27407
2009-02-10 03:54:55 +00:00
Ulf Lamping ba78d5f30e add some comments
svn path=/trunk/; revision=27406
2009-02-10 01:39:29 +00:00
Anders Broman cb231972f1 Add dissection of Charging ASE in ISUP APM messages.
svn path=/trunk/; revision=27405
2009-02-09 20:46:59 +00:00
Ulf Lamping 3f533b4038 add some display details
svn path=/trunk/; revision=27404
2009-02-09 19:39:43 +00:00
Ulf Lamping 67efa1ca84 we don't need to copy rawshark.exe.manifest, as this manifest is integrated using mt.exe
svn path=/trunk/; revision=27403
2009-02-09 19:38:15 +00:00
Bill Meier 1eac6ce073 From yamisoe AT gmail.com: appverify: Report all missing applications in one run.
svn path=/trunk/; revision=27402
2009-02-09 17:02:26 +00:00
Tomas Kukosa 79e68576f0 - remove reference to AMR (submitted by mistake)
- add new lines at the ends of headers
- fix struct usage

svn path=/trunk/; revision=27401
2009-02-09 12:54:40 +00:00
Stig Bjørlykke a10b54dc85 Corrected directory for Info.plist.in
svn path=/trunk/; revision=27400
2009-02-09 11:19:26 +00:00
Stig Bjørlykke 863674322d From Peter Johansson:
Correct a misspelling.

svn path=/trunk/; revision=27399
2009-02-09 10:29:17 +00:00