ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits, April 2014

April 01, 2014
03:45 [Wireshark-commits] master a72dc7a: Fix expert_...() calls to not be under 'if (tree)'; Do other minor changes; Wireshark code review
03:46 [Wireshark-commits] master a8e9637: Fix two bugs and do misc other minor changes; Wireshark code review
04:30 [Wireshark-commits] master 249daa6: Copy randpkt.exe & randpkt.pdb to install directory during windows build. Wireshark code review
05:59 [Wireshark-commits] master dc4c26c: Update encap_table_base. Wireshark code review
06:04 [Wireshark-commits] master 97cddf5: Fix proto.c to pass checkAPIs script Wireshark code review
06:06 [Wireshark-commits] master e7b3eff: Fix tshark.c to pass checkAPIs script Wireshark code review
06:09 [Wireshark-commits] master 914cbc2: Fix checkApis perl script false positive proto_tree_add with ENC_* Wireshark code review
08:06 [Wireshark-commits] master 2284f0b: For now use UTF-8 for all strings for performance reasons. Wireshark code review
13:05 [Wireshark-commits] master 8c5e9fc: Fixed display of IIN during reads and writes of IIN object. Added (hidden) dnp3.addr field set by both source and destination dnp3 addresses to allow easier filtering. Wireshark code review
15:41 [Wireshark-commits] master 01b6526: Inlining some tvb function gives a 6% performance gain according to valgrind. Wireshark code review
15:42 [Wireshark-commits] master 0b5f26b: fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit Wireshark code review
15:44 [Wireshark-commits] master 47d2967: replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ macros; replace tabs with 2 whitespace indentations Wireshark code review
16:52 [Wireshark-commits] master-1.10 4c98b3e: fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit Wireshark code review
17:03 [Wireshark-commits] master fc48f57: Add a dissector for Apple's PKTAP headers. Wireshark code review
17:50 [Wireshark-commits] master-1.10 f05aba5: replace comparing sequence numbers of TCP segments with wrap-friendly XX_SEQ macros; replace tabs with 2 whitespace indentations Wireshark code review
21:26 [Wireshark-commits] master 577f16a: use tvb_find_guint8() to find the 0 termination in a text chunk keyword and text are latin1 strings Wireshark code review
April 02, 2014
00:44 [Wireshark-commits] master 7f6a1ce: packet-pdc.c: Add asterix protocol layer to base tree (not to PDC tree). Wireshark code review
08:14 [Wireshark-commits] master 761464f: Fix InfiniBand dissector. Bug 9719 Wireshark code review
08:48 [Wireshark-commits] master 781a41a: From Martin Mathieson: Show the message type name in option 53, as well as in the bootp protocol root. Wireshark code review
08:49 [Wireshark-commits] master-1.10 dbc0556: Fix InfiniBand dissector. Bug 9719 Wireshark code review
08:57 [Wireshark-commits] master 255eca0: Revert Remove check and inverse code to display a error if there is a $Id$ Wireshark code review
09:37 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
11:33 [Wireshark-commits] master 8570f17: Fix packet-bootp.c:5368:18: error: 'ti' may be used uninitialized in this function Wireshark code review
14:05 [Wireshark-commits] master 5838881: Have Infiniband dissector show payload. Bug 9929. Wireshark code review
15:53 [Wireshark-commits] master 9410882: Add a cople of missing pcap.extension IE:s Wireshark code review
17:14 [Wireshark-commits] master b238cd1: Scrap wmem splay trees for now. Wireshark code review
19:24 [Wireshark-commits] master eee21a6: redefine proto_tree_add_float_format_value() if we're using the new proto tree api, similar to other proto_tree_add_...() functions Wireshark code review
19:24 [Wireshark-commits] master b8b68f7: dissect the chrm chunk Wireshark code review
19:33 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
19:37 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
19:44 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
19:53 [Wireshark-commits] master 29519c4: Remove extra parenthesis in EQ_SEQ. Wireshark code review
20:57 [Wireshark-commits] master 50a5598: dissect gama chunk Wireshark code review
23:09 [Wireshark-commits] master 0a49935: Add a backporting chapter. Wireshark code review
April 03, 2014
01:44 [Wireshark-commits] master 0d6f511: Add PKTAP to release notes Wireshark code review
03:05 [Wireshark-commits] master 9bd0932: For single-precision calculations, use single-precision constants. Wireshark code review
03:19 [Wireshark-commits] master e982992: For single-precision calculations, use single-precision constants. Wireshark code review
04:08 [Wireshark-commits] master 84bc050: In the string handling routines don't call tvb_get_...() inside the loops insted get the ptr and read directly avoiding the overhead of calling fast_ensure_contiguous() repeatibly. Wireshark code review
04:08 [Wireshark-commits] master 67cc462: Don't use external function internaly to avoid multiple checks. tvb_captured_length() -> tvb->length tvb_captured_length_remaining(tvb, offset) -> (Inline) _tvb_captured_length_remaining() tvb_get_ptr() -> ensure_contiguous() Wireshark code review
04:09 [Wireshark-commits] master-1.10 687f8c1: Have Infiniband dissector show payload. Bug 9929. Wireshark code review
04:20 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
04:21 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
04:23 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
04:26 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
04:31 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
04:33 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
04:39 [Wireshark-commits] master df80f31: Fix a typo Wireshark code review
04:40 [Wireshark-commits] master 04c05a2: Fix Bug 9920 Buildbot crash due to SDP/RTP mismatch Wireshark code review
06:45 [Wireshark-commits] master 618c27b: Add a capture_pktap() routine and use it. Wireshark code review
06:55 [Wireshark-commits] master a5a692c: Handle DLT_USER2 as PKTAP, to handle Mavericks. Wireshark code review
07:01 [Wireshark-commits] master 4daf6f3: Make payload type arguments guint rather than guint8. Wireshark code review
11:57 [Wireshark-commits] master 5e4769d: Use ENC_UTF_8 for strings, it's faster and *should* be OK. Wireshark code review
12:55 [Wireshark-commits] master dc84709: please checkAPI Wireshark code review
15:32 [Wireshark-commits] master c0b0a11: (Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indentation in packet-sip.c Wireshark code review
15:33 [Wireshark-commits] master a45602c: Create/use an extended value-string; Do other minor changes; Wireshark code review
15:44 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
15:44 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
15:44 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
15:48 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
15:52 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
15:57 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
16:36 [Wireshark-commits] master e662353: Remove garbage character inadvertantly introduced in the previous commit. Wireshark code review
20:50 [Wireshark-commits] master 23d7d2c: Add a preference to enable loading of the database. Effectivly dissabling the dissector. Defaulted to FALSE e.g dissebling the dissector. The usage of this dissector is limited and most people don't use it so it might as well be dissabled by default. See Bug 9569 for a discussion on the subject. Wireshark code review
21:12 [Wireshark-commits] master df52f81: fix a typo Wireshark code review
April 04, 2014
00:11 [Wireshark-commits] master 5bb64c0: Strengthen the Diameter heuristics to avoid trying to reassemble enormous messages. Wireshark code review
02:27 [Wireshark-commits] master c5e29ac: Clean up some strings - "UTF8" to "UTF-8", etc.. Wireshark code review
03:04 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
03:14 [Wireshark-commits] master 38b1be9: Fix more verbs, and fix one field long name that matches its blurb now. Wireshark code review
04:09 [Wireshark-commits] master e2ded09: Don't do TSN analysis on data chunks embedded in PKTDROP chunks; set in_error_pkt too. Wireshark code review
07:22 [Wireshark-commits] master 8db838e: Fix indent and add modelines Wireshark code review
07:22 [Wireshark-commits] master 131bba8: Remember to destroy the pinfo pool cache Wireshark code review
07:25 [Wireshark-commits] master 1966775: Remove $Id$ in wslua Wireshark code review
14:37 [Wireshark-commits] master b40b655: Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8 Wireshark code review
14:44 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
14:45 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
14:46 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
14:46 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
14:49 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
14:50 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
14:57 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
15:56 [Wireshark-commits] master b346050: Get it compiling again. Wireshark code review
23:03 [Wireshark-commits] master b6a5f89: Expose dissect_spotlight as its own dissector. Needed for DCE/RPC MDSSVC Wireshark code review
23:04 [Wireshark-commits] master 9fa48e3: New DCE/RPC MDSSVC dissector. Bug 9950 Wireshark code review
April 05, 2014
02:21 [Wireshark-commits] master f415e23: Decoder for category 021 added to ASTERIX dissector. Bug 9953. Wireshark code review
12:03 [Wireshark-commits] master bc40848: Rework debug_print_hash logic so that it's supported by older versions of perl. Wireshark code review
14:47 [Wireshark-commits] buildbot failure in Wireshark 1.10 on Fuzz-Test buildbot-no-reply
18:18 [Wireshark-commits] master 293b5ea: Get it compiling again: packet-asterix.c has unused const variable. Wireshark code review
21:33 [Wireshark-commits] wireshark-win32-libs rev 438: / /trunk/packages/: lua-5.2.1_Win32_dll10_lib.zip lua-5.2.1_Win32_dllw4_lib.zip lua-5.2.3_Win32_dllw4_lib.zip /trunk/: README.txt pascal
21:34 [Wireshark-commits] wireshark-win64-libs rev 392: / /trunk/packages/: lua-5.2.1_Win64_dll10_lib.zip lua-5.2.1_Win64_dllw4_lib.zip lua-5.2.3_Win64_dllw4_lib.zip /trunk/: README.txt pascal
22:14 [Wireshark-commits] wireshark-win32-libs rev 439: /tags/2014-04-05/ /tags/2014-04-05/: README.txt README.txt /tags/2014-04-05/packages/: lua-5.2.1_Win32_dll10_lib.zip lua-5.2.1_Win32_dllw4_lib.zip ... pascal
22:26 [Wireshark-commits] wireshark-win64-libs rev 393: /tags/2014-04-05/ /tags/2014-04-05/: README.txt README.txt /tags/2014-04-05/packages/: lua-5.2.1_Win64_dll10_lib.zip lua-5.2.1_Win64_dllw4_lib.zip ... pascal
22:31 [Wireshark-commits] master d6fa458: ssl-utils: add support for tls cipher suites from draft-mcgrew-tls-aes-ccm-ecc-08 Wireshark code review
22:41 [Wireshark-commits] master 590fcbc: Upgrade Windows builds to Lua 5.2.3 Wireshark code review
23:19 [Wireshark-commits] master 0af279a: ssl-utils: add detection of Supplemental Data Wireshark code review
23:29 [Wireshark-commits] master bf190f2: ssl-utils: add named brainpool ecc curves Wireshark code review
23:40 [Wireshark-commits] master b903789: ssl-utils: add constants defined for draft-ietf-tls-oob-pubkey-11 Wireshark code review
23:50 [Wireshark-commits] master 6ee4dde: ssl-utils: add signed_certificate_timestamp tls hello extension Wireshark code review
April 06, 2014
00:00 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
00:33 [Wireshark-commits] master 941bd01: Added support for BSS header in ED-137A RTP header Wireshark code review
01:31 [Wireshark-commits] master fdeed48: Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all dissectors Wireshark code review
02:08 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
02:11 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
02:32 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
10:15 [Wireshark-commits] master a90dfcb: Bugfix for ASTERIX category 021. Wireshark code review
10:18 [Wireshark-commits] master 828bb24: Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120 Wireshark code review
10:32 [Wireshark-commits] master 16f2aad: Bugfix AFP dissection within MDSSRV. Part of bug 9950. Wireshark code review
11:04 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
11:06 [Wireshark-commits] master 4a00ef2: make sure that we always finalize the composite setup_tvb Wireshark code review
15:11 [Wireshark-commits] master b40cb1a: Apply found fix-encoding-args.pl errors in the dissector directory. Wireshark code review
17:16 [Wireshark-commits] master 01f1ed8: remove unnecessary NULL checks Wireshark code review
17:18 [Wireshark-commits] master-1.8 8a59bb5: [Automatic manuf, services and enterprise-numbers update for 2014-04-06] Wireshark code review
17:18 [Wireshark-commits] master 5647301: [Automatic manuf, services and enterprise-numbers update for 2014-04-06] Wireshark code review
17:20 [Wireshark-commits] master-1.10 f91d6a2: [Automatic manuf, services and enterprise-numbers update for 2014-04-06] Wireshark code review
17:21 [Wireshark-commits] master e60ed4f: IANA assigned port number 6653 to OpenFlow. However, applications (e.g. opendaylight, nox, openvswitch, etc) still use legacy port numbers. The most common are 6633 and 6634. This patch adds a simple heuristic logic and uses the current uint preference as additional input. In most cases no user intervention is needed and OpenFlow is automatically detected/dissected. Wireshark code review
17:34 [Wireshark-commits] master 6328f6e: Add a couple more in_error_pkt checks. Wireshark code review
17:51 [Wireshark-commits] master 85aa071: Get it compiling again: WindowsXP build failing Wireshark code review
17:56 [Wireshark-commits] master 5a67479: Fix indent (use 2 spaces) and add modelinse info for frame_data.h Wireshark code review
19:13 [Wireshark-commits] master 70ad7d8: Move the status dissecting code to the AFP dissector. Wireshark code review
19:42 [Wireshark-commits] wireshark-win32-libs rev 440: / /trunk/packages/: lua-5.2.3_Win32_dll10_lib.zip lua-5.2.3_Win32_dllw4_lib.zip /trunk/: README.txt pascal
19:46 [Wireshark-commits] wireshark-win64-libs rev 394: / /trunk/packages/: lua-5.2.3_Win64_dll10_lib.zip lua-5.2.3_Win64_dllw4_lib.zip /trunk/: README.txt pascal
20:45 [Wireshark-commits] wireshark-win64-libs rev 395: /tags/2014-04-06/ pascal
21:09 [Wireshark-commits] wireshark-win32-libs rev 441: /tags/2014-04-06/ pascal
21:22 [Wireshark-commits] master 4eaec3c: Get rid of an extra blank line. Wireshark code review
21:25 [Wireshark-commits] master f06cdf3: Tweak ZigBee GreenPower heuristic to more closely match ZigBee NWK heuristic. Bug 9956 Wireshark code review
April 07, 2014
04:09 [Wireshark-commits] master 58a6487: Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres function Wireshark code review
04:12 [Wireshark-commits] master 26dcdbb: Tweak the Diameter heuristics a bit more. Wireshark code review
04:22 [Wireshark-commits] master e32b381: Fix Bug 9958: 'SDP displays double spaces between payload formats as a 0 payload format' Wireshark code review
05:54 [Wireshark-commits] master cc3c05e: Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW gcc 4.3 Wireshark code review
10:58 [Wireshark-commits] buildbot failure in Wireshark 1.10 on Fuzz-Test buildbot-no-reply
20:56 [Wireshark-commits] master a5cb72f: Add a Qt I/O Graph dialog. Wireshark code review
22:46 [Wireshark-commits] master 26f46d4: Handle string types with somewhat appropriate encodings. Wireshark code review
23:07 [Wireshark-commits] master 172f5cd: Sort the values in value_strings that we'll treat as extended. Wireshark code review
23:14 [Wireshark-commits] master 2b5fc4e: The encoding of a string is *not* part of its type. Wireshark code review
23:24 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
23:42 [Wireshark-commits] master 8c7fae2: Absolute and relative OIDs have different FT_ values. Wireshark code review
23:46 [Wireshark-commits] master 2f4ca9c: Initial checkin of LBM aka 29West dissectors. See Bug 9718. Wireshark code review
23:51 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
April 08, 2014
00:38 [Wireshark-commits] master e1ce405: ASTERIX - added dissector for category 023. Wireshark code review
00:46 [Wireshark-commits] master 75dcbc4: Make sure packet-lbttcp.h ends up in the release tarball. Wireshark code review
01:52 [Wireshark-commits] master 872dd70: Don't pretend that sizeof(guintN) will give us more robust values. Wireshark code review
08:15 [Wireshark-commits] master abbdcd8: Fix warning found by -Wunused-const-variable (Clang 3.5) Wireshark code review
08:23 [Wireshark-commits] master d3df2e5: On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t. Wireshark code review
09:08 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
09:09 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
09:10 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
10:43 [Wireshark-commits] master 1d8cab5: Make filterable OSPF Hello Packet Wireshark code review
10:47 [Wireshark-commits] master 717613e: Fix Hello options Flags * Remove flag I and F (from old draft of draft-ietf-ospf-manet-or) * Add flag AT (Authentication) from RFC6506 (RFC7166) Wireshark code review
11:31 [Wireshark-commits] master 7077aaa: Fixes for Windows build post change 1006 Windows still needs the definition of in_addr_t Wireshark code review
11:34 [Wireshark-commits] master d3b599e: Remove some variant of tfs_set_notset... Wireshark code review
13:36 [Wireshark-commits] master dfd3680: Fix a typo, missing "," Wireshark code review
15:03 [Wireshark-commits] master ab145d20: reformat the nested switch-case part Wireshark code review
15:03 [Wireshark-commits] master 6acb386: remove another two NULL checks Wireshark code review
15:03 [Wireshark-commits] master e140c0a: get rid of tmp_address Wireshark code review
15:03 [Wireshark-commits] master 7952e2a: get rid of src_endpoint, dst_endpoint Wireshark code review
15:04 [Wireshark-commits] master 8d6b20a: move the assignments for is_request, endpoint behind the if statements Wireshark code review
15:04 [Wireshark-commits] master 7a3cd91: reformat the code for bulk, interrupt urbs Wireshark code review
15:13 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
15:15 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
15:15 [Wireshark-commits] master fa4c104: Update to V11.6.0 Wireshark code review
15:17 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
15:24 [Wireshark-commits] buildbot failure in Wireshark (development) on Visual Studio Code Analysis buildbot-no-reply
15:31 [Wireshark-commits] master 946dfdb: Add application/vnd.oma.xdm-apd+xml Wireshark code review
15:59 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
16:09 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
16:11 [Wireshark-commits] master 63f18c4: USB device addresses need to be 16-bit. Wireshark code review
16:14 [Wireshark-commits] master 45f0192: Get rid of some unused functions. Wireshark code review
16:35 [Wireshark-commits] master 3c13e98: Squelch another warning; fix a place assuming 8-bit device IDs. Wireshark code review
17:23 [Wireshark-commits] master 0f0c079: Add commit-msg hook to tools to spare searching for it Wireshark code review
17:58 [Wireshark-commits] master beb4876: Don't assume the data pointed to by an address structure is aligned. Wireshark code review
18:04 [Wireshark-commits] master 7d458fa: Make sure IPv4 address structures really have 4 bytes of data. Wireshark code review
19:20 [Wireshark-commits] master 07ee5de: Get the UDP protocol number from a Wireshark header. Wireshark code review
19:24 [Wireshark-commits] master 84a57cb: The "not DNS" filter used UDP in the description but matched against TCP. DNS runs over both so update the filter to exclude both. Wireshark code review
19:24 [Wireshark-commits] master 834f563: I don't see anything here requiring netinet/in.h, so don't include it. Wireshark code review
19:26 [Wireshark-commits] master 6ae5747: I don't see anything here requiring netinet/in.h, so don't include it. Wireshark code review
19:34 [Wireshark-commits] master-1.8 750cce3: The "not DNS" filter used UDP in the description but matched against TCP. DNS runs over both so update the filter to exclude both. Wireshark code review
19:34 [Wireshark-commits] master-1.10 c93afab: The "not DNS" filter used UDP in the description but matched against TCP. DNS runs over both so update the filter to exclude both. Wireshark code review
April 09, 2014
00:51 [Wireshark-commits] master ed075f2: Fix some C++ warnings about implicit casts. Wireshark code review
00:58 [Wireshark-commits] master d8a647e: OK, that might mean packet-dcerpc-mapi.c now has no warnings. Wireshark code review
01:57 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
02:02 [Wireshark-commits] master 130b94f: Sadly, packet-dcerpc-mapi.c is not yet free of warnings. Wireshark code review
07:53 [Wireshark-commits] master 8d9c45d: Update some Kafka API constants per lastest spec Wireshark code review
07:54 [Wireshark-commits] master 3057e30: Change how WERROR and WERR_UNKNOWN is turned off Wireshark code review
08:00 [Wireshark-commits] master 412c6ca: Make makefile verbosity configurable from CMake Wireshark code review
08:05 [Wireshark-commits] master 7d83a87: Don't use tvb_get_nstringz0(), use tvb_get_string_enc(). Wireshark code review
08:56 [Wireshark-commits] master 3e228c0: setup dissectors don't need bus_id and device_address parameters these values are already part of usb_conv_info Wireshark code review
08:56 [Wireshark-commits] master 9c14703: remove usb_trans_info parameter trans_info is part of the conversation info Wireshark code review
09:45 [Wireshark-commits] master 1c162ff: Clean up the dissection of ServiceContexts. Wireshark code review
12:53 [Wireshark-commits] master dae96ca: Switch back Windows 32 bits build to GTK2 Wireshark code review
14:00 [Wireshark-commits] master a653014: There seems to be some ambigiousy on how to calculate V3 checksums for IPv4. Introduce a preference to use the same metod as for VRRP V2. http://ask.wireshark.org/questions/15291/does-wireshark-uses-a-pseudo-header-for-vrrpv3-ipv4-checksum-calculation Wireshark code review
18:19 [Wireshark-commits] master baa9d10: iTXt chunk name Wireshark code review
21:32 [Wireshark-commits] master 4e8d739: Use tvb_strncaseeql() to check for XML. Wireshark code review
21:37 [Wireshark-commits] master a07dd03: Clean up white space. Wireshark code review
22:35 [Wireshark-commits] master 4990a8e: Added support for MQTT protocol. Bug 9930 Wireshark code review
22:38 [Wireshark-commits] master 800cd7b: Improve dissection of RFC 6607. Bug 9960 Wireshark code review
22:42 [Wireshark-commits] master b3350ed: Update kafka OffsetFetchResponse dissection Wireshark code review
22:59 [Wireshark-commits] master 7fb9e9b: Fix white space. Wireshark code review
April 10, 2014
00:49 [Wireshark-commits] master 7cbc790: Avoid bug 9962 - don't use variables that haven't been set. Wireshark code review
01:06 [Wireshark-commits] master ea7660a: Fix two ett_ variables that weren't getting registered. Wireshark code review
01:30 [Wireshark-commits] master 209b082: Check for zero-length options. Wireshark code review
01:42 [Wireshark-commits] master af6618b: More zero-length checks. Wireshark code review
07:50 [Wireshark-commits] master 98df3ce: Have the checkum preference only affect IPv4 Wireshark code review
08:06 [Wireshark-commits] master 9ed6b19: Add a hint in the protocol tree. Wireshark code review
10:35 [Wireshark-commits] master 28931af: Update to the latest packet format. Wireshark code review
17:10 [Wireshark-commits] master f5b26da: Remove unneeded #include. Wireshark code review
17:34 [Wireshark-commits] master ed1e229: Fix infinite loop. Bug 9970 Wireshark code review
18:00 [Wireshark-commits] master b84ce5c: Comment out a section re SVN usage; svn ==> git in a few cases; Fix some typos. Wireshark code review
21:03 [Wireshark-commits] master b6cbf23: use the CI+ value string for CI+ descriptor tags Wireshark code review
21:04 [Wireshark-commits] master 36a2ba2: display LCNs as decimal number this makes them easier to compare with your TVs channel list Wireshark code review
23:41 [Wireshark-commits] master 725c2b3: Fix called C++ object pointer is null found by Clang Analyzer Wireshark code review
April 11, 2014
01:32 [Wireshark-commits] master 7ac3ed3: Fix unused variable warnings found by clang. Wireshark code review
05:58 [Wireshark-commits] buildbot failure in Wireshark 1.10 on Fuzz-Test buildbot-no-reply
11:22 [Wireshark-commits] master 9ce003a: Added P1 extension 34. Wireshark code review
12:29 [Wireshark-commits] master 3f81af2: Improved TLS/DTLS Heartbeat Message handling. Wireshark code review
13:08 [Wireshark-commits] master 48c05a4: GlusterFS: correctly dissect flags passed with OPEN, CREATE, etc. Wireshark code review
13:47 [Wireshark-commits] master-1.10 71d7d57: Fix warnings introduced in 1199c6611575383de43ff05c1fcd21a3e12e96bc Wireshark code review
14:07 [Wireshark-commits] master b642a28: Fix compilation if HAVE_LIBGNUTLS but not HAVE_LIBGCRYPT. Wireshark code review
20:31 [Wireshark-commits] master 2afa065: Fix compilation if not HAVE_LIBGNUTLS and not HAVE_LIBGCRYPT Wireshark code review
April 12, 2014
00:25 [Wireshark-commits] master 5ad84a9: Fix non-standard format specifiers Wireshark code review
01:45 [Wireshark-commits] master 0c2978d: Adding message type to COL_INFO for multipart messages Wireshark code review
01:53 [Wireshark-commits] master 538429c: Fixes for numerous fuzz crashes - bug 9962. Wireshark code review
04:33 [Wireshark-commits] buildbot failure in Wireshark (development) on Clang Code Analysis buildbot-no-reply
08:54 [Wireshark-commits] master ae127f2: Add Mac Roman and DOS CP437. Wireshark code review
11:59 [Wireshark-commits] master 6fd55a2: Fix packet-vp8.c:168:6: warning: redundant redeclaration of 'proto_reg_handoff_vp8' [-Wredundant-decls] packet-vp8.c:30:6: note: previous declaration of 'proto_reg_handoff_vp8' was here Wireshark code review
12:12 [Wireshark-commits] master 37f8550: TABs -> spaces add editor modelines Wireshark code review
12:13 [Wireshark-commits] master c00de87: no need for if(tree) Wireshark code review
14:18 [Wireshark-commits] master d7d1cdb: Add MQTT to release notes Wireshark code review
17:24 [Wireshark-commits] master ef8a0a2: Update E.212 list to Operational Bulletin No. 1047 (1.III.2014) Wireshark code review
22:23 [Wireshark-commits] buildbot failure in Wireshark (development) on Clang Code Analysis buildbot-no-reply
22:27 [Wireshark-commits] master cb16dff: Get rid of more tvb_get_nstringz* calls. Wireshark code review
22:39 [Wireshark-commits] master f55269e: Use ftype_name() to get the name of an FT_ value. Wireshark code review
April 13, 2014
16:06 [Wireshark-commits] master cf85d91: [Automatic manuf, services and enterprise-numbers update for 2014-04-13] Wireshark code review
16:07 [Wireshark-commits] master-1.10 4507adc: [Automatic manuf, services and enterprise-numbers update for 2014-04-13] Wireshark code review
16:07 [Wireshark-commits] master-1.8 7e25d92: [Automatic manuf, services and enterprise-numbers update for 2014-04-13] Wireshark code review
18:32 [Wireshark-commits] master 63ed474: Replace QTableWidgets with QLabels + HTML tables. Wireshark code review
20:02 [Wireshark-commits] master cfe11b1: Add ENC_ASCII_7BITS encoding Wireshark code review
20:53 [Wireshark-commits] master f6dfda3: MBIM: add decoding of text based CDMA SMS Wireshark code review
20:55 [Wireshark-commits] master f532fb9: MBIM: fix dissection of ENVELOPE Sim Toolkit messages Wireshark code review
April 14, 2014
00:10 [Wireshark-commits] master 0a5572e: Fix Bug 9951: 'git commit hook isn't calling checkAPIs.pl with arguments for the dissectors' Wireshark code review
01:15 [Wireshark-commits] master d64a5fb: Fix infinite loop. Bug 9986 Wireshark code review
05:18 [Wireshark-commits] master fca3746: Enhance translation (rename toolTip to avoid similar string...) Wireshark code review
06:23 [Wireshark-commits] master 16d45a6: Allow FT_BYTES, FT_NONE, FT_STRING use length "-1" Wireshark code review
06:24 [Wireshark-commits] master bf515f5: lupdate / lrelease translation file... Wireshark code review
06:24 [Wireshark-commits] master 444cdf5: Bluetooth: ATT: Add missing offset calculations Wireshark code review
06:27 [Wireshark-commits] master 5d51a8d: Fix wtap displayable names Wireshark code review
06:29 [Wireshark-commits] master 3ca06aa: Increase tap limit to 5000 Wireshark code review
10:36 [Wireshark-commits] master 92b5013: Enhance translation (rename also pixel => Pixel to avoid similar string...) Wireshark code review
11:47 [Wireshark-commits] master dd00264: Add tvb_get and proto_tree_add for string-encoded timestamps Wireshark code review
11:52 [Wireshark-commits] master 2414d9d: Fix Argument with 'nonnull' attribute passed null found by Clang Wireshark code review
12:16 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
12:24 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
12:50 [Wireshark-commits] master 167041a: Try to make happy Ubuntu Buildbot Wireshark code review
12:50 [Wireshark-commits] master c687697: Fix no previous prototype warnings. Wireshark code review
13:35 [Wireshark-commits] master 3aa48c8: path is used only for libsmi and geoip fix a compile error when they're both unused Wireshark code review
13:48 [Wireshark-commits] master 01d2ca6: remove type parameter from try_dissect_next_protocol() read the transfer type from the usb conversation instead Wireshark code review
13:48 [Wireshark-commits] master dc97682: remove bus_id parameter from try_dissect_next_protocol() read the transfer type from the usb conversation instead Wireshark code review
13:48 [Wireshark-commits] master 8547329: remove device_address parameter from try_dissect_next_protocol() read the transfer type from the usb conversation instead Wireshark code review
13:49 [Wireshark-commits] master e1c692d: check for is_setup, not for the value of the setup flag Wireshark code review
13:49 [Wireshark-commits] master b8d03c5: always get the transfer type from the conversation Wireshark code review
13:50 [Wireshark-commits] master 12e9baf: Fix typo and make buildbot doc happy Wireshark code review
13:50 [Wireshark-commits] master c4626a2: Fix typo (Link size => Link type) in Qt Summary window Wireshark code review
13:50 [Wireshark-commits] master eef5e68: Fix typo (double at...) Wireshark code review
13:50 [Wireshark-commits] master 9a9ca0a: lrelease / lupdate translation files Wireshark code review
14:08 [Wireshark-commits] master 97d4a8f: TABs -> spaces add modelines Wireshark code review
14:08 [Wireshark-commits] master 834c25f: no need for if(tree) Wireshark code review
15:13 [Wireshark-commits] master 920ae80: Fixed deprecated tvb_length and tvb_length_remaining. Wireshark code review
16:09 [Wireshark-commits] master 9838ab9: Adjust path width for OS X & Linux. Wireshark code review
16:44 [Wireshark-commits] master e9e4277: Add support of RFC 6514 PMSI bgp attribute and tunnel ID decoding Wireshark code review
17:15 [Wireshark-commits] master dacc7ee: Pull in some changes from master-1.10/make-version.pl. Wireshark code review
17:19 [Wireshark-commits] master-1.10 9175257: Use a simple "git describe". Wireshark code review
17:29 [Wireshark-commits] master-1.8 3efd8eb: Use a simple "git describe". Wireshark code review
17:57 [Wireshark-commits] master fad0aa0: Addition of AllJoyn packet dissector. Bug 9361 Wireshark code review
18:23 [Wireshark-commits] master d685e9b: Fix warning found by -Wunused-const-variable (Clang 3.5) Wireshark code review
20:18 [Wireshark-commits] master 05ce6ef: Fix warning when generate documentation (doxygen) Wireshark code review
20:19 [Wireshark-commits] master 1fceb51: Fix warning when generate documentation (doxygen) Wireshark code review
20:20 [Wireshark-commits] master bcb6f09: Fix warning when generate documentation (doxygen) Wireshark code review
20:21 [Wireshark-commits] master cb51bd0: Fix warning when generate documentation (doxygen) Wireshark code review
20:23 [Wireshark-commits] master bfc85bb: Fix warning when generate documentation (doxygen) Wireshark code review
20:24 [Wireshark-commits] master d029cf1: Fix warning when generate documentation (doxygen) Wireshark code review
20:25 [Wireshark-commits] master b00a622: Fix warning when generate documentation (doxygen) Wireshark code review
20:27 [Wireshark-commits] master a9103e0: Fix warning when generate documentation (doxygen) Wireshark code review
20:28 [Wireshark-commits] master 647287f: Fix warning when generate documentation (doxygen) Wireshark code review
20:31 [Wireshark-commits] master 2ce2320: Upgrade doxygen configuration (with doxyen 1.8) With doxygen -u doxygen_global.cfg Wireshark code review
20:34 [Wireshark-commits] master 45143c6: Fix Argument with 'nonnull' attribute passed null found by Clang Wireshark code review
21:53 [Wireshark-commits] master a838f10: You can't use proto_item_set_len() to make an item unknown-length. Wireshark code review
22:16 [Wireshark-commits] master 7fdd74a: Release note updates for 1.11.3. Wireshark code review
22:23 [Wireshark-commits] master d3ad273: Call each item in the Extended IS Reachability CLV an "IS Neighbor". Wireshark code review
22:43 [Wireshark-commits] master 16b26b8: Put the system ID in the top-level items for neighbors. Wireshark code review
23:27 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
April 15, 2014
02:37 [Wireshark-commits] master a88b811: Fix typo for packet-openflow_v4.c, Unknown Message Type Wireshark code review
02:37 [Wireshark-commits] master e304d5d: Fix typo in packet-openflow_v1 and v5 Wireshark code review
02:38 [Wireshark-commits] master 157fe98: Update .gitignore to ignore doxygen generate file/directory (wsar_html...) Wireshark code review
02:57 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
04:16 [Wireshark-commits] master bd6ffea: LTE RRC: break the sr-configIndex down into periodicity and subframe offset Wireshark code review
14:28 [Wireshark-commits] master e7488b7: Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning from gcc 4.9. Wireshark code review
14:31 [Wireshark-commits] master 5c5a24f: Update French translation Wireshark code review
14:40 [Wireshark-commits] master 38d5b11: Fix warning when build with -Wdocumentation Wireshark code review
16:37 [Wireshark-commits] master 1dd5d3a: Build 1.11.3. Wireshark code review
16:39 [Wireshark-commits] [wireshark] annotated tag v1.11.3 created (now 35a8fe8) Wireshark code review
16:39 [Wireshark-commits] [wireshark] annotated tag wireshark-1.11.3 created (now 7a0efa8) Wireshark code review
16:46 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
17:29 [Wireshark-commits] master d73d1f1: 1.11.3 → 1.11.4. Wireshark code review
17:30 [Wireshark-commits] [wireshark] annotated tag v1.11.4-rc1 created (now d96bd5e) Wireshark code review
18:44 [Wireshark-commits] master 1279068: Fix check*.pl errors Wireshark code review
19:01 [Wireshark-commits] master 3f0bc55: Add license compatibility information for GMP (used by GnuTLS). Wireshark code review
19:07 [Wireshark-commits] master b4442b8: ui/gtk/voip_calls: Fix minor memleak Wireshark code review
19:24 [Wireshark-commits] master 3066190: Bug 8214. Don't let array ett_ variables limit the number of array elements dissected. Also add support for set and bag dissection. Wireshark code review
19:30 [Wireshark-commits] master-1.10 b7608f8: Bluetooth: ATT: Add missing offset calculations Wireshark code review
19:30 [Wireshark-commits] master-1.10 0015de3: Allow FT_BYTES, FT_NONE, FT_STRING use length "-1" Wireshark code review
19:40 [Wireshark-commits] master e80f9cd: Fix crash on invalid SSH_CONNECTION and SSH_CLIENT values Wireshark code review
21:16 [Wireshark-commits] master c538b44: Cleanup Alljoyn dissector. Wireshark code review
21:22 [Wireshark-commits] master da055b8: remove unused variable 'tree' Wireshark code review
21:23 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
21:24 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
21:30 [Wireshark-commits] master 537a02b: start a dissector for Ethernet Local Management Interface Wireshark code review
21:43 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
23:19 [Wireshark-commits] master 8055351: Add SPDY dissector (from SPDYSHARK) Wireshark code review
23:30 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
23:30 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
April 16, 2014
00:11 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
00:28 [Wireshark-commits] master cd958c7: Squelch warnings when built without libz. Wireshark code review
00:41 [Wireshark-commits] master abbf520: Squelch some warnings: Wireshark code review
00:51 [Wireshark-commits] master 16f3342: Fix FSF address. Wireshark code review
01:29 [Wireshark-commits] master 53cb2b7: Get rid of another g_assert(). Wireshark code review
03:05 [Wireshark-commits] master d063b32: Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning from gcc 4.9. Wireshark code review
04:48 [Wireshark-commits] master 65371b9: Fetch fields in NBDS as we add them to the protocol tree. Wireshark code review
07:41 [Wireshark-commits] master ba7a70a: Fix typo in openflow dissector. Wireshark code review
07:59 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
14:30 [Wireshark-commits] master f012574: From Martin Mathieson: For S1AP PDUs that contain a cause, show that cause in the Info column. Wireshark code review
14:31 [Wireshark-commits] master cd2abf9: Add missing MPCP messages as per IEEE 802.3 Standard Wireshark code review
14:41 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
14:53 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
16:00 [Wireshark-commits] master 328a335: Fix packet-maccontrol.c:147: warning: format not a string literal and no format arguments Wireshark code review
16:01 [Wireshark-commits] master 0269b5e: Added David Miller and Philip Rosenberg-Watt to file info. Wireshark code review
17:11 [Wireshark-commits] master 4bee7a5: USB: fix 'Decode As' by USB Device functionality Wireshark code review
19:35 [Wireshark-commits] wireshark-win32-libs rev 442: / /trunk/packages/: lua-5.2.3_Win32_dll11_lib.zip /trunk/: README.txt pascal
19:36 [Wireshark-commits] wireshark-win64-libs rev 396: / /trunk/packages/: lua-5.2.3_Win64_dll11_lib.zip /trunk/: README.txt pascal
20:23 [Wireshark-commits] wireshark-win32-libs rev 443: /tags/2014-04-16/ pascal
20:39 [Wireshark-commits] master b9dd810: Make dissect_nbss() a bit more like tcp_dissect_pdus(). Wireshark code review
20:46 [Wireshark-commits] wireshark-win64-libs rev 397: /tags/2014-04-16/ pascal
21:48 [Wireshark-commits] buildbot failure in Wireshark (development) on Clang Code Analysis buildbot-no-reply
April 17, 2014
00:16 [Wireshark-commits] master d51cac2: Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning from gcc 4.9 Wireshark code review
00:17 [Wireshark-commits] master 19a3d04: Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning from gcc 4.9. Wireshark code review
00:37 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
00:51 [Wireshark-commits] master a919be5: Fix gcc "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" introduced by 19a3d046f2 Wireshark code review
02:05 [Wireshark-commits] master 544f89e: Fix a [pedantic] gcc warning: "empty macro arguments are undefined in ISO C90 and ISO C++98" Wireshark code review
07:28 [Wireshark-commits] buildbot failure in Wireshark 1.10 on Fuzz-Test buildbot-no-reply
07:38 [Wireshark-commits] master 791dd4e: Use Lua 5.2.3 linked against MSVCR110.DLL when compiling with MSVC2012 Wireshark code review
08:29 [Wireshark-commits] master dea68bf: Switch to using the ASN1 based kerberos dissector. Wireshark code review
11:51 [Wireshark-commits] master 194e7ec: From: Alvaro Neira Ayuso <anayuso@xxxxxxxxxxx> fix SW_DESCR decoding error Wireshark code review
12:03 [Wireshark-commits] master 5201d17: From zeljko: Preferences for the MRCPv2 protocol, TCP port is converted from a single port to a port range field. Wireshark code review
12:05 [Wireshark-commits] master ce46865: ssl: Detect unencrypted heartbeat messages Wireshark code review
13:28 [Wireshark-commits] master 17a0b59: From Graham Bloice: Fix A mismatch in the dnp3_al_obj_vals value string fixes bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9945 Wireshark code review
13:39 [Wireshark-commits] master c49be78: remove duplicated entries. Wireshark code review
14:04 [Wireshark-commits] master f52626c: Add tvb_get and proto_tree_add for string-encoded byte arrays Wireshark code review
20:10 [Wireshark-commits] master c531099: Try to fix bug 10000. Wireshark code review
20:38 [Wireshark-commits] master 53ae837: Add CRC-8 calculator for EPON Wireshark code review
21:38 [Wireshark-commits] master ad0066c: Save and restore the current_proto string in tcp_dissect_pdus(). Wireshark code review
22:01 [Wireshark-commits] master a317ba0: Fixed typo HAVE_LIBGRYPT -> HAVE_LIBGCRYPT Wireshark code review
22:01 [Wireshark-commits] master 0f78d03: Moved packet-kerberos.c to DIRTY_ASN1_DISSECTOR_SRC Wireshark code review
April 18, 2014
03:20 [Wireshark-commits] master 55d5c0f: Add a hack to _VS_ENUM_XXX to prevent gcc "warning: comma at end of enumerator list [-pedantic]" Wireshark code review
08:59 [Wireshark-commits] master e1bff5e: Fix build for FreeBSD Wireshark code review
19:01 [Wireshark-commits] master 38b8d32: Mark the exported_pdu tags as stable (before the next release). Wireshark code review
19:22 [Wireshark-commits] master acd640c: Fix mix tab and space Wireshark code review
20:12 [Wireshark-commits] master be76ba5: Fix warning found by -Wunused-const-variable (Clang 3.5) Wireshark code review
20:15 [Wireshark-commits] master ad33357: Exported PDU: add support for more than 32 tags Wireshark code review
21:40 [Wireshark-commits] master d35f097: Add kerberos-exp.cnf to asn1 gitignore Wireshark code review
21:42 [Wireshark-commits] master 1fb902f: Use new BER functions in kpasswd. Wireshark code review
21:43 [Wireshark-commits] master-1.10 20334ba: Tight array index guard in packet-umts_fp.c Wireshark code review
21:44 [Wireshark-commits] master 79b401b: Remove all old BER functions. Wireshark code review
22:00 [Wireshark-commits] master 0601a8b: Move packet-kerberos to ASN1 dissector Wireshark code review
22:02 [Wireshark-commits] master 5871409: Fix infinite loop. Bug #10003. Wireshark code review
23:03 [Wireshark-commits] master 2e3ad3e: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Wireshark code review
23:04 [Wireshark-commits] master 1d57459: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Wireshark code review
April 19, 2014
14:20 [Wireshark-commits] master 80011ec: Don't se_ allocate strings when mapping addresses to column strings. Wireshark code review
15:39 [Wireshark-commits] master 9496733: IPv6 Authentication Header not parsed after Mobility Header Wireshark code review
17:41 [Wireshark-commits] master c03f13b: IPV6 Mobility Header Binding Revocation Acknowledge Global field is the wrong bit Wireshark code review
19:07 [Wireshark-commits] master c8f7e16: Some routine name changes. Wireshark code review
19:30 [Wireshark-commits] master 97869f2: More name changes. Wireshark code review
19:33 [Wireshark-commits] master d0489f2: Clean up white space (replace tabs with 4 spaces). Wireshark code review
April 20, 2014
12:40 [Wireshark-commits] master fc5d8db: Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found. Wireshark code review
13:19 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
13:24 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
13:29 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
13:32 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
16:57 [Wireshark-commits] master 62592ee: [Automatic manuf, services and enterprise-numbers update for 2014-04-20] Wireshark code review
16:57 [Wireshark-commits] master-1.10 8cb6534: [Automatic manuf, services and enterprise-numbers update for 2014-04-20] Wireshark code review
16:57 [Wireshark-commits] master-1.8 1100237: [Automatic manuf, services and enterprise-numbers update for 2014-04-20] Wireshark code review
22:47 [Wireshark-commits] master 68f9811: Don't distinguish between "GCC" and "Clang" extra -W flags. Wireshark code review
22:53 [Wireshark-commits] master 0bdd9a7: Rename --enable-extra-compiler-checks to --enable-extra-warnings. Wireshark code review
23:22 [Wireshark-commits] master f456a6e: Get rid of ENABLE_EXTRA_CLANG_CHECKS. Wireshark code review
23:31 [Wireshark-commits] master cbdd515: Rename ENABLE_EXTRA_GCC_CHECKS to ENABLE_EXTRA_COMPILER_CHECKS. Wireshark code review
23:50 [Wireshark-commits] master 4fdd528: "extra *compiler* warnings", not just "extra warnings". Wireshark code review
23:54 [Wireshark-commits] master fde8ef0: Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS. Wireshark code review
April 21, 2014
00:48 [Wireshark-commits] master 6c6aeb1: Fix various white space issues and typoes and regenerate SABP dissector. Wireshark code review
14:40 [Wireshark-commits] master cc86596: Minor value table updates. See bug 9718. Wireshark code review
14:43 [Wireshark-commits] master 6f0f612: Apply the fix for bug 3290 to proto_tree_add_bytes*(): check the item length before trying to fake the item. Wireshark code review
15:07 [Wireshark-commits] master 5983cda: Replace a GTree with a GHashTable Wireshark code review
15:37 [Wireshark-commits] master d47ae54: Replace linked list of proto fields with array Wireshark code review
15:51 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
15:57 [Wireshark-commits] master 38b0861: Fix declaration of index shadows global Wireshark code review
16:01 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
16:08 [Wireshark-commits] master 3b4a591: Update to latsest spec. number while we are at it(no change). Wireshark code review
16:44 [Wireshark-commits] master 0102007: (Trivial) Clean up a comment; Fix spelling errors; Do some whitespace changes. Wireshark code review
16:47 [Wireshark-commits] master 48c77d8: Fix some bugs; Do more cleanup; Wireshark code review
16:48 [Wireshark-commits] master 7a1848b: Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some whitespace changes Wireshark code review
17:50 [Wireshark-commits] master 4b754b7: add E-LMI to the release notes Wireshark code review
17:51 [Wireshark-commits] master 9c08f8d: mention the E-LMI lua dissector in the header Wireshark code review
17:51 [Wireshark-commits] master bcfa1cc9: dissect some more E-LMI fields Wireshark code review
18:01 [Wireshark-commits] master-1.10 ba44220: Release note updates for 1.10.7. Wireshark code review
18:01 [Wireshark-commits] master-1.8 4317404: Release note updates for 1.8.14. Wireshark code review
18:04 [Wireshark-commits] master 72527a4: Define a function as 'static' (Fixes [-Wmissing-prototypes] warning). Wireshark code review
18:06 [Wireshark-commits] master bf2b6dd: Add short name for CableLabs. Wireshark code review
18:08 [Wireshark-commits] master b98e8eb: regenerate manuf Wireshark code review
22:13 [Wireshark-commits] master 4628dc0: Disable transport name resolution by default. Wireshark code review
22:27 [Wireshark-commits] master a755ccb: Note the new transport name resolution behavior. Wireshark code review
22:34 [Wireshark-commits] master-1.10 cb5c28c: Add some generated files in the docbook directory. Wireshark code review
22:35 [Wireshark-commits] master-1.8 18ca7d9: Add some generated files in the docbook directory. Wireshark code review
April 22, 2014
06:15 [Wireshark-commits] master 1a6e9b5: Much faster implementation of 'strict' allocator. Wireshark code review
07:08 [Wireshark-commits] master 4304571: Manual fix of Dead Store (Dead assignement/Dead increment) warning found by Clang No found how to fix the generator... Wireshark code review
08:38 [Wireshark-commits] master c0b7e19: Fix display of AVP: 3GPP-MS-TimeZone(23), oct is owerwritten. Wireshark code review
08:45 [Wireshark-commits] master 68eae53: Add Length for Mobility Header Link-Layer Address Option (Type 7) Wireshark code review
13:45 [Wireshark-commits] master 66a4303: Cache the "tcp_tree" with p_add_proto_data. Bug 9518. Wireshark code review
14:57 [Wireshark-commits] master 085b37d: Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes] Wireshark code review
15:00 [Wireshark-commits] master 2d774c6: Minor cleanup Wireshark code review
15:47 [Wireshark-commits] master f746d5e: Fix ASAN error due to invalid type Wireshark code review
16:33 [Wireshark-commits] master-1.10 6b931a1: Build 1.10.7. Wireshark code review
16:34 [Wireshark-commits] [wireshark] annotated tag v1.10.7 created (now 49b7953) Wireshark code review
16:35 [Wireshark-commits] [wireshark] annotated tag wireshark-1.10.7 created (now 78fa0c6) Wireshark code review
16:47 [Wireshark-commits] master-1.8 4a6beb2: Build 1.8.14. Wireshark code review
16:48 [Wireshark-commits] [wireshark] annotated tag v1.8.14 created (now 01802d3) Wireshark code review
16:48 [Wireshark-commits] [wireshark] annotated tag wireshark-1.8.14 created (now 8eff24e) Wireshark code review
19:02 [Wireshark-commits] master-1.10 2515bbe: 1.10.7 → 1.10.8. Wireshark code review
19:03 [Wireshark-commits] [wireshark] annotated tag v1.10.8-rc1 created (now f2ff0f8) Wireshark code review
19:06 [Wireshark-commits] master-1.8 6e7f9df: 1.8.14 → 1.8.15. Wireshark code review
22:08 [Wireshark-commits] master 490a8a6: Kerberos: define HostAddress/addr-type as a FT_UINT32 field Wireshark code review
April 23, 2014
04:33 [Wireshark-commits] master 9c8febd: Fix copy & paste error in tvb_extract_utf_16_string, tvb_extract_ucs_4_string. Wireshark code review
04:41 [Wireshark-commits] master 867a182: Fix up get_hfi_length(): Wireshark code review
04:45 [Wireshark-commits] master 0f90397: Fix generator to remove Dead Store (Dead assignement/Dead increment) warning found by Clang. Wireshark code review
04:45 [Wireshark-commits] master 8ab1c80: Another cut-and-pasteo - UCS-4/UTF-32 should fetch 4-byte characters. Wireshark code review
06:24 [Wireshark-commits] master fccf62e: Bugfix generating a sequence of "native" types. Bug 9532. Wireshark code review
06:56 [Wireshark-commits] master d41a6e4: Fix LISP dissectior regressions introduced in 1.11 Wireshark code review
08:04 [Wireshark-commits] master 11b78ff: Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU name Wireshark code review
12:14 [Wireshark-commits] master 268104a: CaptureDialog: Fix IF type for user created pipe Wireshark code review
12:42 [Wireshark-commits] master 9ba4c6e: Hash map implementation for wmem. Wireshark code review
12:55 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
12:58 [Wireshark-commits] master f0e77aa: Add a cast to satisfy mac buildbot. Wireshark code review
12:59 [Wireshark-commits] master cb8386c: Revert "Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found." Wireshark code review
15:22 [Wireshark-commits] master abbcaab: Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_string array Wireshark code review
15:22 [Wireshark-commits] master 1a1abf9: Conversation/memory scope fixes for LBM dissectors. See bug 9718. Wireshark code review
15:34 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
15:34 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
15:42 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
15:47 [Wireshark-commits] master be13690: Continuation of bug 9532. Wireshark code review
15:57 [Wireshark-commits] master fe195c0: Don't throw for offset at end of TVB with len -1. Wireshark code review
17:25 [Wireshark-commits] master 3b6789e: packet-mqtt.c: Minor cleanup Wireshark code review
17:45 [Wireshark-commits] master cd4d4ac: MBIM: fix dissection of GSM SMS messages Wireshark code review
17:51 [Wireshark-commits] master 3ff57c8: Move kerberos to dirty dissector list Wireshark code review
17:53 [Wireshark-commits] master f62e8a0: Fix format warning. Wireshark code review
19:20 [Wireshark-commits] master 30c9f42: Move kerberos to dirty list in CMake Wireshark code review
19:28 [Wireshark-commits] master 4eb4bae: Add check for no kerberos keytab file. Wireshark code review
21:34 [Wireshark-commits] master 5ab53e6: Fix typo in comment (parameterts => parameter) Wireshark code review
22:12 [Wireshark-commits] master 853e391: Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning) Wireshark code review
April 24, 2014
02:16 [Wireshark-commits] master 3b32885: Revert "Move kerberos to dirty dissector list" Wireshark code review
02:16 [Wireshark-commits] master fbc5226: Revert "Move kerberos to dirty list in CMake" Wireshark code review
02:16 [Wireshark-commits] master bf1f30b: JXTA: ask for one more segment, not one more byte Wireshark code review
05:57 [Wireshark-commits] master 8759da8: Improve LCAF handling Wireshark code review
06:02 [Wireshark-commits] master 993adc8: Fix counting/ checking for leap years in mktime_utc() Wireshark code review
06:48 [Wireshark-commits] master bf2d8f9: Fix Warning: Found soft-deprecated APIs in epan/dissectors/packet-lisp.c: tvb_length Wireshark code review
06:48 [Wireshark-commits] master 50ed98e: Fix warning: extra ‘;’ [-Wpedantic] Wireshark code review
07:29 [Wireshark-commits] master e45af41: Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachable-code] found by Clang with extra compiler flags Wireshark code review
07:29 [Wireshark-commits] master 75f4f9d: Fix packet-netlink-sock_diag.c:653:4: warning: code will never be executed [-Wunreachable-code] found by Clang with extra compiler flags Wireshark code review
07:30 [Wireshark-commits] master 7a68dc5: Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachable-code] found by Clang with extra compiler flags Wireshark code review
07:32 [Wireshark-commits] master 560b5d9: Adding two well known OAM related multicast address ranges. Wireshark code review
08:22 [Wireshark-commits] master f37116a: Add support for Geo Coordinates LCAF type Wireshark code review
08:31 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
08:40 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
08:43 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
08:54 [Wireshark-commits] master 3f56993: Fix warning: declaration of 'address' shadows a global declaration. Wireshark code review
14:16 [Wireshark-commits] master 11d77da: Improve Instance ID LCAF type handling Wireshark code review
16:09 [Wireshark-commits] master e209668: Consistently use the macro PROTO_REGISTRAR_GET_NTH in proto.c Wireshark code review
April 25, 2014
01:27 [Wireshark-commits] master 5d60236: Convert "4 space tabs" to spaces; Add editor modelines. Wireshark code review
04:09 [Wireshark-commits] master 6ec7398: Cleanup "excess" from trying to support sequence of "native types". Last installment of bug 9532. Wireshark code review
04:13 [Wireshark-commits] master 75cb267: Move mktime_utc() from tvbuff.c to wsutil/time_util.c Wireshark code review
04:18 [Wireshark-commits] master 4bd8336: Move GSM guint8 to unicode conversion functions to charsets.c Wireshark code review
04:20 [Wireshark-commits] master 757db64: Don't use HTTP filter for DTLS decryption test as it's not really HTTP traffic (and a more discerning HTTP dissector will cause this to fail) Wireshark code review
04:21 [Wireshark-commits] master 748e0d4: Create the HTTP tree and set column info after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found. Also, COL_PROTOCOL and COL_INFO can be prematurely populated. Wireshark code review
04:23 [Wireshark-commits] master bd38b31: Support out-of-source checkapi Wireshark code review
04:46 [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 12.04 x64 buildbot-no-reply
05:02 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply
05:03 [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris 10 SPARC buildbot-no-reply
05:11 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
06:22 [Wireshark-commits] master 93a853f: Fix encodings (found by fix-encoding-args.pl) Wireshark code review
07:24 [Wireshark-commits] master a4ff0bc: Try to please the build boot. Wireshark code review
08:32 [Wireshark-commits] master 6a9c924: Move the XXX-to-UTF-8 loops to routines in epan/charsets.c. Wireshark code review
08:38 [Wireshark-commits] master e1bc641: Fix some white space. Wireshark code review
08:44 [Wireshark-commits] master 0d787af: Another whitespace cleanup. Wireshark code review
09:30 [Wireshark-commits] master 29eba53: Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines. Wireshark code review
09:36 [Wireshark-commits] master afbb1e7: Use 4-space indentation consistently in epan/charsets.c. Wireshark code review
13:32 [Wireshark-commits] master a2a17cd: Fold alloc_field_info() into proto_tree_add_pi(). Wireshark code review
14:07 [Wireshark-commits] master 1c024bc: Dissect all details in ELP LCAF type... Wireshark code review
14:23 [Wireshark-commits] master 7acaf85: Kerberos: ensure that private data elements are stored in separate variables Wireshark code review
14:53 [Wireshark-commits] master b136182: Make COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING macros. Wireshark code review
15:14 [Wireshark-commits] master 182fd17: Fix fuzz failure. Bug 10041. Wireshark code review
15:30 [Wireshark-commits] master 7435881: Revert back to emem due to UAT use Wireshark code review
16:00 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
16:37 [Wireshark-commits] master 83fe357: Fix reading keyfile for "any" IP address Wireshark code review
17:44 [Wireshark-commits] master 6d6094e: Don't fail if a pcap-NG PB or EPB has caplen > actual len. Wireshark code review
17:53 [Wireshark-commits] master e417e8b: remove unnecessary initial values Wireshark code review
17:53 [Wireshark-commits] master f5165ba: remove some more unnecessary initial values Wireshark code review
17:59 [Wireshark-commits] master-1.10 7aaaf15: Don't fail if a pcap-NG PB or EPB has caplen > actual len. Wireshark code review
18:10 [Wireshark-commits] master-1.8 ef40230: Don't fail if a pcap-NG PB or EPB has caplen > actual len. Wireshark code review
20:04 [Wireshark-commits] master ae666f6: Clean up code formatting a bit. Wireshark code review
20:08 [Wireshark-commits] master 0b1c5c3: Get rid of a (now-)redundant call to tvb_get_ptr(). Wireshark code review
20:13 [Wireshark-commits] master 6ef0420: No need to set "line" when setting "firstline". Wireshark code review
21:17 [Wireshark-commits] master 6335782: Put the common code for reading Logcat packets into a routine. Wireshark code review
21:26 [Wireshark-commits] master 4f8c8c2: This doesn't have separate captured and actual length, either. Wireshark code review
21:31 [Wireshark-commits] master 662e4bd: wtap_read() and wtap_seek_read() handle caplen > len; don't do it here. Wireshark code review
April 26, 2014
01:53 [Wireshark-commits] master babe895: Updated gvcp dissector Wireshark code review
02:00 [Wireshark-commits] master 742acca: Dissect all details in NAT-T LCAF type... Wireshark code review
02:47 [Wireshark-commits] master 03cb700: Added fields used by HP MSM access points. Wireshark code review
12:25 [Wireshark-commits] master-1.10 d76e07f: Adding two well known OAM related multicast address ranges. Wireshark code review
12:26 [Wireshark-commits] master-1.8 9aae3c5: Adding two well known OAM related multicast address ranges. Wireshark code review
15:21 [Wireshark-commits] buildbot failure in Wireshark 1.10 on Fuzz-Test buildbot-no-reply
15:34 [Wireshark-commits] master c7cbdb4: Change ssl_find_private_key to void Wireshark code review
15:34 [Wireshark-commits] master 7805e5a: ssl: Reduce chance of hash-collisions SSL private keys Wireshark code review
15:35 [Wireshark-commits] master 4250dfd: ssl: return early if no private keys are found Wireshark code review
15:36 [Wireshark-commits] master 720f504: ssl: support any address/port combi for priv key Wireshark code review
15:47 [Wireshark-commits] master 3b76de7: dtls: run dissector for decryption also on server hello extensions Wireshark code review
17:50 [Wireshark-commits] master 1ba06e6: Fix FSF address. Wireshark code review
21:45 [Wireshark-commits] master c6d41f9: Have DTLS just dissect the test capture as data Wireshark code review
22:33 [Wireshark-commits] master 616d4c9: Change preferences - always want to try to decrypt signalling PDUs Wireshark code review
April 27, 2014
10:36 [Wireshark-commits] master 7929d9a: SSL: fix compilation without GnuTLS and Gcrypt Wireshark code review
12:15 [Wireshark-commits] master b588511: T38: fix access to uninitialised variables Wireshark code review
12:26 [Wireshark-commits] master f8e8c85: Limit the start of HTTP request/response to a printable character. Wireshark code review
12:39 [Wireshark-commits] master ff854bc: SAP: fix dissection of Originating Source address Wireshark code review
15:05 [Wireshark-commits] master 7b40120: [Automatic manuf, services and enterprise-numbers update for 2014-04-27] Wireshark code review
16:11 [Wireshark-commits] master-1.8 8d2895f: [Automatic manuf, services and enterprise-numbers update for 2014-04-27] Wireshark code review
17:53 [Wireshark-commits] master 162a8c7: http: Display a list of cookies Wireshark code review
18:00 [Wireshark-commits] master 338269f: ssl/dtls: add keyfile support to dtls Wireshark code review
18:02 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
18:08 [Wireshark-commits] master 5600ae1: http: Fix src/dest mapping for proxied connections Wireshark code review
18:56 [Wireshark-commits] master 878f341: prefs: fix ASAN error due to invalid indirection Wireshark code review
19:30 [Wireshark-commits] master dec179e: Try to fix Mac OS X buildbot packet-http.c:2629: warning: implicit conversion shortens 64-bit value into a 32-bit value Wireshark code review
19:30 [Wireshark-commits] master af2eebe: Reorder fields in http_conv_t to save some memory. Wireshark code review
19:42 [Wireshark-commits] master e0b15f5: Fix warning found by -Wunused-const-variable (Clang 3.5) Wireshark code review
19:55 [Wireshark-commits] master 574a3ef: Add Modelines info Wireshark code review
19:55 [Wireshark-commits] master ea729ed: Add Modelines info Wireshark code review
19:55 [Wireshark-commits] master 298633e: Add Modelines info Wireshark code review
20:23 [Wireshark-commits] master b57fc91: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Wireshark code review
20:23 [Wireshark-commits] master c35870b: packet-http2: updated to http2 draft-12 Wireshark code review
20:56 [Wireshark-commits] master 5ce5d06: swIPe IP Security Protocol Wireshark code review
21:10 [Wireshark-commits] master-1.8 2d85bc5: Remove support for SHIM6 on protocol 61 Wireshark code review
21:11 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
21:21 [Wireshark-commits] master 7ddf2b4: MBIM: use wmem hash map functions for request/response tracking Wireshark code review
21:22 [Wireshark-commits] master 5d2e945: Fix Dereference of null pointer found by Clang analyzer Wireshark code review
21:42 [Wireshark-commits] master 3b1903c: MBIM: fix compilation with GLib versions < 2.22.0 Wireshark code review
21:55 [Wireshark-commits] master 4272cb8: Revert part of g757db64e484b009c3 Wireshark code review
21:55 [Wireshark-commits] master 98ed927: Fix rare case of wmem map being O(n) Wireshark code review
22:14 [Wireshark-commits] master 0a3f725: Change preference default to use RRC-signalled value for SN field length of DRBs. Wireshark code review
April 28, 2014
00:13 [Wireshark-commits] master 0cfd4eb: Add support for DCBX cee/cin protocol Wireshark code review
03:17 [Wireshark-commits] master 1a7e5c9: tvb_reported_length_remaining() returns gint Wireshark code review
06:22 [Wireshark-commits] master e240c4e: Updated ospf link state router messages to use proto_tree_add_item instead of proto_tree_add_text. Wireshark code review
06:26 [Wireshark-commits] master 7aebb0c: Fix issues reported by clang-analyzer Wireshark code review
08:32 [Wireshark-commits] master 581cdce: Add Support for IEEE DCBx (8021az) Wireshark code review
08:34 [Wireshark-commits] master a203bbb: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Wireshark code review
08:41 [Wireshark-commits] master-1.10 26dd11d: Remove support for SHIM6 on protocol 61 Wireshark code review
09:18 [Wireshark-commits] master 484b183: MBIM: make the backward compatibility function static Wireshark code review
09:28 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows XP x86 buildbot-no-reply
15:26 [Wireshark-commits] master cd68b47: Add dissector for LINKTYPE_EPON Wireshark code review
15:56 [Wireshark-commits] master ab87070: Fix Restoration-Priority's AVP code. Wireshark code review
17:35 [Wireshark-commits] master 388859a: DPoE OAM message decoding as per CableLabs spec. Wireshark code review
18:20 [Wireshark-commits] master 989f4ff: Fix up indentation. Wireshark code review
18:48 [Wireshark-commits] master 6465047: Make filterable OSPF Header... Wireshark code review
18:48 [Wireshark-commits] master b512fed: Fix Dereference of null pointer found by Clang analyzer Wireshark code review
20:49 [Wireshark-commits] master 3765e99: With the use of tvb_reported_length_remaining(), there is no need to calculate consumedLen anymore Wireshark code review
21:02 [Wireshark-commits] master 72fc075: Fix potential invalid-reads in catapult files Wireshark code review
21:15 [Wireshark-commits] master 0708e09: Update SR and DRX tracking when see UL CRC error'd frame, and add an option to add generated items corresponding to the middle of BSR ranges (suitable for plotting/stats). Wireshark code review
22:15 [Wireshark-commits] master e9d4f82: HTTP2: with HTTP2 draft-1x, now upgrade use h2-XX or h2c-XX for upgrade HTTP1 Protocol (with XX number of draft) Wireshark code review
22:15 [Wireshark-commits] master eadaa0c: This block of defines was always changed when I was retabbing my additions, this change fixes the tabs Wireshark code review
22:23 [Wireshark-commits] master ec20545: Fix checkAPIs warnings in packet-lldp.c. repoted_length() used instead of captured_length() as is seems more logical Wireshark code review
23:50 [Wireshark-commits] master 65700bd: Make a dissector table out of IPv6 Next header. Wireshark code review
April 29, 2014
04:11 [Wireshark-commits] master b086b78: gtk: fix glib assert for dialogs without cancel Wireshark code review
04:16 [Wireshark-commits] master e8cb623: prefs: spelling fix, simplify code Wireshark code review
04:17 [Wireshark-commits] master 8dc7d16: prefs: prevent double-free on changing prefs Wireshark code review
04:20 [Wireshark-commits] master 8d4db3e: Updated items in dissect_ospf_v2_lsa to use filterable item fields Wireshark code review
04:25 [Wireshark-commits] master 14017dc: Set CMake defaults for Windows build to: Use GTK2 as per nmake. Not to build the dumpabi executables. Wireshark code review
06:01 [Wireshark-commits] master 8f2e234: Add support for Congestion Notification TLVs (802.1Qau) Wireshark code review
10:23 [Wireshark-commits] master b2af5b0: Convert a few dissectors with simple request/response tracking from red/black tree to hash map Update the readme file accordingly Wireshark code review
10:32 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.5 x86 buildbot-no-reply
10:51 [Wireshark-commits] master 371b17e: Make id a guint to try to please OSX buildbot. Wireshark code review
15:32 [Wireshark-commits] master e185ad6: Add casts to satisfy buildbot Wireshark code review
15:35 [Wireshark-commits] master b60ccf6: Fix an extraneous parentheses warning. Wireshark code review
17:06 [Wireshark-commits] master dfb92df: Fix crash when switching profiles Wireshark code review
19:54 [Wireshark-commits] master 133d4de: Fix cast for older versions of GLib. Wireshark code review
April 30, 2014
03:28 [Wireshark-commits] master faec751: SVN --> GIT in a few places. Fixes Bug #10060. Wireshark code review
05:01 [Wireshark-commits] master 266e0a9: Add an API for programmatically adding ESP SAs (most likely from a private dissector). Wireshark code review
05:08 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
08:54 [Wireshark-commits] master 035f6f2: Try to make Mac OS X Buildbot Happy Wireshark code review
10:15 [Wireshark-commits] master 3116cf4: MBIM: use hash map instead of red/black tree for UUID extension table Wireshark code review
11:36 [Wireshark-commits] master 9cdba46: Fix indent (Use Tab) Wireshark code review
11:59 [Wireshark-commits] master abe7f7d: Cleanup libz streams in SPDY dissector Wireshark code review
14:51 [Wireshark-commits] master 45f381d: IPsec: fix compilation when building without libgcrypt Wireshark code review
16:35 [Wireshark-commits] master 002cefc: make-sminmpec.pl fixups. Wireshark code review
16:53 [Wireshark-commits] master-1.10 e4e5bc3: make-sminmpec.pl fixups. Wireshark code review
16:53 [Wireshark-commits] master-1.8 e3b96d7: make-sminmpec.pl fixups. Wireshark code review
17:20 [Wireshark-commits] master-1.10 2ad067c: Copy make-sminmpec.pl from master. Wireshark code review
17:22 [Wireshark-commits] master-1.8 7c13c4f: Copy make-sminmpec.pl from master. Wireshark code review
17:36 [Wireshark-commits] master ca1f87e: Add '#include "packet-ipsec.h'; Do some cleanup. Wireshark code review
17:37 [Wireshark-commits] master 5dfd543: Fix uninitialized struct in SMB2 Wireshark code review
17:49 [Wireshark-commits] buildbot failure in Wireshark 1.8 on Windows-XP-x86 buildbot-no-reply
22:07 [Wireshark-commits] master b3bb951: Optimize display_signed_time() - remove g_snprintf Wireshark code review
22:08 [Wireshark-commits] master 4be5e4d: Document to_str-int.h functions. Wireshark code review
22:16 [Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64 buildbot-no-reply
22:19 [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 7 x64 buildbot-no-reply

Mail converted by MHonArc