metze/wireshark/wip.git
11 years agoHiglight the Header bytes.
Anders Broman [Fri, 16 Nov 2012 09:42:18 +0000 (09:42 -0000)]
Higlight the Header bytes.

svn path=/trunk/; revision=46037

11 years agoIf we have an com_context_id entry reuse that.
Anders Broman [Fri, 16 Nov 2012 09:41:26 +0000 (09:41 -0000)]
If we have an com_context_id entry reuse that.

svn path=/trunk/; revision=46036

11 years agoInclude channel details in PDCP sequence analysis expert info strings.
Martin Mathieson [Thu, 15 Nov 2012 21:28:21 +0000 (21:28 -0000)]
Include channel details in PDCP sequence analysis expert info strings.

svn path=/trunk/; revision=46035

11 years agoAdd and prettify debug info - will regenerate dissector later
Anders Broman [Thu, 15 Nov 2012 06:32:35 +0000 (06:32 -0000)]
Add and prettify debug info - will regenerate dissector later

svn path=/trunk/; revision=46034

11 years agoAdd SVN Id. Fix up indentation some and remove some not-very-useful comments which...
Jeff Morriss [Wed, 14 Nov 2012 20:50:54 +0000 (20:50 -0000)]
Add SVN Id. Fix up indentation some and remove some not-very-useful comments which also made one of these files hard to read.

svn path=/trunk/; revision=46033

11 years agoRemove some non-ASCII chars from enum values.
Jeff Morriss [Wed, 14 Nov 2012 20:49:36 +0000 (20:49 -0000)]
Remove some non-ASCII chars from enum values.

svn path=/trunk/; revision=46032

11 years agof_teid_interface_type is 6 bits from Rel 10
Anders Broman [Wed, 14 Nov 2012 19:41:35 +0000 (19:41 -0000)]
f_teid_interface_type is 6 bits from Rel 10

svn path=/trunk/; revision=46031

11 years agoDissable code causing a crash. Add debug printouts and add a few more visited checks.
Anders Broman [Wed, 14 Nov 2012 16:46:57 +0000 (16:46 -0000)]
Dissable code causing a crash. Add debug printouts and add a few more visited checks.

svn path=/trunk/; revision=46029

11 years agoRevert 46018. Needs rethinking.
Anders Broman [Wed, 14 Nov 2012 10:02:15 +0000 (10:02 -0000)]
Revert 46018. Needs rethinking.

svn path=/trunk/; revision=46028

11 years agoAfter launching 'Follow stream' or one of the graphs, restore the
Martin Mathieson [Wed, 14 Nov 2012 02:53:41 +0000 (02:53 -0000)]
After launching 'Follow stream' or one of the graphs, restore the
conversation selection.

svn path=/trunk/; revision=46027

11 years agoDisplay text in subtree
Pascal Quantin [Tue, 13 Nov 2012 21:59:14 +0000 (21:59 -0000)]
Display text in subtree

svn path=/trunk/; revision=46026

11 years agoTry to cast away windows buildbot errors.
Martin Mathieson [Tue, 13 Nov 2012 20:13:32 +0000 (20:13 -0000)]
Try to cast away windows buildbot errors.

svn path=/trunk/; revision=46025

11 years agoZoom in on a rectangle chosen by clicking and dragging the left mouse
Martin Mathieson [Tue, 13 Nov 2012 19:37:58 +0000 (19:37 -0000)]
Zoom in on a rectangle chosen by clicking and dragging the left mouse
button.

From Edwin Goothuis (bug 7931), with some small edits and
comments from me.

svn path=/trunk/; revision=46024

11 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7971 by fixing the
Jeff Morriss [Tue, 13 Nov 2012 19:35:36 +0000 (19:35 -0000)]
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7971 by fixing the
documentation: a 'files:' value of 0 hasn't been accepted since trunk-1.4.

svn path=/trunk/; revision=46023

11 years agovcredist_*.exe is, AFAICT, still optional yet config.nmake always defines the
Jeff Morriss [Tue, 13 Nov 2012 15:01:49 +0000 (15:01 -0000)]
vcredist_*.exe is, AFAICT, still optional yet config.nmake always defines the
variable for it.  Since it's always defined but it's optional, don't check
for its existence.

