On 10/30/14 02:07, John Sullivan wrote:
On Wednesday, October 29, 2014, 6:42:00 PM, Jeff Morriss wrote:
On 10/28/14 11:12, ?? wrote:
Hi ,
If the server does not support 'Window Scale' option, even the
client send one packet with WS=256, I thought the real window size
should be consider s
Hi Anders,
2014-10-30 17:49 GMT+01:00 Anders Broman :
> Hi,
>
> How to update the symbols file?
The output of the dpkg-gensymbols command includes the patch which
should be applied,
Whenever a new symbol is exported/removed the symbols file must be updated.
This reminds us to keep the API stable
Hi,
How to update the symbols file?
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see
diff output below
dpkg-gensymbols: warning: debian/libwireshark0/DEBIAN/symbols doesn't match
completely debian/libwireshark0.symbols
--- debian/libwireshark0.symbols (libwireshark0_1
General change. I will upload it this weekend.
Simple changelog:
- simplify adding new translations (remove switches/enums etc.)
- dynamic change of UI language (no restart needed)
- add suppotrt for system/user translation directories
- fix some texts that are translated in *.ts/*.qm but not used
On Tue, Oct 28, 2014 at 10:08 AM, Michal Labedzki
wrote:
> Hello,
>
>
> FYI, I am working on improvements on translation feature in Qt Ui. If
> you see some untranslated texts that you already translated, it will
> be fixed next/this week.
Hi Michal,
What change you have planned ? (there is a iss
On Wed, Oct 29, 2014 at 12:23 PM, Matt wrote:
> For posterity, here is how I've done it:
> conv = (conversation_t*)g_hash_table_find(
> get_conversation_hashtable_exact(), check_mptcp_token, (gpointer)&token);
>
> I am now looking for a way to debug. printf seems the way(and not
> g_log/Q_INFO ?)