svn path=/trunk/; revision=46022

11 years agoUse proto_tree_add_<signed integer> functions for signed giop datatypes
Michael Mann [Tue, 13 Nov 2012 13:20:39 +0000 (13:20 -0000)]
Use proto_tree_add_<signed integer> functions for signed giop datatypes

svn path=/trunk/; revision=46021

11 years agoENIP/CIP
Michael Mann [Tue, 13 Nov 2012 13:14:48 +0000 (13:14 -0000)]
ENIP/CIP
Added the start of IPv6 support for I/O conversations (waiting for spec definitions to complete).
Added support for multiple messages in a single frame to be separated in the COL_INFO column.

ENIP
Added ListIdentity delay dissection
remove check_col()

CIP
Added TimeSync object dissection

svn path=/trunk/; revision=46020

11 years ago3GPP-PDP-Type is an enum, use the values from the radius dictionary.
Anders Broman [Tue, 13 Nov 2012 12:55:58 +0000 (12:55 -0000)]
3GPP-PDP-Type is an enum, use the values from the radius dictionary.

svn path=/trunk/; revision=46019

11 years agoTry to fix dissection with g_nas_eps_dissect_plain == TRUE.
Anders Broman [Tue, 13 Nov 2012 12:54:58 +0000 (12:54 -0000)]
Try to fix dissection with g_nas_eps_dissect_plain == TRUE.

svn path=/trunk/; revision=46018

11 years agoPacify OSX-10.5 buildbots
Pascal Quantin [Tue, 13 Nov 2012 07:40:23 +0000 (07:40 -0000)]
Pacify OSX-10.5 buildbots

svn path=/trunk/; revision=46017

11 years agoFix up the Subversion instructions for Win32:
Jeff Morriss [Mon, 12 Nov 2012 23:07:50 +0000 (23:07 -0000)]
Fix up the Subversion instructions for Win32:

- add it as an optional package to install when installing Cygwin
- de-duplicate some text about why it's good to work with the Subversion
  source (no need to tell them the same thing, once for each Subversion
  client)
- Make it obvious that the user has a choice of Subversion clients
- Fix the URL to TortoiseSVN

svn path=/trunk/; revision=46016

11 years agoPrint an explanatory message when asked to build a PDF but FOP is not installed.
Jeff Morriss [Mon, 12 Nov 2012 22:55:02 +0000 (22:55 -0000)]
Print an explanatory message when asked to build a PDF but FOP is not installed.

svn path=/trunk/; revision=46015

11 years agoFix implicit declaration of function 'register_ber_oid_dissector' compilation error
Pascal Quantin [Mon, 12 Nov 2012 22:36:09 +0000 (22:36 -0000)]
Fix implicit declaration of function 'register_ber_oid_dissector' compilation error

svn path=/trunk/; revision=46014

11 years agoAdded attributes from RFC 2798.
Stig Bjørlykke [Mon, 12 Nov 2012 22:00:53 +0000 (22:00 -0000)]
Added attributes from RFC 2798.

svn path=/trunk/; revision=46013

11 years agoFix detection of H-RNTI when it is given after the DL-TransportChannelType configurat...
Pascal Quantin [Mon, 12 Nov 2012 21:39:14 +0000 (21:39 -0000)]
Fix detection of H-RNTI when it is given after the DL-TransportChannelType configuration (typically in case of handoverToUTRANCommand)

svn path=/trunk/; revision=46012

11 years agoFix an invalid usage of extended value strings and a few errors found by fix-encoding...
Pascal Quantin [Mon, 12 Nov 2012 14:53:46 +0000 (14:53 -0000)]
Fix an invalid usage of extended value strings and a few errors found by fix-encoding-args.pl

svn path=/trunk/; revision=46010

11 years agoFixed some typos
Stig Bjørlykke [Mon, 12 Nov 2012 14:09:51 +0000 (14:09 -0000)]
Fixed some typos

svn path=/trunk/; revision=46009

11 years agoUpdate ACP133 to edition D.
Stig Bjørlykke [Mon, 12 Nov 2012 13:45:24 +0000 (13:45 -0000)]
Update ACP133 to edition D.

svn path=/trunk/; revision=46008

11 years agoInitialise a variable and try to make the OSX-10.6-x64 buildbot happy.
Martin Mathieson [Mon, 12 Nov 2012 04:13:13 +0000 (04:13 -0000)]
Initialise a variable and try to make the OSX-10.6-x64 buildbot happy.

svn path=/trunk/; revision=46007

11 years agoShow SACK information in TCP graphs. Also add a generated field for the
Martin Mathieson [Mon, 12 Nov 2012 03:55:46 +0000 (03:55 -0000)]
Show SACK information in TCP graphs.  Also add a generated field for the
number of SACK ranges found in the SACK option.

This involved extending the IP options framework to include an extra
void* data field, which in the case of TCP is filled in with the tap
struct - other users currently pass NULL.

I first implemented the graph to sort the SACK ranges and show (in red)
the unacknowledged regions between them, but this became confusing where
the number of ranges is limited by TCP padding bytes. i.e. you can't
tell how many SACKs could have been encoded, so some of the gaps between
ranges may already have been received.

svn path=/trunk/; revision=46006

11 years agoFrom Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 :
Pascal Quantin [Sun, 11 Nov 2012 23:17:09 +0000 (23:17 -0000)]
From Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 :
Fix dissection of Server Name Indication extension in SSL/TLS traffic

From me:
Fix a few errors found by checkhf.pl and fix-encoding-args.pl

svn path=/trunk/; revision=46005

11 years agoFix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
Evan Huus [Sun, 11 Nov 2012 20:54:12 +0000 (20:54 -0000)]
Fix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665

Catch exceptions thrown while registering the dynamically generated tpncp
fields, and take that as a hint that the .dat file is corrupt.

svn path=/trunk/; revision=46004

11 years agoFix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
Evan Huus [Sun, 11 Nov 2012 20:29:06 +0000 (20:29 -0000)]
Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665

Make sure the array of names is always null-terminated, even if we have
enough names to fill the entire thing. Also use a gboolean instead of a
gint for one variable.

svn path=/trunk/; revision=46003

11 years agoFix compilation error (set but unused variable) and allow TCP graphs to be
Evan Huus [Sun, 11 Nov 2012 19:16:06 +0000 (19:16 -0000)]
Fix compilation error (set but unused variable) and allow TCP graphs to be
launched from the Conversation List -> TCP (IPv4 & IPv6) window as well, since
that looked like the intention of the unused variable.

svn path=/trunk/; revision=46002

11 years agoAllow TCP graphs to be launched from the conversation table window.
Martin Mathieson [Sun, 11 Nov 2012 18:32:47 +0000 (18:32 -0000)]
Allow TCP graphs to be launched from the conversation table window.

svn path=/trunk/; revision=46001

11 years agoCall frame_data_cleanup() before freeing frame_data structures in
Evan Huus [Sun, 11 Nov 2012 16:43:33 +0000 (16:43 -0000)]
Call frame_data_cleanup() before freeing frame_data structures in
free_frame_data_sequence(). Prevents part of the leak identified in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7885

svn path=/trunk/; revision=46000

11 years ago[Automatic manuf, services and enterprise-numbers update for 2012-11-11]
Gerald Combs [Sun, 11 Nov 2012 15:03:48 +0000 (15:03 -0000)]
[Automatic manuf, services and enterprise-numbers update for 2012-11-11]

svn path=/trunk/; revision=45997

11 years agoDissect more DTM related messages
Pascal Quantin [Sun, 11 Nov 2012 10:52:35 +0000 (10:52 -0000)]
Dissect more DTM related messages

svn path=/trunk/; revision=45996

11 years agoAdd another DL error code.
Martin Mathieson [Sat, 10 Nov 2012 23:23:25 +0000 (23:23 -0000)]
Add another DL error code.

svn path=/trunk/; revision=45995

11 years agoAvoid redeclaring/hiding a couple of file-static variables.
Martin Mathieson [Sat, 10 Nov 2012 22:21:21 +0000 (22:21 -0000)]
Avoid redeclaring/hiding a couple of file-static variables.

svn path=/trunk/; revision=45994

11 years agoFrom Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7966 :
Pascal Quantin [Sat, 10 Nov 2012 21:46:06 +0000 (21:46 -0000)]
From Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7966 :
[DHCPv4] Fix bad decoding on option 119 with more than 3 fqdn

svn path=/trunk/; revision=45993

11 years agoFix 'value computed is not used' error
Pascal Quantin [Sat, 10 Nov 2012 20:59:38 +0000 (20:59 -0000)]
Fix 'value computed is not used' error

svn path=/trunk/; revision=45992

11 years agoFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7809 :
Pascal Quantin [Sat, 10 Nov 2012 20:38:19 +0000 (20:38 -0000)]
From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7809 :
Fix logically dead code found by Coverity and a Visual Studio compiler warning

svn path=/trunk/; revision=45991

11 years agoFix a few Clang dead assignment / increment warnings
Pascal Quantin [Sat, 10 Nov 2012 20:31:08 +0000 (20:31 -0000)]
Fix a few Clang dead assignment / increment warnings

svn path=/trunk/; revision=45990

11 years agoMore wmem documentation.
Evan Huus [Sat, 10 Nov 2012 14:43:27 +0000 (14:43 -0000)]
More wmem documentation.

svn path=/trunk/; revision=45989

11 years agoFrom Jérôme LAFORGE:
Jaap Keuter [Sat, 10 Nov 2012 14:00:30 +0000 (14:00 -0000)]
From Jérôme LAFORGE:
Patch that checks the length of OPTION_RECONF_ACCEPT (20).
As defined by RFC3315, its length has to be 0.

svn path=/trunk/; revision=45988

11 years agoDo not display IE length twice
Pascal Quantin [Sat, 10 Nov 2012 08:50:20 +0000 (08:50 -0000)]
Do not display IE length twice

svn path=/trunk/; revision=45987

11 years agoUse a subtree for message containers
Pascal Quantin [Fri, 9 Nov 2012 22:04:14 +0000 (22:04 -0000)]
Use a subtree for message containers

svn path=/trunk/; revision=45986

11 years agoAdd DCD-Information AVP.
Anders Broman [Fri, 9 Nov 2012 15:56:35 +0000 (15:56 -0000)]
Add DCD-Information AVP.

svn path=/trunk/; revision=45985

11 years agoAppend TEI to info field.
Anders Broman [Fri, 9 Nov 2012 15:11:45 +0000 (15:11 -0000)]
Append TEI to info field.

svn path=/trunk/; revision=45984

11 years agoWrong bytes highligted for R bit, fix display while at it.
Anders Broman [Fri, 9 Nov 2012 12:47:20 +0000 (12:47 -0000)]
Wrong bytes highligted for R bit, fix display while at it.

svn path=/trunk/; revision=45983

11 years agoGSM classmark3 8-PSK decode error
Anders Broman [Fri, 9 Nov 2012 08:58:42 +0000 (08:58 -0000)]
GSM classmark3 8-PSK decode error

proto_tree_add_bits_item() can't be called with a length value of -1.
Calculate the value, fixes BUG:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7964

#BACKOPRT

svn path=/trunk/; revision=45980

11 years agoAdd -n option to valgrind script that runs with -v instead of a pcap file.
Evan Huus [Fri, 9 Nov 2012 02:10:48 +0000 (02:10 -0000)]
Add -n option to valgrind script that runs with -v instead of a pcap file.

Useful for find issues and leaks in non-dissection related code when you
don't have a capture file handy.

svn path=/trunk/; revision=45979

11 years agoUpdate wmem README to reflect the fact that wmem_file_scope() now works.
Evan Huus [Fri, 9 Nov 2012 00:10:21 +0000 (00:10 -0000)]
Update wmem README to reflect the fact that wmem_file_scope() now works.

svn path=/trunk/; revision=45978

11 years agoEnter and leave wmem's file scope appropriately.
Evan Huus [Fri, 9 Nov 2012 00:08:27 +0000 (00:08 -0000)]
Enter and leave wmem's file scope appropriately.

svn path=/trunk/; revision=45977

11 years agoUse const in wmem where possible.
Evan Huus [Thu, 8 Nov 2012 23:18:26 +0000 (23:18 -0000)]
Use const in wmem where possible.

svn path=/trunk/; revision=45976

11 years agoeditcap does not support the -H and -W options, remove the description of
Jeff Morriss [Thu, 8 Nov 2012 23:13:58 +0000 (23:13 -0000)]
editcap does not support the -H and -W options, remove the description of
those options (which had been cut-n-paste from the tshark man page).

For editcap to support these options it would either need to be linked
against libwireshark or the address resolution stuff would need to be moved
from libwireshark to, for example, libwsutil.

svn path=/trunk/; revision=45975

11 years agoRemove (ancient) CVS log. Fix up indentation and remove trailing white space.
Jeff Morriss [Thu, 8 Nov 2012 20:20:42 +0000 (20:20 -0000)]
Remove (ancient) CVS log.  Fix up indentation and remove trailing white space.

svn path=/trunk/; revision=45974

11 years agoAdd Verizon Wireless as a vendor.
Anders Broman [Thu, 8 Nov 2012 15:17:43 +0000 (15:17 -0000)]
Add Verizon Wireless as a vendor.

svn path=/trunk/; revision=45973

11 years agoRemove one more instance of destroy/create cr.
Anders Broman [Thu, 8 Nov 2012 13:42:34 +0000 (13:42 -0000)]
Remove one more instance of destroy/create cr.

svn path=/trunk/; revision=45972

11 years agoCreate cr once per axis when drawing x,y axels.
Anders Broman [Thu, 8 Nov 2012 13:18:23 +0000 (13:18 -0000)]
Create cr once per axis when drawing x,y axels.

svn path=/trunk/; revision=45971

11 years agogdk_cairo_set_source_color() needs to be set inside the loop.
Anders Broman [Thu, 8 Nov 2012 13:10:07 +0000 (13:10 -0000)]
gdk_cairo_set_source_color() needs to be set inside the loop.

svn path=/trunk/; revision=45970

11 years agoCreate cr once when drawing the graphs
Anders Broman [Thu, 8 Nov 2012 12:52:08 +0000 (12:52 -0000)]
Create cr once when drawing the graphs

svn path=/trunk/; revision=45969

11 years agoReindent section.
Anders Broman [Thu, 8 Nov 2012 12:37:42 +0000 (12:37 -0000)]
Reindent section.

svn path=/trunk/; revision=45968

11 years agoMake the button box the last row in gtk3 too.
Anders Broman [Thu, 8 Nov 2012 12:30:17 +0000 (12:30 -0000)]
Make the button box the last row in gtk3 too.

svn path=/trunk/; revision=45967

11 years agoUpdate 3GPP AVP:s from 3GPP TS 32.299 version 10.7.0
Anders Broman [Thu, 8 Nov 2012 09:39:50 +0000 (09:39 -0000)]
Update 3GPP AVP:s from 3GPP TS 32.299 version 10.7.0

svn path=/trunk/; revision=45966

11 years agoOnly append oid name to parent item once when having RDN as a attribute.
Stig Bjørlykke [Thu, 8 Nov 2012 08:42:45 +0000 (08:42 -0000)]
Only append oid name to parent item once when having RDN as a attribute.

svn path=/trunk/; revision=45965

11 years agoFrom Tomasz Mon
Martin Kaiser [Wed, 7 Nov 2012 22:17:10 +0000 (22:17 -0000)]
From Tomasz Mon

handle USB string type descriptors with odd bLength
dissect them by omitting the last byte and report the illegal length

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7959

svn path=/trunk/; revision=45964

11 years agoFrom Jérôme LAFORGE:
Jaap Keuter [Wed, 7 Nov 2012 21:54:32 +0000 (21:54 -0000)]
From Jérôme LAFORGE:
Please find this patch that adds option 117 (RFC 2937).

svn path=/trunk/; revision=45963

11 years agoFix for bug 7757:
Jaap Keuter [Wed, 7 Nov 2012 21:10:21 +0000 (21:10 -0000)]
Fix for bug 7757:
When subtype is unknown show whole subtype contents as bytes.

svn path=/trunk/; revision=45962

11 years agoGet rid of an GTK warning about illegal cast.
Anders Broman [Wed, 7 Nov 2012 16:42:48 +0000 (16:42 -0000)]
Get rid of an GTK warning about illegal cast.

svn path=/trunk/; revision=45961

11 years agoGet rid of a non ASCII char.
Anders Broman [Wed, 7 Nov 2012 15:04:28 +0000 (15:04 -0000)]
Get rid of a non ASCII char.

svn path=/trunk/; revision=45960

11 years agoFrom Wim Leflere:
Anders Broman [Wed, 7 Nov 2012 14:02:15 +0000 (14:02 -0000)]
From Wim Leflere:
Updated the APS dissection and improved the dissection information.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7962

svn path=/trunk/; revision=45959

11 years agoFix for
Jörg Mayer [Wed, 7 Nov 2012 12:46:59 +0000 (12:46 -0000)]
Fix for
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7963

RSN IEs were required to have length 20, but I have an AP that works
with RSNs of length 18. Reduce the required length to 18.

svn path=/trunk/; revision=45958

11 years agoAvoid accessing a no more valid tvbuff
Pascal Quantin [Wed, 7 Nov 2012 00:00:57 +0000 (00:00 -0000)]
Avoid accessing a no more valid tvbuff

svn path=/trunk/; revision=45957

11 years agoAdd a comment about improving performance.
Gerald Combs [Tue, 6 Nov 2012 23:49:26 +0000 (23:49 -0000)]
Add a comment about improving performance.

svn path=/trunk/; revision=45956

11 years agoConnect a signal+slot only once.
Gerald Combs [Tue, 6 Nov 2012 23:20:07 +0000 (23:20 -0000)]
Connect a signal+slot only once.

svn path=/trunk/; revision=45955

11 years agoFix our offset calculation.
Gerald Combs [Tue, 6 Nov 2012 22:17:06 +0000 (22:17 -0000)]
Fix our offset calculation.

svn path=/trunk/; revision=45954

11 years agoShow the byte view when we select a packet. Update some method and
Gerald Combs [Tue, 6 Nov 2012 21:49:16 +0000 (21:49 -0000)]
Show the byte view when we select a packet. Update some method and
variable names.

svn path=/trunk/; revision=45953

11 years agoAdd expert infos (PI_ERROR) for chunks and parameters that are not padded to
Jeff Morriss [Tue, 6 Nov 2012 21:00:40 +0000 (21:00 -0000)]
Add expert infos (PI_ERROR) for chunks and parameters that are not padded to
a multiple of 4 bytes.

Move an existing expert info outside if(tree).

svn path=/trunk/; revision=45952

11 years agoAdd ETHERTYPE_ATMOE
Anders Broman [Tue, 6 Nov 2012 19:56:37 +0000 (19:56 -0000)]
Add ETHERTYPE_ATMOE

svn path=/trunk/; revision=45951

11 years agoFix dissection of NAS security parameters to/from E-UTRA
Pascal Quantin [Tue, 6 Nov 2012 19:33:27 +0000 (19:33 -0000)]
Fix dissection of NAS security parameters to/from E-UTRA

svn path=/trunk/; revision=45950

11 years agoFix small memleak: always free fds in free_frame_data_sequence()
Jakub Zawadzki [Tue, 6 Nov 2012 15:07:21 +0000 (15:07 -0000)]
Fix small memleak: always free fds in free_frame_data_sequence()

svn path=/trunk/; revision=45949

11 years agoWhen comparing fvalue_t we don't modify them, make arguments const.
Jakub Zawadzki [Tue, 6 Nov 2012 13:28:59 +0000 (13:28 -0000)]
When comparing fvalue_t we don't modify them, make arguments const.

svn path=/trunk/; revision=45948

11 years agoTry to make the decode as window look a bit nicer.
Anders Broman [Tue, 6 Nov 2012 12:23:46 +0000 (12:23 -0000)]
Try to make the decode as window look a bit nicer.

svn path=/trunk/; revision=45947

11 years agoDissect lat. long and Uncertainty-Code.
Anders Broman [Tue, 6 Nov 2012 09:22:29 +0000 (09:22 -0000)]
Dissect lat. long and Uncertainty-Code.

svn path=/trunk/; revision=45946

11 years agoCorrected a printf format
Stig Bjørlykke [Tue, 6 Nov 2012 08:43:10 +0000 (08:43 -0000)]
Corrected a printf format

svn path=/trunk/; revision=45945

11 years agoCorrected a (guint32) cast
Stig Bjørlykke [Tue, 6 Nov 2012 08:42:48 +0000 (08:42 -0000)]
Corrected a (guint32) cast

svn path=/trunk/; revision=45944

11 years agoRemoved double parentheses in a while
Stig Bjørlykke [Tue, 6 Nov 2012 08:40:40 +0000 (08:40 -0000)]
Removed double parentheses in a while

svn path=/trunk/; revision=45943

11 years agoSet our font each time we fill in the tree instead of just once at
Gerald Combs [Tue, 6 Nov 2012 00:45:41 +0000 (00:45 -0000)]
Set our font each time we fill in the tree instead of just once at
construction time. This fixes behavior broken by the recent startup
changes and should help us handle preference changes.

svn path=/trunk/; revision=45942

11 years agoCheck for a remote connection and change our update frequency accordingly,
Gerald Combs [Mon, 5 Nov 2012 22:43:15 +0000 (22:43 -0000)]
Check for a remote connection and change our update frequency accordingly,
similar to the GTK version.

svn path=/trunk/; revision=45941

11 years agoRemove set-but-not-used variable. Clean up white space (mostly 4-space tabs).
Jeff Morriss [Mon, 5 Nov 2012 22:40:14 +0000 (22:40 -0000)]
Remove set-but-not-used variable.  Clean up white space (mostly 4-space tabs).

svn path=/trunk/; revision=45940

11 years agoFix a variable name.
Gerald Combs [Mon, 5 Nov 2012 22:25:06 +0000 (22:25 -0000)]
Fix a variable name.

svn path=/trunk/; revision=45939

11 years agoRetain readability.
Gerald Combs [Mon, 5 Nov 2012 21:34:07 +0000 (21:34 -0000)]
Retain readability.

svn path=/trunk/; revision=45938

11 years agoHide all of the messages until startup.
Gerald Combs [Mon, 5 Nov 2012 20:15:21 +0000 (20:15 -0000)]
Hide all of the messages until startup.

svn path=/trunk/; revision=45937

11 years agoDon't say we're ready until we're ready. Update some variable names.
Gerald Combs [Mon, 5 Nov 2012 20:13:06 +0000 (20:13 -0000)]
Don't say we're ready until we're ready. Update some variable names.

svn path=/trunk/; revision=45936

11 years agoEnable the splash screen blur on OSes other than OS X.
Gerald Combs [Mon, 5 Nov 2012 19:58:06 +0000 (19:58 -0000)]
Enable the splash screen blur on OSes other than OS X.

svn path=/trunk/; revision=45935

11 years agoHave InterfaceTree wait until the application is initialized to start
Gerald Combs [Mon, 5 Nov 2012 19:11:11 +0000 (19:11 -0000)]
Have InterfaceTree wait until the application is initialized to start
gathering statistics. This fixes behavior broken by the recent startup
changes.

Enable and disable the SplashOverlay delay via a #define.

svn path=/trunk/; revision=45934

11 years agoComment out an include.
Gerald Combs [Mon, 5 Nov 2012 16:36:34 +0000 (16:36 -0000)]
Comment out an include.

svn path=/trunk/; revision=45933

11 years agoDissect the positioning data.
Anders Broman [Mon, 5 Nov 2012 16:28:53 +0000 (16:28 -0000)]
Dissect the positioning data.

svn path=/trunk/; revision=45932