commit 38d5b11fa21dd3da88cded8cc17183683569419c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Apr 15 16:19:20 2014 +0200

    Fix warning when build with -Wdocumentation
    
    epan/wmem/wmem_strutl.h:85:63: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:27: note: previous documentation
    epan/wmem/wmem_strutl.h:90:39: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:57: note: previous documentation
    epan/wmem/wmem_strutl.h:83:11: error: parameter 'allocator:' not found in the function declaration
    epan/wmem/wmem_strutl.h:83:11: note: did you mean 'allocator'?
    epan/wmem/wmem_strutl.h:84:11: error: parameter 'str:' not found in the function declaration [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:11: error: parameter 'len:' not found in the function declaration [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:11: note: did you mean 'len'?
    
    Change-Id: Id2888c5967c94c48f9b53957c8be361bbebd3488
    Reviewed-on: https://code.wireshark.org/review/1151
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5c5a24f48a5fc0158aa069c42f10dda1229b6efe
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Apr 13 20:27:05 2014 +0200

    Update French translation
    
    Change-Id: If552907a2eb0828198e912fa5c2628efa7190f20
    Reviewed-on: https://code.wireshark.org/review/1119
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e7488b77797b4447537c92431f676c805fb1e696
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Apr 15 10:25:51 2014 -0400

    Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning from gcc 4.9.
    
    Change-Id: I0d8f2a03d615840a1733602d0a5a6524caba6ff5
    Reviewed-on: https://code.wireshark.org/review/1152
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit bd6ffea1cde6fbd7eb43343608020de47ccb3b9a
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Apr 14 23:27:32 2014 +0200

    LTE RRC: break the sr-configIndex down into periodicity and subframe offset
    
    Change-Id: I5e153ebba9957f3dc5551f540cf333a1d0ff89f7
    Reviewed-on: https://code.wireshark.org/review/1141
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 157fe98533742538b9d4f170e03cb3bfe33766ee
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 22:27:10 2014 +0200

    Update .gitignore to ignore doxygen generate file/directory (wsar_html...)
    
    Change-Id: I3d45c03f923dcc1c9216b8b102235221e8e3d556
    Reviewed-on: https://code.wireshark.org/review/1140
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit e304d5d739a083b50825d6eac5184b7006b38a91
Author: Shu Shen <shu.shen@gmail.com>
Date:   Mon Apr 14 16:11:27 2014 -0700

    Fix typo in packet-openflow_v1 and v5
    
    Change-Id: Iefc02123447edecbd02cd9a31fff0f412edc8461
    Signed-off-by: Shu Shen <shu.shen@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/1148
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit a88b81109c5cd7ce75a709b28c3402c96cce2cde
Author: Shu Shen <shu.shen@gmail.com>
Date:   Mon Apr 14 16:04:50 2014 -0700

    Fix typo for packet-openflow_v4.c, Unknown Message Type
    
    Change-Id: I6b416785f99c9a333d799188f06637d6643b4a38
    Signed-off-by: Shu Shen <shu.shen@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/1147
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 16b26b8e5fa066bfde0939ca2a66af00af44285e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 14 15:43:03 2014 -0700

    Put the system ID in the top-level items for neighbors.
    
    Add a tvb_print_system_id() routine, and use that in various ISIS
    dissectors, while we're at it.
    
    Change-Id: I31b6b9ea8faf2b4849f974ec7ed27fbdd14b91ef
    Reviewed-on: https://code.wireshark.org/review/1145
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit d3ad27390c47089d1bab973b9760eb80ae9de92f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 14 15:22:50 2014 -0700

    Call each item in the Extended IS Reachability CLV an "IS Neighbor".
    
    This makes it a bit more like the (un-extended) Reachability CLVs.
    
    Also, just make the top-level items just a text field, just like the
    top-level items for neighbors in the (un-extended) Reachability CLVs.
    
    Rename the system IDs to be "... neighbor ID", not just "neighbor"; the
    top-level items hold all the information for the neighbor, and the
    system ID for the neighbor is just one of those pieces of information.
    
    Change-Id: I72182dea496f8cfa6048cff3b0d2474df8f31282
    Reviewed-on: https://code.wireshark.org/review/1144
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 7fdd74a0092d98616be0d9aa2a13b0d9b5989f01
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Apr 14 09:53:01 2014 -0700

    Release note updates for 1.11.3.
    
    Change-Id: I16b70456b86fbc83b791186dd6e1a7e815815e0e
    Reviewed-on: https://code.wireshark.org/review/1143
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit a838f1083c0988de0af77ceb94f4ee8e8cc00faa
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 14 14:52:25 2014 -0700

    You can't use proto_item_set_len() to make an item unknown-length.
    
    You also shouldn't use an item for one *element* of a structure to
    represent the entire structure.
    
    Fix both of those.
    
    Change-Id: Id1711238ebec02f135c404ac001aa51d783b3c69
    Reviewed-on: https://code.wireshark.org/review/1142
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 45143c6eac61f2d9ffe67bc9624eee2547d3aeb4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 08:59:07 2014 +0200

    Fix Argument with 'nonnull' attribute passed null found by Clang
    
    Change-Id: I9b8a6c37e4ed589ac3066ec9cbb1b63a9f30a12b
    Reviewed-on: https://code.wireshark.org/review/1097
    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 2ce2320de07409038adf10b68abf446e37087f35
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 21:21:42 2014 +0200

    Upgrade doxygen configuration (with doxyen 1.8)
    With doxygen -u doxygen_global.cfg
    
    Fix warning
    Warning: Tag `SYMBOL_CACHE_SIZE' at line 290 of file doxygen_global.cfg has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    Warning: Tag `SHOW_DIRECTORIES' at line 490 of file doxygen_global.cfg has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    Warning: Tag `HTML_ALIGN_MEMBERS' at line 847 of file doxygen_global.cfg has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    Warning: Tag `USE_INLINE_TREES' at line 1032 of file doxygen_global.cfg has become obsolete.
    To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
    
    Change-Id: Ic0b5dda7f4bcaa17b7bf915928a938e614d54f30
    Reviewed-on: https://code.wireshark.org/review/1139
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 647287f4ac7a5d8fede24bc4b49c4398b74cba9d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 21:15:33 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    ui/decode_as_utils.h:42: Warning: The following parameters of decode_build_reset_list(const gchar *table_name, ftenum_t selector_type, gpointer key, gpointer value, gpointer user_data) are not documented:
      parameter 'selector_type'
    
    Change-Id: I8353dae120e87c9651c6611924c1fc652436146d
    Reviewed-on: https://code.wireshark.org/review/1138
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a9103e0234c040a748898c8be8aab5a88a1f7bb9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 21:15:12 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    ui/gtk/gui_stat_menu.h:42: Warning: The following parameters of register_menu_bar_menu_items(const char *gui_path, const char *name, const gchar *stock_id, const char *label, const char *accelerator, const gchar *tooltip, gpointer callback, gpointer callback_data, gboolean enabled, gboolean(*selected_packet_enabled)(frame_data *, struct epan_dissect *, gpointer callback_data), gboolean(*selected_tree_row_enabled)(field_info *, gpointer callback_data)) are not documented:
      parameter 'gui_path'
      parameter 'label'
      parameter 'accelerator'
      parameter 'tooltip'
      parameter 'enabled'
    
    Change-Id: I422d767741b29b8722c85a4ef97186d599d802c3
    Reviewed-on: https://code.wireshark.org/review/1137
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit b00a622bcd12157ae776bf4cfbed6b7d67887a3d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:25:25 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    ui/gtk/gui_utils.h:277: Warning: argument 'parent' of command @param is not found in the argument list of pixbuf_to_widget(const guint8 *pb_data)
    ui/gtk/gui_utils.h:277: Warning: argument 'xpm' of command @param is not found in the argument list of pixbuf_to_widget(const guint8 *pb_data)
    
    Change-Id: I9182a6f8c85b69bd8b0bab7e03af441dee31fc1d
    Reviewed-on: https://code.wireshark.org/review/1136
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d029cf158bce42dac0d6d0d270ffed84a19850c4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:23:59 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    pcapio.h:65: Warning: The following parameters of pcapng_write_session_header_block(FILE *pfile, const char *comment, const char *hw, const char *os, const char *appname, guint64 section_length, guint64 *bytes_written, int *err) are not documented:
      parameter 'err'
    
    Change-Id: I0eaa55a44436de5b9687c9b7846c199fe77d98e4
    Reviewed-on: https://code.wireshark.org/review/1135
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit bfc85bb36541e5ba7cd4efa6e22629d29931f6ce
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:22:58 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    airpcap.h:422: Warning: unable to resolve reference to `radiotap' for \ref command
    airpcap.h:443: Warning: unable to resolve reference to `radiotap' for \ref command
    
    Change-Id: I40028cbf16ba7a3a3da5fd84abf453e4b2d39b75
    Reviewed-on: https://code.wireshark.org/review/1134
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit cb51bd0acbac0b465a04dd0c141fe857a3b65596
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:21:08 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    build/epan/proto.h:384: warning: Found unknown command `\uXXXX'
    
    Change-Id: Ic42730e49ba9b956090269a3b80ffd7a87da33d3
    Reviewed-on: https://code.wireshark.org/review/1133
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit bcb6f09f6f01e5cde635ea5a640bd9e671361447
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:20:24 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    ui/packet_list_utils.h:32: warning: argument 'IN' of command @param is not found in the argument list of right_justify_column(gint col, capture_file *cf)
    ui/packet_list_utils.h:32: warning: argument 'IN' of command @param is not found in the argument list of right_justify_column(gint col, capture_file *cf)
    ui/packet_list_utils.h:32: warning: The following parameters of right_justify_column(gint col, capture_file *cf) are not documented:
      parameter 'col'
      parameter 'cf'
    ui/packet_list_utils.h:42: warning: argument 'IN' of command @param is not found in the argument list of resolve_column(gint col, capture_file *cf)
    ui/packet_list_utils.h:42: warning: argument 'IN' of command @param is not found in the argument list of resolve_column(gint col, capture_file *cf)
    ui/packet_list_utils.h:42: warning: The following parameters of resolve_column(gint col, capture_file *cf) are not documented:
      parameter 'col'
      parameter 'cf'
    
    Change-Id: I15c7046a36cc72d9904002946eab4dec81ab6861
    Reviewed-on: https://code.wireshark.org/review/1132
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 1fceb512f7f5fb3e2018dca7dc0fe541c3fbeef7
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 20:16:40 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    epan/wmem/wmem_strutl.h:82: warning: Found unknown command `\allocator'
    epan/wmem/wmem_strutl.h:82: warning: Found unknown command `\allocator'
    epan/wmem/wmem_strutl.h:80: warning: Found unknown command `\str'
    epan/wmem/wmem_strutl.h:81: warning: Found unknown command `\len'
    epan/wmem/wmem_strutl.h:81: warning: Found unknown command `\str'
    epan/wmem/wmem_strutl.h:81: warning: Found unknown command `\st
    
    Change-Id: I0c3908f0e4aa84cc20fad954638b0cb10b1d6dee
    Reviewed-on: https://code.wireshark.org/review/1131
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 05ce6efb8cecd713375b3e2c4dce8c3bd49b2cd3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 19:17:06 2014 +0200

    Fix warning when generate documentation (doxygen)
    
    wireshark/epan/wmem/wmem_stack.h:39: Warning: group wmem-stack: ignoring title "Stack-bbab" that does not match old title "Queue"
    
    Change-Id: I9376651d89d9df21aeca82ddb952c230d546169a
    Reviewed-on: https://code.wireshark.org/review/1130
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d685e9b3fe8e2adee34159ddeddf43b616f35234
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 17:10:06 2014 +0200

    Fix warning found by -Wunused-const-variable (Clang 3.5)
    
    Change-Id: I246aa28be28194576b4bd58714b2e6ac36f7a29a
    Reviewed-on: https://code.wireshark.org/review/1121
    Reviewed-by: Peter Wu <peter@lekensteyn.nl>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit fad0aa0382955bcc03d3ec8318dd510149e51b67
Author: Joseph Huffman <jhuffman@codeaurora.org>
Date:   Mon Nov 18 08:52:07 2013 -0800

    Addition of AllJoyn packet dissector.  Bug 9361
    
    Change-Id: Ia582732ee27ce9c1e4280afef5a6b3e3be959d23
    Reviewed-on: https://code.wireshark.org/review/1127
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit dacc7eea39ec560bf5c8edf0e850d1798c678b67
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Apr 14 09:53:47 2014 -0700

    Pull in some changes from master-1.10/make-version.pl.
    
    Matches versioning behavior in stable branches.
    
    Change-Id: Ic4d451e7e9941b65d24a76bfaf57de2b4fb58239
    Reviewed-on: https://code.wireshark.org/review/1124
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit e9e4277f2a8e22d68d5280b82372313fbe5ad568
Author: Matthieu Texier <matthieu@texier.tv>
Date:   Fri Apr 4 13:39:18 2014 +0200

    Add support of RFC 6514 PMSI bgp attribute and tunnel ID decoding
    
    Change-Id: Ia170002fb5af5f6548595688956cc01ec4a72298
    Reviewed-on: https://code.wireshark.org/review/960
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9838ab902e58aee4de8d17bb5a7f4dfbb3b9cdca
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Apr 14 09:06:03 2014 -0700

    Adjust path width for OS X & Linux.
    
    Change-Id: Icc51e8c3c93f78cbfa0a0aeda3552ceb4c82803d
    Reviewed-on: https://code.wireshark.org/review/1122
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 920ae80d336930e96aa22d94bfd4828aaaea9c93
Author: Philip Rosenberg-Watt <p.rosenberg-watt@cablelabs.com>
Date:   Mon Apr 14 07:43:34 2014 -0600

    Fixed deprecated tvb_length and tvb_length_remaining.
    
    Change-Id: Icb7b703319f2d76383fe0a52294ca8c2d06bef84
    Reviewed-on: https://code.wireshark.org/review/1118
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 834c25f50f954d04c9f7b1700505dcfa12dde25d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Apr 14 16:07:46 2014 +0200

    no need for if(tree)
    
    Change-Id: I90a9d2f31c479d1e13f5842be944b67ef67ed6a7
    Reviewed-on: https://code.wireshark.org/review/1117
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 97d4a8ffa013b918b97d5087d0fc3259a1aba49b
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Apr 14 16:04:48 2014 +0200

    TABs -> spaces
    add modelines
    
    Change-Id: Iae34900e61c2b1f58e48d5ec2d2a303b00beb137
    Reviewed-on: https://code.wireshark.org/review/1116
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 9a9ca0ab3d525b1380cd68701880281450aff464
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 15:42:16 2014 +0200

    lrelease / lupdate translation files
    
    Change-Id: I2962614ad9d4bd5a263f50e827705133c6c65d9c
    Reviewed-on: https://code.wireshark.org/review/1110
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit eef5e68177de15af082bdfd648f2021ced58f8e6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 15:38:15 2014 +0200

    Fix typo (double at...)
    
    Change-Id: If095b9d01817e4345ae588020cdc3332709c18d0
    Reviewed-on: https://code.wireshark.org/review/1109
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit c4626a247c5f152eac1a091641438fb78e304c0e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 15:36:23 2014 +0200

    Fix typo (Link size => Link type) in Qt Summary window
    
    Change-Id: I78844161e19eaa88a62417f492ac5e439c6bbac0
    Reviewed-on: https://code.wireshark.org/review/1108
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 12e9baf725b8937f3b722f1794a3c6dee30f65c1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 15:33:04 2014 +0200

    Fix typo and make buildbot doc happy
    
    Change-Id: I9e60fd8a8353e740c1b57f52daac86b1af1b784f
    Reviewed-on: https://code.wireshark.org/review/1106
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit b8d03c5f0462406ee8a17efce22ddd9d4f6bd9df
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 13 19:20:38 2014 +0200

    always get the transfer type from the conversation
    
    Change-Id: Iadd45be615053cd070f69cd836d2a4abb2d5588f
    Reviewed-on: https://code.wireshark.org/review/1115
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit e1c692dd7819f888ff540041a29272804e03a32a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 13 18:25:55 2014 +0200

    check for is_setup, not for the value of the setup flag
    
    Change-Id: I9fe0f2e180a3ccf13a4db13918a73b1999e29ade
    Reviewed-on: https://code.wireshark.org/review/1114
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 85473291a42678568d9ef1901b6c4ee2feac0993
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 13 18:54:40 2014 +0200

    remove device_address parameter from try_dissect_next_protocol()
    read the transfer type from the usb conversation instead
    
    Change-Id: I91b835aea32edbf7916c392afc0eb14e711f1baf
    Reviewed-on: https://code.wireshark.org/review/1113
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit dc97682cca887fd91c33bde899382f366c1a6a7f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 13 18:49:16 2014 +0200

    remove bus_id parameter from try_dissect_next_protocol()
    read the transfer type from the usb conversation instead
    
    Change-Id: I246a64f72b8c38b98337f463ee137e30fc9b504d
    Reviewed-on: https://code.wireshark.org/review/1112
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 01d2ca6a7411fb8ddd3edc7a7d1ecd076d46c934
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 13 18:41:19 2014 +0200

    remove type parameter from try_dissect_next_protocol()
    read the transfer type from the usb conversation instead
    
    Change-Id: Iec4866ac9c58bf576422f4bcb3bc8947bca27f06
    Reviewed-on: https://code.wireshark.org/review/1111
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 3aa48c8ad63211b694914c525e4401f9a694a9fe
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Apr 14 15:33:25 2014 +0200

    path is used only for libsmi and geoip
    fix a compile error when they're both unused
    
    Change-Id: I23b341bc02624e3e56320818056ac3cc8cd65b99
    Reviewed-on: https://code.wireshark.org/review/1107
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit c68769765cae2025e167c811a748e514822e73db
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Apr 14 14:47:30 2014 +0200

    Fix no previous prototype warnings.
    
    Change-Id: I859597ebc957a58f659800ef63318f94e80feabf
    Reviewed-on: https://code.wireshark.org/review/1104
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 167041a9be067f6d2aa5e16322822030bce06bea
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 14:34:37 2014 +0200

    Try to make happy Ubuntu Buildbot
    
    ../../../epan/wslua/wslua_tree.c: In function 'TreeItem_add_packet_field':
    ../../../epan/wslua/wslua_tree.c:151:14: error: variable 'tvbr' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
    ../../../epan/wslua/wslua_tree.c:154:9: error: variable 'ett' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
    ../../../epan/wslua/wslua_tree.c:159:9: error: variable 'nargs' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
    
    Change-Id: I1720a62613f4bf94ae2f8649a04139a7899fb106
    Reviewed-on: https://code.wireshark.org/review/1103
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 2414d9df46a137fac05ebd969613f46e0a39ca8c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 08:59:28 2014 +0200

    Fix Argument with 'nonnull' attribute passed null found by Clang
    
    Change-Id: If1c907308a7c776a6198530663f8dce03839d43b
    Reviewed-on: https://code.wireshark.org/review/1098
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit dd002649c32a0f16720236b34fe5a7aefe04c457
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Apr 12 00:32:20 2014 -0400

    Add tvb_get and proto_tree_add for string-encoded timestamps
    
    This commit adds tvb_get_string_time and proto_tree_add_time_item routines for
    getting nstime fields from the tvb when they are encoded in ASCII string form.
    
    The proto_tree_add_time_item routine is also usable for normal
    big/little-endian encoded time_t, and has the advantage of retrieving
    the value even if there's no proto tree.
    
    It also exposes the routines to Lua, both so that a Lua script can take
    advantage of this, but also so I can write a testsuite to test the functions.
    
    Change-Id: I955da10f68f2680e3da3a5be5ad8fdce7ed6808c
    Reviewed-on: https://code.wireshark.org/review/1084
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 92b501303bdeb163cec55825da8b683138517e4d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 14 12:34:10 2014 +0200

    Enhance translation (rename also pixel => Pixel to avoid similar string...)
    
    Change-Id: Ic2e0ca99382208c13ea2c71c11684c43b34b9988
    Reviewed-on: https://code.wireshark.org/review/1099
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3ca06aa167bf48278a2eb7b8cbd1292b4644cc28
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Apr 14 08:07:58 2014 +0200

    Increase tap limit to 5000
    
    This will fix "Warn Too many taps queued" information,
    while there is more then 100 PDUs to be exported.
    For example while exporting Logcat from TCP/IP it is quite
    often to have PDU with multiple Logcat PDUs around 1000.
    
    Change-Id: I24d0619e57ae494c836c19c8a67df44503c54318
    Reviewed-on: https://code.wireshark.org/review/1096
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 5d51a8dc080f3c4301a5bf4312bbcb906940e597
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Tue Apr 1 08:53:39 2014 +0200

    Fix wtap displayable names
    
    Also fix indentions.
    
    Change-Id: I5440859aaf3ec1dbf416d9da6c1dab71bec803d8
    Reviewed-on: https://code.wireshark.org/review/1094
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 444cdf5f6b6994706347f703b248bb1507c38888
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Apr 14 07:59:25 2014 +0200

    Bluetooth: ATT: Add missing offset calculations
    
    Change-Id: Ia0fe426bff7d48a45d915a18aa679bb8978d2fca
    Reviewed-on: https://code.wireshark.org/review/1095
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bf515f599056d73165f0c421f11de495842afeec
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Apr 13 20:31:21 2014 +0200

    lupdate / lrelease translation file...
    
    Change-Id: I6d93828ece6e62e4885c31d6d4429c652ead9389
    Reviewed-on: https://code.wireshark.org/review/1090
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 16d45a69caf1d47e381c661ab6b2269116084e62
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Fri Apr 11 17:59:17 2014 +0200

    Allow FT_BYTES, FT_NONE, FT_STRING use length "-1"
    
    All three types support zero length, so using
    -1 (aka length remaining) should be safe.
    
    Change-Id: Ia616d652ce6884f8e12a5ac5782073403810b10b
    Reviewed-on: https://code.wireshark.org/review/1072
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit fca3746365515c53f73e83dafe9bbac914ab4f55
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Apr 13 20:30:42 2014 +0200

    Enhance translation (rename toolTip to avoid similar string...)
    
    Change-Id: I66a17871829a769fe6ffecb2becbb5f4cc7fa078
    Reviewed-on: https://code.wireshark.org/review/1089
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit d64a5fbeeac2c278ac6452ee17ca8efb7cf3f5e6
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Apr 13 21:08:34 2014 -0400

    Fix infinite loop.  Bug 9986
    
    Change-Id: Idbd22522918f0db131945d2a39f38b963ca3e0c2
    Reviewed-on: https://code.wireshark.org/review/1093
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 0a5572ea77aff392c7925b8ce30c15327c8d28cc
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Apr 3 17:42:54 2014 -0400

    Fix Bug 9951: 'git commit hook isn't calling checkAPIs.pl with arguments for the dissectors'
    
    I recently made a change to packet-rtp.c and inappropriately included
    g_error() in it, which the builbots caught during their run of checkAPIs.pl.
    But checkAPIs.pl is supposed to catch such things for us before we submit, by
    being invoked in the git pre-commit hook.
    
    Apparently though, buildbots call checkAPIs.pl with extra arguments for
    different cases... and for packet dissectors it calls it with a '-g abort'
    argument, which is how it caught the g_error.
    
    So the "bug" is that the pre-commit hook should invoke checAPIs.pl with that
    argument too, for epan/dissectors/packet-*.c files.
    
    Change-Id: Ie8f9dcc55f2248918208dea85a04f67e6bf9829a
    Reviewed-on: https://code.wireshark.org/review/953
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit f532fb94fc1478061e94c98423079b74269967f3
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Apr 13 22:47:53 2014 +0200

    MBIM: fix dissection of ENVELOPE Sim Toolkit messages
    
    Change-Id: I3e6567e8ebfe83f12a0e2cbb2998b2e43ad2277a
    Reviewed-on: https://code.wireshark.org/review/1092
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit f6dfda3a3372675c9418953dec25420b13513733
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Apr 13 22:39:29 2014 +0200

    MBIM: add decoding of text based CDMA SMS
    
    Change-Id: Id2497597660bffeff2d98087d6511b91bfd93b1a
    Reviewed-on: https://code.wireshark.org/review/1091
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit cfe11b1097a53d5d62f1b7b9de3b816378527dae
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Apr 13 18:53:29 2014 +0200

    Add ENC_ASCII_7BITS encoding
    
    Change-Id: I01ec87ff4181afb5b2de487fd5f5200f8d62f17d
    Reviewed-on: https://code.wireshark.org/review/1088
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 63ed4745a2c3abef00ec69fa1b6832674fa17605
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Apr 10 15:30:00 2014 -0700

    Replace QTableWidgets with QLabels + HTML tables.
    
    This lets the user select and copy the folder and plugin data as text.
    Add clickable local filesystem URLs while we're at it.
    
    (I suspect that you shouldn't use QTableWidgets unless you're creating a
    spreadsheet.)
    
    Change-Id: I45650bd4f4b6215824a4ed70ec80698d0805baba
    Reviewed-on: https://code.wireshark.org/review/1064
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit cf85d91547037143a76ff2b25c4475794c4860e4
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Apr 13 08:04:54 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-04-13]
    
    Change-Id: I0af1de7915bf152ae59e48b4fb2e80c302aa4b39
    Reviewed-on: https://code.wireshark.org/review/1085
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f55269e406effde2cabe71b79c6a8e90068abd00
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Apr 12 15:39:20 2014 -0700

    Use ftype_name() to get the name of an FT_ value.
    
    That way we don't have to update the hf_types[] value_string if a new
    type is added.
    
    Change-Id: If4fd0a8ff2d6b54d0b70140be407dae9c4ab6b3b
    Reviewed-on: https://code.wireshark.org/review/1083
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit cb16dff992c3844936bf5829f19e5a5247458503
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Apr 12 15:26:34 2014 -0700

    Get rid of more tvb_get_nstringz* calls.
    
    Add an FT_STRINGZPAD type, for null-padded strings (typically
    fixed-length fields, where the string can be up to the length of the
    field, and is null-padded if it's shorter than that), and use it.  Use
    IS_FT_STRING() in more cases, so that less code needs to know what types
    are string types.
    
    Add a tvb_get_stringzpad() routine, which gets null-padded strings.
    Currently, it does the same thing that tvb_get_string_enc() does, but
    that might change if we don't store string values as null-terminated
    strings.
    
    Change-Id: I46f56e130de8f419a19b56ded914e24cc7518a66
    Reviewed-on: https://code.wireshark.org/review/1082
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ef8a0a2ce172810d48371eb65c73b1bd4a6303ca
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Apr 12 19:19:04 2014 +0200

    Update E.212 list to Operational Bulletin No. 1047 (1.III.2014)
    
    Change-Id: I6eddb03a0ef541f94fc166a03417a91bb219e235
    Reviewed-on: https://code.wireshark.org/review/1081
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit d7d1cdb1c16dfdd0f6354d6324946786ab4ef46d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Apr 12 16:13:36 2014 +0200

    Add MQTT to release notes
    
    Change-Id: I553698c522b4a1eba370591a4ab788a139f8f221
    Reviewed-on: https://code.wireshark.org/review/1080
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit c00de8797ceb2329e1cee1682d761e63109efee7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Apr 12 14:08:41 2014 +0200

    no need for if(tree)
    
    Change-Id: Ic74a8f080628dc200fe1f5a4d34ff5f9bb60e232
    Reviewed-on: https://code.wireshark.org/review/1079
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 37f85507ddc106bf2e91e4c8faa01d1b182c7110
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Apr 12 14:07:08 2014 +0200

    TABs -> spaces
    add editor modelines
    
    Change-Id: Ieee4ea5c5043c519c465a4b0570357f2c22e311c
    Reviewed-on: https://code.wireshark.org/review/1078
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 6fd55a2e5bf053a94f37c233126be500eb61aa65
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Apr 11 16:56:38 2014 +0200

    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
    
    Change-Id: Ibbae1eeffaa672224e5ea77bda8e207d077b7262
    Reviewed-on: https://code.wireshark.org/review/1071
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit ae127f23fad7ad085793b1a8cbe931e6c6c82626
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Apr 12 01:53:33 2014 -0700

    Add Mac Roman and DOS CP437.
    
    Change-Id: Ib96f2cf4ea71cd0cc2c703d58b9d254bf4c1248a
    Reviewed-on: https://code.wireshark.org/review/1077
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 538429cc758f04653da080c8d654ab0cc30e92c1
Author: David Ameiss <netshark@ameissnet.com>
Date:   Thu Apr 10 08:53:48 2014 -0500

    Fixes for numerous fuzz crashes - bug 9962.
    
    Change-Id: I34fb09b62e79bfadd362c0ade81bec80dd0f14e0
    Reviewed-on: https://code.wireshark.org/review/1058
    Reviewed-by: Guy Harris <guy@alum.mit.edu>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 0c2978d69d9fd45c46117a42964852e17cb9e389
Author: Shu Shen <shu.shen@gmail.com>
Date:   Fri Apr 11 14:22:56 2014 -0700

    Adding message type to COL_INFO for multipart messages
    
    Change-Id: I0ae84101c71f31e2d6ab91c7f7b74da81865b8f3
    Signed-off-by: Shu Shen <shu.shen@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/1075
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 5ad84a9ed1b16d6c96fd357352ceb55895671d6a
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Apr 11 14:08:14 2014 -0400

    Fix non-standard format specifiers
    
    C90 permits plain %f for doubles. Thanks to Alexis for pointing this out.
    
    Change-Id: I3f927b0a50e5764c2297c7f9d680c6363ba9fd0e
    Reviewed-on: https://code.wireshark.org/review/1073
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 2afa065d6201202c3804d8857c2f462e6dcde55f
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Apr 11 22:24:23 2014 +0200

    Fix compilation if not HAVE_LIBGNUTLS and not HAVE_LIBGCRYPT
    
    This was introduced in the previous compilation fix.
    
    Change-Id: I4ec652a2708d90f35f3f00ec2c3261acb3e68397
    Reviewed-on: https://code.wireshark.org/review/1074
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit b642a280cb74b94e62815dde98c038f54c4ad2ff
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Apr 11 15:20:00 2014 +0200

    Fix compilation if HAVE_LIBGNUTLS but not HAVE_LIBGCRYPT.
    
    Also fixed a comment for a #endif for the same defines.
    
    Change-Id: Icbbf619dbaeb1d4d154a5f1a8273f252d35c6981
    Reviewed-on: https://code.wireshark.org/review/1070
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 48c05a4f8e61998478e8be44cb4819989b1bfd99
Author: Niels de Vos <ndevos@redhat.com>
Date:   Fri Apr 11 10:47:19 2014 +0200

    GlusterFS: correctly dissect flags passed with OPEN, CREATE, etc.
    
    RPC/XDR is in big-endian, just like dissect_rpc_uint64() and friends.
    
    Change-Id: I0843e280bd2ffc2c4bd9a5273a7343a17d81ad6a
    Reported-by: Xavier Hernandez <xhernandez@datalab.es>
    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    Reviewed-on: https://code.wireshark.org/review/1066
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3f81af22e0116a2f83c0298de7874959b3967da2
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Apr 11 13:13:42 2014 +0200

    Improved TLS/DTLS Heartbeat Message handling.
    
    Added an expert info for invalid payload length (heartbleed).
    
    Change-Id: I9e09d1ae2b997091bbce2483c098dba7e6631859
    Reviewed-on: https://code.wireshark.org/review/1067
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 9ce003a6206a89d964dcb604b1f3b35acdfbbf7e
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Apr 11 13:17:56 2014 +0200

    Added P1 extension 34.
    
    Change-Id: Iccaaf39d4de21e1a12a26c40a184321a67b41f3e
    Reviewed-on: https://code.wireshark.org/review/1068
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 7ac3ed366c306df80064b569434f878baf93e8a4
Author: Gerald Combs <gerald@zing.org>
Date:   Thu Apr 10 18:25:50 2014 -0700

    Fix unused variable warnings found by clang.
    
    Change-Id: I31ff6d9bfcedfc1e3cab4e191d8dbf8de347abb1
    Reviewed-on: https://code.wireshark.org/review/1065
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 725c2b3354ca446525b9931746b2441de6b8b816
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Apr 10 22:53:11 2014 +0200

    Fix called C++ object pointer is null found by Clang Analyzer
    
    Change-Id: I7d142ed60af8bb776ea732bf9ef94ad92bc23d70
    Reviewed-on: https://code.wireshark.org/review/1061
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 36a2ba2ce684d242cf26aa0bcb4ae7944aff43c7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Apr 10 23:00:59 2014 +0200

    display LCNs as decimal number
    this makes them easier to compare with your TVs channel list
    
    Change-Id: Ie78d1a7df8aa83455ff723fa523b84a067231e5f
    Reviewed-on: https://code.wireshark.org/review/1063
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit b6cbf2374e52bbaa41091e18f15d24a5cf2bb8ed
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Apr 10 22:59:19 2014 +0200

    use the CI+ value string for CI+ descriptor tags
    
    Change-Id: I48f3304f74263672a65a74f523f14ebb7950d2d6
    Reviewed-on: https://code.wireshark.org/review/1062
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit b84ce5ca4303c2ef83e96f6b7b0224ee779820f3
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Apr 10 13:56:52 2014 -0400

    Comment out a section re SVN usage; svn ==> git in a few cases; Fix some typos.
    
    Change-Id: I0bd7a7d4bdcc566af6b8f672a25fb937176fde21
    Reviewed-on: https://code.wireshark.org/review/1060
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit ed1e229cb75ddb5abb6c82f4c25ab4fa989061c9
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Apr 10 08:53:53 2014 -0400

    Fix infinite loop.  Bug 9970
    
    Change-Id: I4f928187b9ba3e522f63f6b6987587e3638d8ba7
    Reviewed-on: https://code.wireshark.org/review/1057
    Reviewed-by: Francesco Fondelli <francesco.fondelli@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit f5b26da04923bb9a973633a24ba9492bb42f9926
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Apr 10 12:55:28 2014 -0400

    Remove unneeded #include.
    
    Change-Id: I3675f664f1e67c3881e5911427725fade8d1d0f0
    Reviewed-on: https://code.wireshark.org/review/1059
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 28931af2e55c5c176af243d0573e3126abdb5a60
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Apr 10 12:33:21 2014 +0200

    Update to the latest packet format.
    
    Change-Id: I745a05c9a9e7a5addc00befc2b4ff019aca2a4cc
    Reviewed-on: https://code.wireshark.org/review/1056
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 9ed6b19f786f16e2bbfc8218402eb1a97627af63
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Apr 10 10:00:16 2014 +0200

    Add a hint in the protocol tree.
    
    Change-Id: Id565b153e322599430218eb6f7a542e2dd763458
    Reviewed-on: https://code.wireshark.org/review/1055
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 98df3ce91f45952538781f861c9444fbc5bd6617
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Apr 10 09:43:47 2014 +0200

    Have the checkum preference only affect IPv4
    
    Change-Id: I6416ab40ac4e1e652bc453fb8e6d3eaa6ec5fe65
    Reviewed-on: https://code.wireshark.org/review/1054
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit af6618b9e27f9b34fe667a6046f4e632a54e728f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 18:41:54 2014 -0700

    More zero-length checks.
    
    Fixes bug 9965.
    
    (Also fixes a typo in an expert info string.)
    
    Change-Id: I0b4f9bc4619e0d2ba291795973070598e2e142fe
    Reviewed-on: https://code.wireshark.org/review/1051
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 209b08225f23e4200ca2ecba79b4d9a70b3eae59
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 18:30:03 2014 -0700

    Check for zero-length options.
    
    Otherwise, we get an infinite loop when processing options.  This might
    be the cause of bug 9967.
    
    Change-Id: If115c8cc8fc87b0c4252ab3cd07bfa34952786c6
    Reviewed-on: https://code.wireshark.org/review/1050
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ea7660a30183f14408ce6b2f175fce25ad016ffe
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 18:06:20 2014 -0700

    Fix two ett_ variables that weren't getting registered.
    
    Change-Id: I0b37bf3d89a108978a6c917fc4d3a33cba456493
    Reviewed-on: https://code.wireshark.org/review/1048
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 7cbc790832cfb067857b523ef2ad440966ef824a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 17:48:32 2014 -0700

    Avoid bug 9962 - don't use variables that haven't been set.
    
    See the comment for details.
    
    Change-Id: I0b1800dd884736e00201f09166c0d2bd6795b6c3
    Reviewed-on: https://code.wireshark.org/review/1047
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 7fb9e9beb0ce8148747a34ea7ceaa1391c2fa776
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 15:58:59 2014 -0700

    Fix white space.
    
    Change-Id: Ia36d439d1210f93be25a31d2a7288474688e0d9c
    Reviewed-on: https://code.wireshark.org/review/1046
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit b3350ed946ee5cdc83fbab017b986df0bc380e9b
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Apr 9 17:19:31 2014 -0400

    Update kafka OffsetFetchResponse dissection
    
    Per https://github.com/Shopify/sarama/pull/77 the spec is out of date, there is
    no longer a clientID field in certain messages.
    
    Change-Id: Ieeb7b8f1dd32b326b3d9507e3d5897574a1b09fd
    Reviewed-on: https://code.wireshark.org/review/1043
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 800cd7b95e6f71f7d81259bba8cdbcfcb679e3f9
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Apr 9 08:34:47 2014 -0400

    Improve dissection of RFC 6607.  Bug 9960
    
    Change-Id: Ibab13b0ab7b3f0ac1d9c2e305cb428bb17689313
    Reviewed-on: https://code.wireshark.org/review/1039
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 4990a8e4ee1685905e42973b19711a8e3e959836
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Apr 6 16:31:53 2014 -0400

    Added support for MQTT protocol. Bug 9930
    
    Change-Id: I04fc3a6225c56af9905f4f9bbbca5bc10f214843
    Reviewed-on: https://code.wireshark.org/review/873
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit a07dd033d894c73b32adb67601e1d1796de59105
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 14:37:31 2014 -0700

    Clean up white space.
    
    Change-Id: If274c6239859127485d306b92a59e4d473c26d39
    Reviewed-on: https://code.wireshark.org/review/1045
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 4e8d739609f8134afa79d4683590b499466bc674
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 14:32:15 2014 -0700

    Use tvb_strncaseeql() to check for XML.
    
    This avoids using tvb_get_nstringz0(), and simplifies the check.
    
    Change-Id: Ib33cf22bf79d4fac8896c25a8b879eeb6e506831
    Reviewed-on: https://code.wireshark.org/review/1044
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit baa9d10407b94d33cae78d55abbbb4c9eb0b9abd
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Apr 9 14:39:15 2014 +0200

    iTXt chunk name
    
    Change-Id: I0310368319fe70782bd2c3b48e100292cd93d8c4
    Reviewed-on: https://code.wireshark.org/review/1042
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit a653014e69a4f0e0b59393ddc03871006057b36a
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Apr 9 15:56:06 2014 +0200

    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
    
    Change-Id: I14bf279b0c85405c1963784737add9321d5cb7c4
    Reviewed-on: https://code.wireshark.org/review/1040
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit dae96ca72bf3bd24e040cb957f5b84092966566b
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Apr 8 20:01:01 2014 +0200

    Switch back Windows 32 bits build to GTK2
    
    GTK3 does not work great on Windows:
    - the GUI is quite ugly
    - features like background color in filter box does not work
    - x64 builds are still using GTK2
    - no one is putting efforts on this to fix those issues
    
    As we are transitioning to Qt, I do not expect any improvement soon.
    Let's switch back to a more user friendly GUI.
    
    Change-Id: I04c0856b8ac8ce808c1942f7f26b14dd57388d1a
    Reviewed-on: https://code.wireshark.org/review/1026
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 1c162ffc7e59e9c669d8b7ef9232c9bbf719ae9a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 02:44:15 2014 -0700

    Clean up the dissection of ServiceContexts.
    
    Make the top-level item for a ServiceContext an item for the
    ServiceContext as a while, and put the VSCID under it like other items,
    rather than making the VSCID the top-level item.
    
    Don't dissect the VSCID using the value_string field for the Object
    Management Group's SCIDs; use that value_string field for the SCID if
    the VSCID is 0 (meaning "Object Management Group"), and have no
    value_string field for the VSCID otherwise (the interpretation of the
    SCID depends on the value of the VSCID).
    
    Dissect the encapsulation information even for unknown ServiceContexts.
    
    If the ServiceContext's length is bigger than what it's supposed to be,
    throw an exception if it's also bigger than the data available in the
    packet; this squelches a run-time warning in that case.
    
    Change-Id: I11cc62c2e32f4623dba2a551119b3146a7037e6d
    Reviewed-on: https://code.wireshark.org/review/1038
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 9c14703d7b8eb9a0e2ff22d55f46748b3ce6c029
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 16:22:13 2014 +0200

    remove usb_trans_info parameter
    trans_info is part of the conversation info
    
    Change-Id: I3eafe893324d7d6d23c5475f6f7aa34b7520a6b8
    Reviewed-on: https://code.wireshark.org/review/1018
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3e228c0f1577a8bd320dcf88be43f198be03139f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 15:59:02 2014 +0200

    setup dissectors don't need bus_id and device_address parameters
    these values are already part of usb_conv_info
    
    Change-Id: I79f0c67c91f0f93ba2d52ef08875833eee5e9efd
    Reviewed-on: https://code.wireshark.org/review/1017
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 7d83a8755a20579ec7d6b98b341ae17d8cb6bf65
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 9 01:04:37 2014 -0700

    Don't use tvb_get_nstringz0(), use tvb_get_string_enc().
    
    Change-Id: I8e654fa857fca6713198e3d20f2a14a0a444e935
    Reviewed-on: https://code.wireshark.org/review/1037
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 412c6cabcfd96efeae6c13f1e918d99be002eaf8
Author: Michał Orynicz <michal.orynicz@tieto.com>
Date:   Tue Apr 8 09:33:43 2014 +0200

    Make makefile verbosity configurable from CMake
    
    This change makes CMAKE_VERBOSE_MAKEFILE option
    of CMake used to determine verbosity of generated
    makefile, instead of hardcoding it in CMakeLists.txt
    script and forcing user to read the script and use
    workarounds like "make VERBOSE=1"
    
    Change-Id: I0f3b90ccf962ff88fbfa21ad2f3920b1644d6b6e
    Reviewed-on: https://code.wireshark.org/review/1002
    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3057e309dfe260f0902a88e9049dad1b8f194538
Author: Michał Orynicz <michal.orynicz@tieto.com>
Date:   Tue Apr 8 10:40:09 2014 +0200

    Change how WERROR and WERR_UNKNOWN is turned off
    
    Use setting WERROR and WERR_UNKNOWN explicitly to
    FALSE instead using unset command. This ensures that
    no if(WERROR) or if(WERR_UNKNOWN) clause will trigger
    unless these variables are set to another value.
    
    Change-Id: I752d7691c9c101b07c6ee85db83d96d9190bccd7
    Reviewed-on: https://code.wireshark.org/review/1001
    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8d9c45d965bfd20b099fdab7c617b6e3ad95b69d
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Apr 8 19:11:15 2014 -0400

    Update some Kafka API constants per lastest spec
    
    Change-Id: Icef981f50e81e5059916e3bde5fa8a1e1fcd92ae
    Reviewed-on: https://code.wireshark.org/review/1033
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 130b94fa61baf82f4de5e5625c332de690210eba
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 19:01:59 2014 -0700

    Sadly, packet-dcerpc-mapi.c is not yet free of warnings.
    
    Change-Id: Ic208c89a915fc34d0f42ce788a60aa15029d105b
    Reviewed-on: https://code.wireshark.org/review/1036
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit d8a647ece1a886ac62b38370f28e58812d06a99e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 17:58:32 2014 -0700

    OK, that might mean packet-dcerpc-mapi.c now has no warnings.
    
    Change-Id: I22688f0a9b6c04b1e0e9f16c92e7c0713610854c
    Reviewed-on: https://code.wireshark.org/review/1035
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ed075f20226d06c0a41727c1a2b4de0e3d8807e6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 17:50:56 2014 -0700

    Fix some C++ warnings about implicit casts.
    
    Change-Id: I19730e723700f0cc7dcc7ba0db2689f076c7bb5b
    Reviewed-on: https://code.wireshark.org/review/1034
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 6ae5747c098db1cbeeb890da5b5386ecaed6d55b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 12:25:49 2014 -0700

    I don't see anything here requiring netinet/in.h, so don't include it.
    
    Change-Id: Id024d7e2529a6eb9ca79ce8c3ea674a3c0795b85
    Reviewed-on: https://code.wireshark.org/review/1030
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 834f5639a1b52b3c4005857aa05c5774602c67d2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 12:23:57 2014 -0700

    I don't see anything here requiring netinet/in.h, so don't include it.
    
    Change-Id: I852d810d6cd6105b564a6fa630a53499d99afde0
    Reviewed-on: https://code.wireshark.org/review/1029
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 84a57cb2ebd2b9c7605bf56395d19d3be0a5feea
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Apr 8 12:21:01 2014 -0700

    The "not DNS" filter used UDP in the description but matched against
    TCP. DNS runs over both so update the filter to exclude both.
    
    Thanks to Yaron Fainstein for noticing this.
    
    Change-Id: I0c4d1fef7f8d725bf656cca87ba5908893fff0b2
    Reviewed-on: https://code.wireshark.org/review/1028
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 07ee5de75cc07a869dee294c2294f2a03dfc381c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 12:19:55 2014 -0700

    Get the UDP protocol number from a Wireshark header.
    
    We have epan/ipproto.h to define various IP protocol numbers; use that.
    
    Change-Id: I1ec72028182125f7e11dc159791753ee26d35f12
    Reviewed-on: https://code.wireshark.org/review/1027
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 7d458fa4a6d10f4e79b2b90dc3355c1c802b09da
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 11:03:58 2014 -0700

    Make sure IPv4 address structures really have 4 bytes of data.
    
    Change-Id: If89827677f7503fc67ba9a025f28447a68a98f07
    Reviewed-on: https://code.wireshark.org/review/1025
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit beb4876cb4dda2b9964c223041386e5e6e33a31e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 10:57:59 2014 -0700

    Don't assume the data pointed to by an address structure is aligned.
    
    And don't assume you can dereference the pointer nonetheless; that
    doesn't work on SPARC, for example - you get an unaligned-access trap.
    
    Instead, use pntoh32() to fetch IPv4 address values from the address
    structures.
    
    While we're at it, just use guint32 for those addresses; we don't need
    in_addr_t.
    
    Change-Id: I84e6c653fe33b1bc6e67d9097ce423b82f1eb0c8
    Reviewed-on: https://code.wireshark.org/review/1024
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 0f0c079226d588e6dc181160199f9a08e55e4a9e
Author: Michał Orynicz <michal.orynicz@tieto.com>
Date:   Tue Apr 8 13:09:36 2014 +0200

    Add commit-msg hook to tools to spare searching for it
    
    commit-msg script adds change id at end of commit messages.
    As this script is needed for Gerrit review system to work
    and every wireshark developer will need to download it from
    somewhere, it will be better if it is downloaded with Wireshark
    sources and ready to copy to .git/hooks
    
    Copied from AOSP Gerrit.
    
    Change-Id: Ib3705abfedd2869462eef57690a2f430037f9cc1
    Reviewed-on: https://code.wireshark.org/review/1008
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 3c13e983dad5f77f6b52db9bc624f51ca41ecbf7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 09:35:33 2014 -0700

    Squelch another warning; fix a place assuming 8-bit device IDs.
    
    Change-Id: I0b2d30a7724f9493ef0388232f6c13751e707255
    Reviewed-on: https://code.wireshark.org/review/1023
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 45f019249c70c67f879e09ccafe65c8498b89be4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 09:13:39 2014 -0700

    Get rid of some unused functions.
    
    Change-Id: I3b1529826c04334d2df8e3f80a69e8b51651b9cf
    Reviewed-on: https://code.wireshark.org/review/1022
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 63f18c46b9c7b19de80b7ac400a593aa45475513
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 09:11:21 2014 -0700

    USB device addresses need to be 16-bit.
    
    They are 16-bit in the Windows header; make them that way everywhere, so
    that we don't get "shortening 16 bits to 8 bits" warnings.
    
    Change-Id: I18f4c4254f224d76a90f3e87bc2f28cba011b5a3
    Reviewed-on: https://code.wireshark.org/review/1021
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 946dfdbb746e0c6f7e7d650deb66734408cd7f8d
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 8 17:29:42 2014 +0200

    Add application/vnd.oma.xdm-apd+xml
    
    Change-Id: I7d5c3757d5c66da4b1ce91026bdacd9631eda78c
    Reviewed-on: https://code.wireshark.org/review/1020
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit fa4c104812f056dae753091f3e528e4dbfcff0ed
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 8 17:10:51 2014 +0200

    Update to V11.6.0
    
    Change-Id: I91def9d33901f82b9516a0be464ba9e609da0007
    Reviewed-on: https://code.wireshark.org/review/1019
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7a3cd91a0a0ea96e847a2c62f71f6827921eea6d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 10:41:55 2014 +0200

    reformat the code for bulk, interrupt urbs
    
    Change-Id: Ib2374df62daf0fc26fb02202d3a64e59b902a1e8
    Reviewed-on: https://code.wireshark.org/review/1016
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 8d6b20ad2d75f172f48df5525f609c2a9e7ab736
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 10:14:35 2014 +0200

    move the assignments for is_request, endpoint behind the if statements
    
    Change-Id: Id3938253bbc63cc27823afa326b1997182e3943d
    Reviewed-on: https://code.wireshark.org/review/1015
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 7952e2aadf3e844380f56861bf064b2593a06c75
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 10:41:24 2014 +0200

    get rid of src_endpoint, dst_endpoint
    
    Change-Id: I0d12586afb3723a0da9d24ab2a4b7aa2426b5512
    Reviewed-on: https://code.wireshark.org/review/1014
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit e140c0aee57fb151f67ad56b0cafb576b96167c4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 10:30:35 2014 +0200

    get rid of tmp_address
    
    Change-Id: I67b83c07c591ef926e5eee94a5526479453d6955
    Reviewed-on: https://code.wireshark.org/review/1013
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 6acb386a80bf3f792342df8dd80e852baaa61226
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Apr 8 09:59:11 2014 +0200

    remove another two NULL checks
    
    Change-Id: I091f35ecca8c1418e86ac41018beca705bb1fcd6
    Reviewed-on: https://code.wireshark.org/review/1012
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit ab145d205750391bee6681f9ceff8c60eaec0293
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 6 21:25:04 2014 +0200

    reformat the nested switch-case part
    
    Change-Id: Idd98825cbbc6bcc27823afac26b1997182e994cd
    Reviewed-on: https://code.wireshark.org/review/1011
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit dfd3680ae78fda0a50438830f6eb3e0a4b282ee6
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 8 15:32:59 2014 +0200

    Fix a typo, missing ","
    
    Change-Id: I848cf4c63f9b4c7daf6e63f2e60cd1d5aded7b82
    Reviewed-on: https://code.wireshark.org/review/1010
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d3b599e6dc877d749800d186fe8631496e261ea8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 7 07:49:38 2014 +0200

    Remove some variant of tfs_set_notset...
    
    Change-Id: Ida21963cd68f8fc7387cd2ca37d9436f98318d40
    Reviewed-on: https://code.wireshark.org/review/1004
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 7077aaa54f4c5ddfba95e3f4ba44c563851338e3
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Tue Apr 8 12:26:19 2014 +0100

    Fixes for Windows build post change 1006
    Windows still needs the definition of in_addr_t
    
    Change-Id: I43c417de8e8199cfa58b9d494be5e828f959f1a9
    Reviewed-on: https://code.wireshark.org/review/1009
    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
    Tested-by: Graham Bloice <graham.bloice@trihedral.com>

commit 717613e529044ad4ac84995578339bad83e14910
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 7 07:38:30 2014 +0200

    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)
    
    Closed-bug: 9941
    Change-Id: If6e9c2aa3d2e437ac499253a3061579f344fe607
    Reviewed-on: https://code.wireshark.org/review/1003
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 1d8cab5029554fdcd7af983d7b309241cb487d6e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Apr 7 08:48:14 2014 +0200

    Make filterable OSPF Hello Packet
    
    Change-Id: Idc7e84fe9f00c30ad6edebcdd11c72d3a7fb77e7
    Reviewed-on: https://code.wireshark.org/review/1005
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d3df2e588bc6febb5b2d414ad040ede903ef4c85
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Apr 8 01:22:57 2014 -0700

    On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.
    
    So don't pull in <netinet/in.h>.  Also, avoid <sys/types.h> in
    packet-dcom.c.
    
    While we're at it, do *not* assume that pinfo->src or pinfo->dst are
    IPv4 addresses.
    
    Change-Id: I5fc8e859780a8d863aaf6e90a21a7039cabae0e6
    Reviewed-on: https://code.wireshark.org/review/1006
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit abbdcd875048e9182ea8f3674c0a452e64095125
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Apr 8 08:44:44 2014 +0200

    Fix warning found by -Wunused-const-variable (Clang 3.5)
    
    Change-Id: I4506be6ae8deda5e8d1e038b089620a15b650b03
    Reviewed-on: https://code.wireshark.org/review/1000
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 872dd7031b2d4208669ca9f6e78d1e774c3c4902
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 18:51:41 2014 -0700

    Don't pretend that sizeof(guintN) will give us more robust values.
    
    What matter in these cases is the number of bytes on the wire; either
    sizeof(guint8) = 1, sizeof(guint16) = 2, and sizeof(guint32) = 4, in
    which case just using 1, 2, and 4 avoids "64-bit to 32-bit conversion"
    warnings on LP64 and LLP64 environments, or they're not equal, in which
    case using 1, 2, and 4 rather than the sizeof()s is correct.
    
    Change-Id: I4f15c5fae51958c1aff17ff819a9878fa6bd1f54
    Reviewed-on: https://code.wireshark.org/review/999
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 75dcbc4f47fe2b8d13657a2f21151271b4c2ac85
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 17:45:45 2014 -0700

    Make sure packet-lbttcp.h ends up in the release tarball.
    
    Change-Id: I9e0eec78bd2020040eb8d5fe5e527fb2a6fc6f9b
    Reviewed-on: https://code.wireshark.org/review/998
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit e1ce405449f0f068824456ab25b97d3328c36488
Author: Marko Hrastovec <marko.hrastovec@gmail.com>
Date:   Mon Apr 7 19:59:29 2014 +0200

    ASTERIX - added dissector for category 023.
    
    Sample file with traffic is the same as for CAT021 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9953). Apply filter "asterix.category == 23" to see only CAT023 packets.
    A small change in actual dissecting code was also needed because of strange item I023/101. The first FX bit is in the second byte and then grows only for a byte.
    
    Change-Id: I3f80e6e46b642efc6f2e19e6f931cdef1c39495a
    Reviewed-on: https://code.wireshark.org/review/993
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 2f4ca9c8d979029e7893f2843045f516e3d0b844
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Apr 7 16:33:51 2014 -0400

    Initial checkin of LBM aka 29West dissectors. See Bug 9718.
    
    Change-Id: If8fcfe1971c8863f370e440f64c36eb7566f6852
    Reviewed-on: https://code.wireshark.org/review/113
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 8c7fae2da22371ff06a35d1aab28837d2db5a8ff
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 16:41:25 2014 -0700

    Absolute and relative OIDs have different FT_ values.
    
    This squelches some run-time dissector asserts.
    
    Change-Id: I0ce33c4eb6e9c3bd371e47363a981e9a7a0dc789
    Reviewed-on: https://code.wireshark.org/review/997
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 2b5fc4efdc2afd3349014669fb7bfad59c5d458c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 16:14:01 2014 -0700

    The encoding of a string is *not* part of its type.
    
    So get rid of the commented-out FT_UCS2_LE; that would be handled as an
    FT_STRING, FT_UINT_STRING, or FT_STRINGZ with an encoding of
    ENC_UCS_2|ENC_LITTLE_ENDIAN.
    
    Change-Id: I828fc1ed49843a503ec70e6adaf6dadd256df407
    Reviewed-on: https://code.wireshark.org/review/996
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 172f5cd280f59ea972b6471e34982040f70f374e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 16:07:06 2014 -0700

    Sort the values in value_strings that we'll treat as extended.
    
    This squelches a run-time warning.
    
    Change-Id: I5b147530b7f9255c3564fe24b56e0ea3eab45852
    Reviewed-on: https://code.wireshark.org/review/995
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 26f46d40e9cc0feab71280fbff57d70beac20acc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Apr 7 15:39:55 2014 -0700

    Handle string types with somewhat appropriate encodings.
    
    For various string types defined in X.680, use the appropriate encoding,
    or ENC_ASCII|ENC_NA in some cases where we don't have an appropriate
    encoding yet.
    
    This most significantly fixes the handling of BMPString and
    UniversalString, which are supersets of ASCII (Unicode Basic
    Multilingual Plane and Unicode, respectively), but don't encode ASCII
    characters as single octets.  It also fixes UTF8String to, well,
    properly recognize UTF-8.
    
    This also lets us get rid of the special handling of SyntaxBMPString in
    X.509sat (and, in fact, *requires* us to get rid of it, as, otherwise,
    the string value appears twice).
    
    Change-Id: I325c4e71a6110278eb23b86e0d986e6439cfc328
    Reviewed-on: https://code.wireshark.org/review/994
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit a5cb72fe9eadfaf8cb0aefccb106a7eaad9266c9
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 11 16:07:10 2014 -0800

    Add a Qt I/O Graph dialog.
    
    For each graph you can set:
    - Its visibility
    - A name
    - A display filter
    - Color, from a fixed list
    - Plot style: Line, Impulse, Bar, Stacked Bar, Dot, Square, Diamond
    - Basic Y Axes (packets/s, bytes/s, bits/s)
    - Computed Y Axes (SUM, MIN, AVG, MAX)
    - Smoothing
    
    You can pan and zoom using the mouse and keyboard. Clicking on a graph
    selects the last packet for that interval. If all graphs have the same Y
    axis a single label is shown, otherwise a legend is shown.
    
    The time scale (X axis) can be toggled between relative seconds and the
    time of day.
    
    Graphs can be saved as PDF, PNG, BMP, and JPEG. Settings are "sticky"
    via the io_graphs UAT.
    
    To do:
    - Minimize graph drawing delays.
    - Figure out why smoothing differs from GTK+
    - Everything else at the top of io_graph_dialog.cpp
    - Fix empty resets.
    
    A fair amount of code was copied from TCPStreamDialog. We might want to
    subclass QCustomPlot and place the shared code there.
    
    Move common syntax checking to SyntaxLineEdit.
    
    Move some common code from ui/gtk/io_stat.c to ui/io_graph_item.[ch] and
    use it in both GTK+ and Qt.
    
    Make the io_graph_item_t array allocation in io_stat.c static. The
    behavior should be identical and this gives us additional compile-time
    checks.
    
    Change-Id: I9a3d544469b7048f0761fdbf7bcf20f44ae76577
    Reviewed-on: https://code.wireshark.org/review/435
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit cc3c05ed5f9e2d3eb8d72b3acc66bbacd50a26e7
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Apr 6 22:01:03 2014 +0200

    Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW gcc 4.3
    
    Fixes bug 9957
    
    Change-Id: Ibe38ec25be5cfdad98c53c8257b0a858529897f6
    Reviewed-on: https://code.wireshark.org/review/991
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit e32b38164b237dc80478b49469e955f430c23f49
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Apr 6 18:54:24 2014 -0400

    Fix Bug 9958: 'SDP displays double spaces between payload formats as a 0 payload format'
    
    Given an SDP m= line such as this:
    
        m=audio 29156 RTP/AVP 18  0
    
    SDP will show a media format of G.729 (the 18) and then two G.711 entries: one
    for the extra space between the 18 and 0, and one format for the 0. The latter
    is correct, but the extra space one isn't.
    
    Technically such an m= line is malformed, since only one space is allowed
    between payload formats; but it's definitely not a format of 0.
    
    A similar thing happens in many parts of SDP dissection code. It needs to issue
    an expert error and handle it gracefully.
    
    Change-Id: I1f1500489a13a55e03fc8ea14b37d99a019fc449
    Reviewed-on: https://code.wireshark.org/review/989
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 26dcdbb402751df9e51c397c42f3545d8e08ccbe
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Sun Apr 6 19:59:52 2014 -0400

    Tweak the Diameter heuristics a bit more.
    
    Increase the max Diameter message size to 65534 and reject messages whose
    flags have both the E- and R-bits set.
    
    Change-Id: Ib11701a47d23ff042a346d59c56f9f0f4410e6b7
    Reviewed-on: https://code.wireshark.org/review/990
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 58a6487b540ee2eb30753573ba84b3837f6d9471
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Apr 6 19:25:36 2014 +0200

    Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres function
    
    Change-Id: If043683f366fedd849688ca3c512707954221a3b
    Reviewed-on: https://code.wireshark.org/review/984
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f06cdf3a838b072b1ce3883f2f92796c5863273e
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Apr 6 13:38:11 2014 -0400

    Tweak ZigBee GreenPower heuristic to more closely match ZigBee NWK heuristic.  Bug 9956
    
    Change-Id: I2c4d26ee27684d1f18c39add249b9cd116cf6f71
    Reviewed-on: https://code.wireshark.org/review/985
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Tested-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4eaec3cc7810dd680b044c11d74739410f407cc0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Apr 6 14:21:49 2014 -0700

    Get rid of an extra blank line.
    
    Change-Id: I119bbc0c4979a938e4d4633e6acbf46d265b8398
    Reviewed-on: https://code.wireshark.org/review/988
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 70ad7d8fd3a40bd9a5e30860c6bbbd0ab801ebe2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Apr 6 12:12:59 2014 -0700

    Move the status dissecting code to the AFP dissector.
    
    The ASP and DSI dissectors had almost-identical dissection of the ASP
    and DSI "status" responses. What's being dissected is defined by the AFP
    specification (and might be different for protocols *other* than AFP
    running atop AFP or DSI), so move that dissection to the AFP dissector.
    
    Note that, at least for AFP-over-DSI, the spec isn't being followed in
    at least one capture.
    
    Change-Id: Idb1013483f3a3bdf2b7eb0618e48fc178a338642
    Reviewed-on: https://code.wireshark.org/review/987
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 5a67479bff973df068301e5d07ec8918a58f3ce8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Apr 6 19:28:39 2014 +0200

    Fix indent (use 2 spaces) and add modelinse info for frame_data.h
    
    Change-Id: Ib9eced1b652345cd40edb96ddde092f41a8f669c
    Reviewed-on: https://code.wireshark.org/review/986
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 85aa07157a072f6627b019b18ec7e769844f3930
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Apr 6 12:37:49 2014 -0400

    Get it compiling again: WindowsXP build failing
    
    The WindowsXP build is failing due to a wslua testsuite failure, in the
    file reader/writer tests. I've looked at it a bit and I don't know
    why it's failing yet - I know why it says it's failing, but it doesn't
    fail for me. And it was passing on WindowsXP until the change to Lua 5.2.3,
    but I run 5.2.3 all the time and it passes for me, and there's nothing
    special about the portion that's failing.
    
    The only way to debug it is to run it on WindowsXP myself, but I need
    a build to do that with, so I've commented out the failing test and
    hopefull it will build now and I can grab the automated build to debug
    the issue.
    
    Change-Id: Ib75e8f75829e8f506823e648605ba16e21c7973a
    Reviewed-on: https://code.wireshark.org/review/982
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 6328f6eb12a47fdf3c6aab3a1dee87a118f2235c
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Fri Apr 4 12:01:31 2014 -0400

    Add a couple more in_error_pkt checks.
    
    Don't attempt reassembly and squash an expert info when we're in an error
    packet.
    
    Change-Id: I7d19e4ab7add78829bf1e28ad92dce3a7431c37d
    Reviewed-on: https://code.wireshark.org/review/964
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit e60ed4fc304c05bb8063d23c8a4032b62f9fadb7
Author: Francesco Fondelli <francesco.fondelli@gmail.com>
Date:   Wed Apr 2 14:12:01 2014 +0200

    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.
    
    Change-Id: Iebf09b7b870efe9d52421b9acc238208d25d4565
    Signed-off-by: Francesco Fondelli <francesco.fondelli@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/921
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 564730120ee757ebe1a70ee0dd9e08b6674d4799
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Apr 6 08:07:06 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-04-06]
    
    Change-Id: Ifebae1d444037a1432d62d710c42c1da9dd0ed58
    Reviewed-on: https://code.wireshark.org/review/979
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 01f1ed8cb4ee88d289e5b60ca8d89e027bf51f48
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Apr 6 19:12:28 2014 +0200

    remove unnecessary NULL checks
    
    Change-Id: I5792fe99f0c75dfa0a9c5e20c4784e2e8a9c00f0
    Reviewed-on: https://code.wireshark.org/review/983
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit b40cb1adea4f0e5628435c65bb0a0e158241c214
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Apr 6 10:57:33 2014 -0400

    Apply found fix-encoding-args.pl errors in the dissector directory.
    
    I coincidentally found a few files with errors, so I thought it might be time to run it on the whole directory again.
    
    Change-Id: Ia32e54b3b1b94e5a418ed758ea79807c8bc7e798
    Reviewed-on: https://code.wireshark.org/review/978
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 4a00ef22e3dedc65669b255f33cbf0348a2464f4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Apr 3 23:09:36 2014 +0200

    make sure that we always finalize the composite setup_tvb
    
    this should contribute to fix bug 9949
    
    Change-Id: I5235a14b5603ac22c41dd38fb405409c066c9444
    Reviewed-on: https://code.wireshark.org/review/952
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 16f2aadfc50296db4a3b071e95ca0b753eef7d25
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Apr 5 17:06:45 2014 -0400

    Bugfix AFP dissection within MDSSRV.  Part of bug 9950.
    
    Change-Id: Ibe2aa48284fe7a507133f5b70a22110bb3bb56cb
    Reviewed-on: https://code.wireshark.org/review/973
    Reviewed-by: Ralph Böhme <rb@sernet.de>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 828bb24226fe8b6b6b98e37c11bf03097b383d4f
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Apr 6 12:10:30 2014 +0200

    Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
    
    wmem_packet_scope() cannot be used outside of a packet treatment
    
    Change-Id: I6e545bbb51f325b366288f17358f9d2347a7d7c4
    Reviewed-on: https://code.wireshark.org/review/977
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit a90dfcb325b6c6ea3e8a10ca1c3f4f6d41750c02
Author: Marko Hrastovec <marko.hrastovec@gmail.com>
Date:   Sun Apr 6 07:34:33 2014 +0200

    Bugfix for ASTERIX category 021.
    
    It was found in https://code.wireshark.org/review/#/c/972/ and only commented out.
    The bug is now fixed, the variable is used.
    
    Change-Id: I0361b269a06f45f4d36b8bc97c3623618cb5f859
    Reviewed-on: https://code.wireshark.org/review/976
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Apr 5 21:15:23 2014 -0400

    Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all dissectors
    
    Change-Id: I7489e2fb3a1f2630ca17b0a5fe1aa873992f1061
    Reviewed-on: https://code.wireshark.org/review/975
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 941bd013b3f481e9fd42c175ea6a5194b8046ca4
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Apr 5 20:26:21 2014 -0400

    Added support for BSS header in ED-137A RTP header
    
    Change-Id: Iffab8a62cf58d3ccf54fe2ed086aae80eb425a5f
    Reviewed-on: https://code.wireshark.org/review/929
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 6ee4dde7d812f1fc1547d4bade117da7349d0dcc
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat Apr 5 11:08:19 2014 +0200

    ssl-utils: add signed_certificate_timestamp tls hello extension
    
    This extension is defined in RFC 6962.
    
    Change-Id: I3aa7321c60baef59ccb59ded6b91f3e42c854bfa
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Reviewed-on: https://code.wireshark.org/review/970
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit b903789b466f64bcd54f78ae54cea15e128818fc
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat Apr 5 11:05:35 2014 +0200

    ssl-utils: add constants defined for draft-ietf-tls-oob-pubkey-11
    
    This adds two tls hello extensions from
    http://tools.ietf.org/html/draft-ietf-tls-oob-pubkey-11 which got
    numbers assigned by the IANA in
    https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
    In addition it also adds a new certificate type defined in the same
    documents.
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Change-Id: I3c52d9602f2f255a5700cc6a9954385ad0d7cae8
    Reviewed-on: https://code.wireshark.org/review/969
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit bf190f26a4717353577c29f12f19f3c760abdd2e
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat Apr 5 10:57:52 2014 +0200

    ssl-utils: add named brainpool ecc curves
    
    This adds detection for the named brainpool ecc curves defined in RFC7027.
    
    Change-Id: I125ddbf74068888f4989781d274dbc74feb8b20c
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Reviewed-on: https://code.wireshark.org/review/968
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 0af279a6f6eb0fa50de5e705b71422d3303d80c6
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat Apr 5 10:55:37 2014 +0200

    ssl-utils: add detection of Supplemental Data
    
    This adds basic detection of Supplemental Data as defined in RFC4680.
    
    Change-Id: I8dac99bf243a6bd176585d1fe70f82abcae70c7f
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Reviewed-on: https://code.wireshark.org/review/967
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 590fcbc66f95530e4dacfcf0bad8553717eba166
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Apr 1 04:34:47 2014 +0200

    Upgrade Windows builds to Lua 5.2.3
    
    Change-Id: Ie7fffa9d57b1b861ab57cc55259c79cf0e8ee0e0
    Reviewed-on: https://code.wireshark.org/review/974
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit d6fa45848ca6a0ba6ccfeed5a8bfd0d31290c76a
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat Apr 5 10:49:27 2014 +0200

    ssl-utils: add support for tls cipher suites from draft-mcgrew-tls-aes-ccm-ecc-08
    
    This adds the new cipher suites from
    http://tools.ietf.org/html/draft-mcgrew-tls-aes-ccm-ecc-08
    They are defined by IANA in
    https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4
    
    Change-Id: I1a1576567782abb93ae5b09efd4199cb1040d5d2
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Reviewed-on: https://code.wireshark.org/review/966
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 293b5ea41d2f487e2ad1b8cb987784c755f5b1cb
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Apr 5 13:20:50 2014 -0400

    Get it compiling again: packet-asterix.c has unused const variable.
    
    Change-Id: I07125f1779063527f24d9195a9999cef4c8fe343
    Reviewed-on: https://code.wireshark.org/review/972
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bc4084838589dbc0f2d80837b5d059adf88a1be2
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Apr 5 07:46:26 2014 -0400

    Rework debug_print_hash logic so that it's supported by older versions of perl.
    
    Change-Id: I1720681dc367e01268ffbb1f31035464fa642496
    Reviewed-on: https://code.wireshark.org/review/971
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Tested-by: Michael Mann <mmann78@netscape.net>

commit f415e23d909a49a970147daf6a07fd75e70dd30c
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Apr 4 22:15:18 2014 -0400

    Decoder for category 021 added to ASTERIX dissector.  Bug 9953.
    
    Change-Id: If72685f41cd32854d6c0c04716ee640196431f87
    Reviewed-on: https://code.wireshark.org/review/961
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 9fa48e379651c21cf0e14cc2a88a73005710430c
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Apr 4 18:13:05 2014 -0400

    New DCE/RPC MDSSVC dissector. Bug 9950
    
    Change-Id: I8832c139938e767de71b2cc74ca41208f509e478
    Reviewed-on: https://code.wireshark.org/review/959
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit b6a5f8939a220710c94c0fdc616ae7a740e851e6
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Apr 4 17:06:33 2014 -0400

    Expose dissect_spotlight as its own dissector.  Needed for DCE/RPC MDSSVC
    
    Change-Id: I5c9dbd59b18eff5dc9cb9476f1883cb9fa9d9c02
    Reviewed-on: https://code.wireshark.org/review/958
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit b3460506e3913990d79be0ae220784b6747c3af3
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Fri Apr 4 11:56:09 2014 -0400

    Get it compiling again.
    
    Change-Id: Iecc560a672970817ddc401c654c19f446fe398e9
    Reviewed-on: https://code.wireshark.org/review/963
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit b40b65529832ed7715bed4b7155104c6a2470a8d
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Fri Apr 4 15:49:35 2014 +0200

    Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8
    
    Change-Id: I07ecca5612ae9fa2b053a62c69014612c5125d5e
    Reviewed-on: https://code.wireshark.org/review/962
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 196677514c9a06958139d42c9f4c61c30768ff3c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Apr 4 08:49:11 2014 +0200

    Remove $Id$ in wslua
    
    Change-Id: I01052bb4c41a17e8289cc7ed1b465042c23b6d82
    Reviewed-on: https://code.wireshark.org/review/957
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 131bba88c51200650ddc12778e6a0c39048dcd64
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Apr 3 12:55:51 2014 -0400

    Remember to destroy the pinfo pool cache
    
    Otherwise a library reinitialization leaks at least one large 8MB chunk.
    
    Change-Id: I5336fef5925eb54e88a72f1a16fc0ddf77ae6c10
    Reviewed-on: https://code.wireshark.org/review/945
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8db838ed1d8fb8c95ca99a1b85e175a4820c00dc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Apr 4 08:14:57 2014 +0200

    Fix indent and add modelines
    
    (Indent typo coming from 23d7d2ca2674565404262734f1a5855f83535c85)
    
    Change-Id: Ic4deae30d64db9f264223366d2d9d880708001d8
    Reviewed-on: https://code.wireshark.org/review/956
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e2ded09289463cb362392700a99ddd7e3f6a5447
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Thu Apr 3 15:51:31 2014 -0400

    Don't do TSN analysis on data chunks embedded in PKTDROP chunks; set in_error_pkt too.
    
    Add a comment indicating what we should be doing when the PKTDROP chunk contains
    a truncated data chunk.
    
    Change-Id: Icbba4c6dafc5c2656fc337734a1a570ef4a055d2
    Reviewed-on: https://code.wireshark.org/review/950
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 38b1be99be98571459da97a2dbaec96397567e15
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Apr 3 20:14:24 2014 -0700

    Fix more verbs, and fix one field long name that matches its blurb now.
    
    Change-Id: I78a011291217be901efba331e8e41ca527d52e10
    Reviewed-on: https://code.wireshark.org/review/955
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit c5e29ac9a5b75d8f04821be0eb466e45c3063f29
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Apr 3 19:26:43 2014 -0700

    Clean up some strings - "UTF8" to "UTF-8", etc..
    
    Clean up the display of addresses a bit, and the use of verbs in some
    field descriptions.
    
    Change-Id: I3d2d4fc4cd13503924abecee55adfaa899385ffb
    Reviewed-on: https://code.wireshark.org/review/954
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 5bb64c00b653710ddcc488470b07deadf016d7d8
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Thu Apr 3 13:57:15 2014 -0400

    Strengthen the Diameter heuristics to avoid trying to reassemble enormous messages.
    
    Fixes some heuristics mistakes pointed out in
    http://ask.wireshark.org/questions/31227/diameter-reassembly-malformed-packets
    
    Change-Id: Iffc97d46cee5dd532fec0031286927fbcb86c095
    Reviewed-on: https://code.wireshark.org/review/949
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit df52f81ba556e6ecfc9c9fad0b9e0c270195a9a1
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Apr 3 23:05:08 2014 +0200

    fix a typo
    
    Change-Id: If339a36a6e3d8bedef6eed36eb121e9f25afa6e5
    Reviewed-on: https://code.wireshark.org/review/951
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 23d7d2ca2674565404262734f1a5855f83535c85
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Apr 3 12:37:43 2014 +0200

    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.
    
    Change-Id: I82f675bcf8ba37220105c98360195ea805aa7330
    Reviewed-on: https://code.wireshark.org/review/939
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit e6623536f1db0626a4637070fc74d8f631611a5c
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Apr 3 12:33:14 2014 -0400

    Remove garbage character inadvertantly introduced in the previous commit.
    
    Change-Id: I6338fdb4506973ea5ed991512bbefa6b855640e9
    Reviewed-on: https://code.wireshark.org/review/944
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit a45602cad063749b8d116ca710bd28638f1865d7
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Apr 2 23:13:06 2014 -0400

    Create/use an extended value-string; Do other minor changes;
    
     Minor changes:
     - Remove a few unneeded initializers;
     - Convert "4 space tab" indentation to spaces;
     - Fix some indentation;
     - Remove some boilerplate comments;
     - Adjust exitor modelines.
    
    Change-Id: Ie314a2d91bf89f8612dec9e9f161d987ea107dd5
    Reviewed-on: https://code.wireshark.org/review/942
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit c0b0a11e4eaf73a2187c93f31f414ca16dfa10af
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Apr 2 23:59:19 2014 -0400

    (Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indentation in packet-sip.c
    
    Change-Id: I623fc5e4c1247dbe5e15f0f33270f4f0994268ab
    Reviewed-on: https://code.wireshark.org/review/943
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit dc84709705644272dce313b8fc40c4ed2e5300f7
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Apr 3 08:55:06 2014 -0400

    please checkAPI
    
    Change-Id: I2dbd1fcb47b75300e753b5ef2dc60e68ca1b5fa5
    Reviewed-on: https://code.wireshark.org/review/941
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5e4769dc87900f83b63a2b4ce7aabd7275dc6bff
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Apr 3 13:18:59 2014 +0200

    Use ENC_UTF_8 for strings, it's faster and *should* be OK.
    
    Change-Id: I7615f407a017454d3fb11ec0b45b584bfa5d79b5
    Reviewed-on: https://code.wireshark.org/review/940
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 4daf6f38d9b4ac0c51f6441d8b8b1cadb90327f6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Apr 3 00:01:07 2014 -0700

    Make payload type arguments guint rather than guint8.
    
    That should suppress some "cast to pointer from integer of different
    size" warnings.
    
    Change-Id: I2ef38e16ce866e244cb7c0a2275dfb5975980fc4
    Reviewed-on: https://code.wireshark.org/review/938
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit a5a692c4ec67b0ab087b18d147451da2ca4d1db9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 2 23:54:28 2014 -0700

    Handle DLT_USER2 as PKTAP, to handle Mavericks.
    
    Change-Id: Ic58c3584994f822d5d5a1434050aaa61f86ba17c
    Reviewed-on: https://code.wireshark.org/review/937
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 618c27b5e637c06d55a099696f80d53c3edbd827
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 2 23:45:11 2014 -0700

    Add a capture_pktap() routine and use it.
    
    That way, the packet counts are will be valid when capturing.
    
    Change-Id: I0a21cc817d918e7f849620db5ca6dfd84bd2cd87
    Reviewed-on: https://code.wireshark.org/review/936
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 04c05a21e34cec326f1aff2f5f8a6e74e1ced984
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Apr 2 02:07:16 2014 -0400

    Fix Bug 9920 Buildbot crash due to SDP/RTP mismatch
    
    For details see comments in Bug 9920.
    
    The executive summary:
    Bug 9920 is a crash caused by a couple of issues:
    
    1) The memory ownership model for the rtp_dyn_payload hashtable is split: SDP
    creates the rtp_dyn_payload hashtable, but RTP can free it. Since there isn't
    *one* pointer to the hashtable, RTP freeing it means SDP has a dangling
    pointer.
    
    2) Either the SDP dissector shouldn't be creating two separate, unique
    hashtables for multiple media channels of the same addr:port, or RTP shouldn't
    be free'ing the previous one.
    
    Change-Id: I436e67de6882f84aa82dcbdfe60bf313fe4fd99c
    Reviewed-on: https://code.wireshark.org/review/918
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit df80f3133cc3b128ea989ad6830511c378fa0b63
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Apr 3 06:35:51 2014 +0200

    Fix a typo
    
    Change-Id: Ie32a140e49140a92c69cb6fa84cdc55402516830
    Reviewed-on: https://code.wireshark.org/review/935
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 67cc46294141ee1af32c5d15080b08a525e0813f
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Apr 2 16:18:39 2014 +0200

    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()
    
    Change-Id: I3540854c9b51ca9c3319b030c7d91b4aff976a26
    Reviewed-on: https://code.wireshark.org/review/922
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 84bc050a89c2200f2392630e4281fddfd96b2452
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 31 13:57:03 2014 +0200

    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.
    
    Change-Id: Ib5eee87ef9d49cb4e46b3b9c3d3db0134d3c4a32
    Reviewed-on: https://code.wireshark.org/review/889
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e982992f71b9e93d28ca3bf04d32105fa015949e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 2 20:18:50 2014 -0700

    For single-precision calculations, use single-precision constants.
    
    Otherwise the calculation is done in double precision, and some
    compilers complain of a double-precision value being assigned to a
    single-precision variable.
    
    Change-Id: I78317a0e9b625ae4f34df3597fdb5eba711bcae2
    Reviewed-on: https://code.wireshark.org/review/934
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 9bd093289c61361104250269af70b3dd3d08bda6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Apr 2 20:05:14 2014 -0700

    For single-precision calculations, use single-precision constants.
    
    Otherwise the calculation is done in double precision, and some
    compilers complain of a double-precision value being assigned to a
    single-precision variable.
    
    Change-Id: I41699fa69e21a2c42d54867765f9fa35a9ab7414
    Reviewed-on: https://code.wireshark.org/review/933
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 0d6f511f22d79d2678d710efee2f4f1409c2a239
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Apr 3 03:42:15 2014 +0200

    Add PKTAP to release notes
    
    Change-Id: Ibec2b400493b0936505e467d1ae9bc6551e6cc03
    Reviewed-on: https://code.wireshark.org/review/931
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 0a4993500b58a38461ee77423e8d6ac6feeb12ce
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Apr 2 11:05:04 2014 -0700

    Add a backporting chapter.
    
    Change-Id: Id0e017b18e95d6703e166fa09f767200d8ed1f8d
    Reviewed-on: https://code.wireshark.org/review/925
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 50a5598b08edbb38e39e623ff2a55de1238a70d0
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Apr 2 22:55:58 2014 +0200

    dissect gama chunk
    
    Change-Id: I4fcdb926db9d2f23f5901586b5d97b727237db3d
    Reviewed-on: https://code.wireshark.org/review/930
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 29519c447665068e3f40cdb9699e6ec39561a17e
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Apr 2 12:51:52 2014 -0700

    Remove extra parenthesis in EQ_SEQ.
    
    Fixes the following clang warning:
    
    epan/follow.c:397:20: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
      if ( ((sequence) == (seq[src_index])) ) {
            ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
    epan/follow.c:397:20: note: remove extraneous parentheses around the comparison to silence this warning
      if ( ((sequence) == (seq[src_index])) ) {
           ~           ^                  ~
    epan/follow.c:397:20: note: use '=' to turn this equality comparison into an assignment
      if ( ((sequence) == (seq[src_index])) ) {
                       ^~
                       =
    
    Change-Id: Ic257bbc598e17f854b671056887ca1a13dcea850
    Reviewed-on: https://code.wireshark.org/review/928
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit b8b68f79a1d3161355dfe0f227a4ab9a455f84fa
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 31 20:34:38 2014 +0200

    dissect the chrm chunk
    
    Change-Id: I922169d4e246470e018d3db53964ae3f794642f6
    Reviewed-on: https://code.wireshark.org/review/927
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit eee21a6e1eafd8e4398a55289016f1d8b8284f2f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 31 21:45:40 2014 +0200

    redefine proto_tree_add_float_format_value() if we're using the new
    proto tree api, similar to other proto_tree_add_...() functions
    
    Change-Id: Iaef0711b8221a7bbb24f1004c81a1438f5674e42
    Reviewed-on: https://code.wireshark.org/review/926
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit b238cd15413ec3863b753dae1e71b02c210aeb1b
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Apr 2 13:11:58 2014 -0400

    Scrap wmem splay trees for now.
    
    There is confusion about API usage, and problems on my part concerning whether
    keys should be compared signed or unsigned, and how to do that efficiently.
    Unsigned keys in particular were behaving oddly.
    
    Change-Id: I075693bbd04c15f79f24f9a24006003a914cc572
    Reviewed-on: https://code.wireshark.org/review/924
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 941088262bbf474b9f20f4f7fcf5b7f9175c196a
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Apr 2 17:28:39 2014 +0200

    Add a cople of missing pcap.extension IE:s
    
    Change-Id: I7086349f3fb9e3fd8c1ea902ef08b54c27b0a8c5
    Reviewed-on: https://code.wireshark.org/review/923
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 5838881f2e2dc985fe3b890bb855d765bff9dbd8
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Apr 2 09:17:56 2014 -0400

    Have Infiniband dissector show payload. Bug 9929.
    
    The trees in the infiniband dissectors were incorrectly setup causing the data dissector to always have a NULL tree (so it wouldn't appear in packet view).
    
    Also cleaned up some other unnecessary global variables.
    
    Change-Id: I778073bdca864dfc5087cdcfc7ef0018f9bd704c
    Reviewed-on: https://code.wireshark.org/review/915
    Tested-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 8570f17510c6a25470d95fabceedd2e73822192b
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Apr 2 13:31:29 2014 +0200

    Fix packet-bootp.c:5368:18: error: 'ti' may be used uninitialized in this
    function
    
    Change-Id: I15f32e7b5c9ce23e1ddc00792b2d5c37945ae081
    Reviewed-on: https://code.wireshark.org/review/920
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 255eca0c1ca1f70c1d060e70bd8bd321578b303c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 21 19:36:39 2014 +0100

    Revert Remove check and inverse code to display a error if there is a $Id$
    
    Change-Id: I7061ad312df5079924c927ca95a8fa111c756012
    Reviewed-on: https://code.wireshark.org/review/498
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 781a41a008a8f26dc30f4a262d36f1ec571bcdab
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 1 18:04:52 2014 +0200

    From Martin Mathieson:
    Show the message type name in option 53, as well as in the bootp protocol root.
    
    Change-Id: I5864a2024d3e64fa8eeee40b465dcd3459b8472e
    Reviewed-on: https://code.wireshark.org/review/910
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 761464f8ad2c82ecc36c920c775e192648ea07fb
Author: Bart Van Assche <bvanassche@acm.org>
Date:   Thu Jan 30 13:33:41 2014 +0100

    Fix InfiniBand dissector. Bug 9719
    
    Change-Id: I7b9df14b4d9aa520c3fe28c86014665461b758f2
    Reviewed-on: https://code.wireshark.org/review/917
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 7f6a1cee54b0449d59a386049e54d8bbed31f320
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Apr 1 20:36:58 2014 -0400

    packet-pdc.c: Add asterix protocol layer to base tree (not to PDC tree).
    
    PDC capture file: See attachment to Bug #9746
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9746
    
    Change-Id: I815779f4213d1caec3e1c8dc46506bcc8647bcbb
    Reviewed-on: https://code.wireshark.org/review/914
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 577f16a25c1595f1775cde4a36c9f937c5ad7823
Author: Martin Kaiser <martin@skogar.kaiser.cx>
Date:   Mon Mar 31 22:44:56 2014 +0200

    use tvb_find_guint8() to find the 0 termination in a text chunk
    keyword and text are latin1 strings
    
    Change-Id: I01637efa2ebf4d1e1a83f6001737066dc1258e6c
    Reviewed-on: https://code.wireshark.org/review/913
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit fc48f57214d55d3f35bff87f1fffa08ac6f7bfd6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Mar 31 21:04:13 2014 -0700

    Add a dissector for Apple's PKTAP headers.
    
    It automatically works for LINKTYPE_PKTAP and, by default, for
    LINKTYPE_USER2; if any other dissector is specified for LINKTYPE_USER2,
    that dissector overrides PKTAP.
    
    Change-Id: Ic00ac8a81c6101e45d638d337aef42df3920da12
    Reviewed-on: https://code.wireshark.org/review/903
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 47d296709dcd0ed1fc8900de12648583c9df7b43
Author: Pavel Karneliuk <pavel_karneliuk@epam.com>
Date:   Tue Apr 1 14:57:26 2014 +0300

    replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ macros; replace tabs with 2 whitespace indentations
    
    Change-Id: I8af522cc34863501195d0a79db5c0ab4135246a8
    Reviewed-on: https://code.wireshark.org/review/907
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0b5f26b67d68bdfd7e59c191cefe407f19edcafc
Author: Pavel Karneliuk <pavel_karneliuk@epam.com>
Date:   Mon Mar 31 12:55:15 2014 +0300

    fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit
    
    Change-Id: I0ff939e2d1265a2d9380c83f8f538bb43b0dadf9
    Reviewed-on: https://code.wireshark.org/review/875
    Reviewed-by: Pavel Karneliuk <pavel_karneliuk@epam.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 01b65269bf7bbb6500b852e11fefa19f72842843
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 1 15:36:57 2014 +0200

    Inlining some tvb function gives a 6% performance gain according to
    valgrind.
    
    Change-Id: I7881f8c1407d422a3f1ad5bc17e975b45703db74
    Reviewed-on: https://code.wireshark.org/review/909
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8c5e9fcb82ca94ab3e13ae9fe1c153bbd193de6a
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Mon Mar 31 14:29:57 2014 +0100

    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.
    
    Change-Id: I04980c24c1b9f30a2ee5a0d5ea4ac32ae877504e
    Reviewed-on: https://code.wireshark.org/review/908
    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
    Tested-by: Graham Bloice <graham.bloice@trihedral.com>

commit 2284f0bdfa981da85d3b215beab6535efadbf5e3
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Apr 1 10:01:57 2014 +0200

    For now use UTF-8 for all strings for performance reasons.
    
    Change-Id: If47ffbee58d534ce3d44f00e1e5b966bc42a2ea8
    Reviewed-on: https://code.wireshark.org/review/906
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 914cbc2f3c7dc54ecd4f441d1d300516cef02e58
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Mar 31 23:58:04 2014 -0400

    Fix checkApis perl script false positive proto_tree_add with ENC_*
    
    In epan/proto.c in function proto_tree_add_split_bits_crumb, the
    proto_tree_add_text function is called with one of its arguments
    using ENC_BIG_ENDIAN, but it's not an argument for proto_tree_add_text
    itself but instead a function being called inside it. checkAPIs.pl
    tries to avoid this in check_proto_tree_add_XXX_encoding, by removing
    parenthesis arguments, but in this acse there are newlines between
    the arguments, causing the regex to not catch them. This commit
    fixes the regex.
    
    Change-Id: I70ef79d5436ba2ec04ffdc3d9939c7aa2cdf6a1f
    Reviewed-on: https://code.wireshark.org/review/902
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e7b3eff7216de19efb74f7e8eb0c404c398d05e7
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Mar 31 22:47:56 2014 -0400

    Fix tshark.c to pass checkAPIs script
    
    Since tshark.c was using strdup, perror, and g_main_quit, changes to
    the file won't pass checkAPIs; so this commit replaces those with
    the approved functions; except strdup, which was unecessary.
    
    Change-Id: I031aa44594f2b96960a45f48537ab4e9a10d34b1
    Reviewed-on: https://code.wireshark.org/review/898
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 97cddf538c6438b1b995e742c3152b50be1d18d3
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Apr 1 00:20:07 2014 -0400

    Fix proto.c to pass checkAPIs script
    
    Since proto.c was using strcat(), changes to the file won't pass checkAPIs.
    So this commit replaces it with the appropriate function, and also replaces
    the deprecated tvb_length_remaining and tvb_ensure_length_remaining function
    calls with the new versions, since checkAPIs was warning about that too.
    This commit does not change the ep_* memorry calls to the new wmem-based
    ones though, as that's a bigger deal than this trivial commit I think.
    
    Change-Id: I51e6d5b3a6e03233f2695c890ff4c10d02fdb0c0
    Reviewed-on: https://code.wireshark.org/review/905
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit dc4c26cbb8fee6a1c4397e6e9152ea218db130e0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Mar 31 19:48:21 2014 -0700

    Update encap_table_base.
    
    As the comment after the WTAP_ENCAP_ list says, "After adding new item
    here, please also add new item to encap_table_base array".
    
    Change-Id: I918603fa271978b3a81525466c5f4067efc7a783
    Reviewed-on: https://code.wireshark.org/review/897
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 249daa686f791c820b73725176044f66b671b402
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Apr 1 00:26:12 2014 -0400

    Copy randpkt.exe & randpkt.pdb to install directory during windows build.
    
    Change-Id: I6ef6b181897bd3d35dc94ebb2d04aaa209d8df6e
    Reviewed-on: https://code.wireshark.org/review/904
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit a8e963709063ff7b7b36f319fa2827e9be0af2e9
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 31 23:12:20 2014 -0400

    Fix two bugs and do misc other minor changes;
    
    Bugs fixed:
     - col_...() should not be called under 'if (tree)';
     - proto_reg_handoff_pdc(): pdc tcp.port preference change was handled incorrectly;
    
    Minor changes:
    - Move proto_reg_handoff...() to the end of the file as per convention;
    - new_register_dissector...() call not needed;
    - Remove some unneeded initializers;
    - 'xxx++' ==> 'xxx += 1' in a few instances;
    - widen a few variables (guint? ==> guint);
    - Add XXX comment about possible simplification of the code;
    - Remove unneeded #include <epan/reassemble.h>;
    - Reformat hf[] entries for readability;
    - Do whitespace changes;
    
    Change-Id: Ib9224f0c6392a45c19656a63bbac97fbaf3acc08
    Reviewed-on: https://code.wireshark.org/review/900
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit a72dc7a2dd4848303d705a2d9ac8dd9b7422cbe8
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 31 22:50:39 2014 -0400

    Fix expert_...() calls to not be under 'if (tree)';Do other minor changes;
    
    Minor changes;
     - Remove #include <epan/etypes.h>; It's not needed;
     - Do some whitespace changes;
     - Use tab-width=8 in editor modelines
    
    Change-Id: I84a1c9bc814fae384c4d5a434c2f9aed865c76ae
    Reviewed-on: https://code.wireshark.org/review/899
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 4958cd7e503853ad20328b664684dc6833ead5c4
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 31 15:28:39 2014 -0400

    Remove 3 dups from .gitignore
    
    Change-Id: I81434f311568d42dd897461365a5c345dd9ff1bc
    Reviewed-on: https://code.wireshark.org/review/893
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit d8001e8064d5f1c4412ab43765ae74a03197a8d9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 31 11:14:29 2014 +0200

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^\*\* \$Id\$/,+1 d') (2 star and space)
    
    Change-Id: I48505ffb8bfa103cd7db0117e18cdb1925a7034d
    Reviewed-on: https://code.wireshark.org/review/884
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit b7b33b54bd6c0b896bf50eb577685fdcd007136e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 31 12:45:42 2014 +0200

    Continue to remove $Id$ from top of file
    
    Last one $Id$ (remove by hand) to make checkAPI haapy !
    
    Change-Id: I5adfdcac0629a36e08c5fe3ea7960bdbc251364f
    Reviewed-on: https://code.wireshark.org/review/887
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7d77d753c6c9131ba63313d2154658eb6b7815e5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 31 12:22:59 2014 +0200

    Continue to remove $Id$ from top of file
    
    (Using sed :sed -i '/^\/\* \$Id\$ \*\//,+0 d') ( /* $Id */ )
    
    Change-Id: I46e928d7f2a307c35876ed5d34cb6b7cccfcd6e9
    Reviewed-on: https://code.wireshark.org/review/886
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 757aa3322029a673e4f60c67041a796ce15e4828
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 15:57:02 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)
    
    Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
    Reviewed-on: https://code.wireshark.org/review/881
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit fb61a0afa9b3ac5a6d3b0efa21e19b74d6aef175
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 31 12:10:52 2014 +0200

    Continue to remove $Id$ from top of file
    
    (Using sed :sed -i '/^  \* \$Id\$/,+1 d') (2 spaces before star)
    
    Change-Id: I7060f198b4ae4dd271ecc454f6c6dd8bd4cfd8d4
    Reviewed-on: https://code.wireshark.org/review/885
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit b0ba475fbfd4991c854039798487c74415f3489b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 17:59:52 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^  \$Id\$/,+1 d') (No star only 2 spaces before)
    
    Change-Id: Id7b254031769a9dca2941304e4d3a0f4bdbc3f54
    Reviewed-on: https://code.wireshark.org/review/883
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7287b58ff5801c2706a2b6bc7bda501bf3d90fe2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 16:46:33 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments)
    
    Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014
    Reviewed-on: https://code.wireshark.org/review/882
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a8f1e349c31f3a23bb6eca390fabc66acb54997d
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Mar 31 12:32:51 2014 -0400

    Doc tweaks and macro parameterization
    
    Change-Id: I9898bedf05a785683e79866a149336cbbf402d27
    Reviewed-on: https://code.wireshark.org/review/892
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 0233001df05390510944cc1e050464479e35a164
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 15:08:11 2014 +0100

    Continue to remove $Id$ from top of file
    
    Remove all $Id:$ (by hand)
    
    Change-Id: Ia8790ee852fe338469e855713199220d345a59b7
    Reviewed-on: https://code.wireshark.org/review/880
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 09cd306d1ce7f1fff420d2be740bce0b5cd72253
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 17:52:50 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^\* \$Id\$/,+1 d') (no space before star)
    
    Change-Id: I318968db2b8512ba1303b5fc5c624c66441658f0
    Reviewed-on: https://code.wireshark.org/review/879
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f2dfc39d9466e3dd736e14d95fc4d5cf2e37e4c8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 16:32:18 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^ \t$Id\$/,+0 d') (tab before $Id$)
    
    Also modify generator (NDR.pm)
    
    Change-Id: I348a1d129d1d1320bd80b428038ea5ed291d6ca8
    Reviewed-on: https://code.wireshark.org/review/878
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 94a791a76e3db49b3f3b9dd0b7d1b43402ebd9c0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 14:06:43 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$)
    
    Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688
    Reviewed-on: https://code.wireshark.org/review/876
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 3170f2e41817c0beb93be40bdaa93197f3a1d6bf
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 14:16:15 2014 +0100

    Continue to remove $Id$ from top of file
    
    (Using sed : sed -i '/^ \*  \$Id\$/,+1 d') (Double space between star and $Id$)
    
    Change-Id: If9b8f345e3b6493de0b573600e60005c8b0b33c3
    Reviewed-on: https://code.wireshark.org/review/877
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit d0edbd31eb33c9795714920e2bb0fbec4029f4c1
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 31 17:55:28 2014 +0200

    Use tvb_get_string_enc() with UTF_8 when checking headers as it's faster.
    
    Change-Id: I88cd6f71c1fcbf67948dd0ebdc6e5641d6ba111c
    Reviewed-on: https://code.wireshark.org/review/891
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit b3708a9c4a5917bec6f42754fded0bb33fbe0d74
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 31 14:35:05 2014 +0200

    According to RFC 3261
    7 SIP Messages
    
       SIP is a text-based protocol and uses the UTF-8 charset
    
    So use ENC_UTF_8|ENC_NA.
    
    Change-Id: I0101eca3dd7d8ff9ebf98fd733548131b862919e
    Reviewed-on: https://code.wireshark.org/review/890
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 6a3394eefa14e40b5b6310395117e9d4adfe6f8f
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 31 13:44:05 2014 +0200

    Inlining wmem_strbuf_grow seems to give better performance.
    
    Change-Id: I80f3d42fb01461af97984b463a6e8b8217eed552
    Reviewed-on: https://code.wireshark.org/review/888
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 280c2958f2a03bdc16b99851230c935cdd65e91b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 12:52:29 2014 +0100

    Add --enable-extra-clang-checks for autotools and CMakeList
    With -Wunreachable-code flags (and disable for the moment -Wdocumentation)
    
    Change-Id: I126c962b32e650a63b78092e95896736ae7335c9
    Reviewed-on: https://code.wireshark.org/review/678
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 0973a321a9836331cd7863a5c1aad77e2bf8126b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Mar 23 16:02:04 2014 +0100

    Fix Argument with 'nonnull' attribute passed null found by Clang
    
    Change-Id: Ie59c379a4f00c807ebc50c95eea2017f8cac0c69
    Reviewed-on: https://code.wireshark.org/review/796
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 650ed5f249561ce65d10ea6141557b3adea3329e
Author: Hanspeter Portner <dev@open-music-kontrollers.ch>
Date:   Sun Mar 30 10:47:08 2014 +0200

    packet-osc dissector bug fix of path validity func
    
    - 'is_valid_path' function has been corrected
    - an OSC path is valid if:
     - it consists of printable characters only
     - does not contain ' ' and '#'
    - characters '*' ',' '?' '[' ']' '{' '}' are valid, but have special meaning at the receiving end (used for pattern matching)
    
    Change-Id: I4ff4308d0955da2ef377d606b7778819b97754a0
    Reviewed-on: https://code.wireshark.org/review/868
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 550e3153bf0f37a9297057c3c5024aa8809fd428
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 30 16:55:08 2014 -0400

    Fix fuzz-test.sh '-b' option so it works again; Do some other tools/*test*.sh changes
    
    - Add -b option to randpkt-test.sh and test-captures.sh;
    - Create/ue a common function to do '-x' tests on files/dirs;
    - Rename exit_error function to ws_exit_error
    
    Change-Id: I032c9d784bec1fb6b0717aaad08a061e4d935476
    Reviewed-on: https://code.wireshark.org/review/872
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit b63b5034569f861d6cca0354aaa5c25eda18558e
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Mar 29 17:16:22 2014 -0400

    Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'
    
    When the '-Y' display filter option is given with a '-2', and a '-w' to write out
    the packets, tshark grabs *all* dependent frames in the catprue file, even those
    that weren't dependents of a matching packet. Note that this also uses the '-2'
    two-pass option, since only two-pass mode writes out dependent frames to begin with.
    
    Change-Id: I17726447bec434ba2566e98fb78893d1331e3056
    Reviewed-on: https://code.wireshark.org/review/866
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5cdf04e6c726ab0ec8d0a091099cac12ad624b6d
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Mar 30 08:06:45 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-03-30]
    
    Change-Id: Iff714193adc4035d96f69d4944b43da7edb3cfa8
    Reviewed-on: https://code.wireshark.org/review/869
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit bda08a2881d64fc41aeacfb98a1dc77ada21ca02
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 29 16:00:13 2014 -0700

    Hide unused variable.
    
    Leave it there, but commented out, just in case it *should* be used.
    "#if 0" out the code that sets it.
    
    Change-Id: I8802fc416030106d9d8421b0d7b8612597794bab
    Reviewed-on: https://code.wireshark.org/review/867
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit d156deff0412a16f4a33e4f05d86307fdbca6cd3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 29 13:22:27 2014 -0700

    Rename "size" variable to "length", to match other string routines.
    
    Change-Id: I385345cfafc7e7b4d3e66713fb0fe570b39f438d
    Reviewed-on: https://code.wireshark.org/review/865
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 8ffdf4249aabae6ac653ecd29b1f8970d156278f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 29 12:56:21 2014 -0700

    Add a pcorey48tohll() macro, and use #defines for some offsets.
    
    The "48 bits, in a weird byte order" is a variant of 64-bit
    "Corey-endian", with the upper 16 bits of the result - which are in the
    *middle* of the bytes of the number - ignored.  Define a pcorey48tohll()
    macro and use that, rather than the loop.
    
    There are a bunch of #defines for offsets in the headers; use them
    rather than magic constants.
    
    Change-Id: Idfdc8a741278d71a5db47c067914c97615c3e02d
    Reviewed-on: https://code.wireshark.org/review/864
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 521bab1e1c5fadc07e32d73c393cbf1b0f0f942d
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Mar 28 11:00:28 2014 -0400

    Use sized strbufs when extracting tvb strings
    
    We rarely know exactly how long a string will be, but we frequently have a good
    lower bound (that's better than the default strbuf size of 16). Starting at that
    size probably reduces the amount of allocation/copying needed.
    
    Also make use of the new _finalize() method to save memory and avoid constness
    problems.
    
    Change-Id: I3f043bd12c1ccfce5990168fb6531ecd287bec5b
    Reviewed-on: https://code.wireshark.org/review/856
    Reviewed-by: Guy Harris <guy@alum.mit.edu>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7df883954effe0b86a6d49ed33b888665afc0054
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Mar 20 12:04:06 2014 -0400

    Splay tree implementation for wmem
    
    This is a tree implementation intended to replace the current red-black tree in
    wmem_tree (which was inherited from emem), assuming there are no regressions.
    Splay trees bubble recently accessed keys to the top, and as such have a number
    of very nice properties: https://en.wikipedia.org/wiki/Splay_tree
    
    This implementation is a variant known as "independent semi-splaying", which has
    better practical performance. It should do about as well as the red-black tree
    for random insertions and accesses, but somewhat better for patterned accesses
    (such as accessing each key in order, or accessing certain keys very
    frequently).
    
    There are a few other changes relative to the red-black tree implementation that
    are worth mentioning:
     - Instead of requiring complex keys to be split into guint32 chunks and doing
       this weird trick with sub-trees, I let the keys be arbitrary pointers and
       allowed the user to specify an arbitrary comparison function. If the function
       is NULL then the pointers are compared directly for the simple integer-key
       case.
     - Splay trees do not need to store a red-black colour flag for each node. It is
       also much easier to do without the parent pointer in each node. And due to
       the simpler system for complex keys, I was able to remove the "is_subtree"
       boolean. As such, splay nodes are 12 bytes smaller on 32-bit platforms, and
       16 bytes smaller on a 64-bit platform.
    
    All done in about half the lines of code.
    
    Change-Id: I89fb57e07d2bb7e3197190c7c2597b0c5adcc03b
    Reviewed-on: https://code.wireshark.org/review/758
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit a1d4189c5e9cd67d1509f626038b62d146f30282
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Mar 29 10:00:33 2014 +0100

    Upgrade Windows builds to Lua 5.2.1
    
    Change-Id: I5d2058673b69beb8393aae0571703cd9dbb79c4e
    Reviewed-on: https://code.wireshark.org/review/863
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit adc46f571c0357f7600c5cc49c21a8e1403a2af0
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Mar 29 11:01:06 2014 -0400

    Tighten the NO_MORE_DATA_CHECK macros
    
    We should return if we've already somehow overflowed the apparent length, not
    just if we've hit it dead on.
    
    Fixes bug #9932 and probably others.
    
    Change-Id: I2719c3bd38f03e18ea557df962ee4a1beb64c2e8
    Reviewed-on: https://code.wireshark.org/review/862
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 302632f4b3dba9fd4287795347598ad767eca8ee
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 28 18:47:48 2014 -0400

    Fix some compiler issues on windows with Lua 5.2
    
    Change-Id: I5c692bbc5fd1a9f0d361413e44e70282c3299901
    Reviewed-on: https://code.wireshark.org/review/860
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 48fc43baadae5d82b6a7969fef03d305c2c40a31
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Mar 28 16:28:53 2014 -0400

    Implement finalize() method for wmem strbuf.
    
    Change-Id: Ib7a2b0d348b3624f41253e2d0995a4a38a9fe45d
    Reviewed-on: https://code.wireshark.org/review/859
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7785dd00cd37df9c3296b36db4424ce4c8616657
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Mar 28 23:42:08 2014 +0100

    Please checkAPI.pl
    
    Change-Id: I78e9d3781df81fd4edda7e9b20749cb096a05499
    Reviewed-on: https://code.wireshark.org/review/861
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit c39060a21c6e1e945fad05d724b136bcba804be1
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 28 11:20:08 2014 -0400

    Update README.wslua with latest info.
    
    Change-Id: I20ea6c374f791054f16f0aaba33967b869348ff5
    Reviewed-on: https://code.wireshark.org/review/857
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit a8562b2a66dcef1214d4585af012fb0544c0497c
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Mar 28 13:50:39 2014 -0400

    Add handling of OSC over TCP; fix a bug in the UDP heuristic.
    
    Bug Fixed: UDP heuristic wasn't properly setting the dissector
    for the UDP conversation.
    
    From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9837#c3:
    
     I did a little survey about alternative OSC transmission, but UDP.
    
     As OSC is packet-based, it is tramitted raw via packet-oriented protocols (e.g. UDP).
    
     For reliable stream-based protocols (TCP, USB), the raw OSC packet is
     prefixed with the packets Int32 size as a packetization scheme.
    
     For unreliable stream-based protocols (RS232 and other serial lines),
     the raw OSC packet is SLIP and/or double SLIP encoded as packetization
     scheme.
    
     There was discussion in the past to make SLIP encoding the default for
     all stream-based protocols, but apparently it has never been adopted
     for any OSC via TCP implementation I've found in the web.
    
     As OSC is used in networked Audio, most implementations run with the
     Nagle algorithm disable, and send the prefixed length and the raw OSC
     packet separately.
    
    Change-Id: Ife690cc5ea0575c65124a7b441431e1cc6ba5091
    Reviewed-on: https://code.wireshark.org/review/858
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit f7c62543f97260654b28381e7a082dcefa56bf68
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Fri Mar 28 14:57:24 2014 +0100

    tvb_get_ascii_string is really expensive. On a large capture file which I
    profiled in october Fetch cost has gone from 15,6M to 24,2M, changing
    tvb_get_string() to tvb_get_string_enc() with ENC_UTF_8 where it seems
    safe helps a bit and should be done any way.
    
    Change-Id: I4d3e640bfde3304a991c09e2a30ad7dd132fc5ac
    Reviewed-on: https://code.wireshark.org/review/855
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 3438243c1e976374314a5377237fa352bf5247e7
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Mar 28 13:44:34 2014 +0100

    Fix crash when calling "MAP Summary" dialog when no file is open
    
    Fixes bug 9934
    
    Change-Id: I2915d0715431cf983511fe7f5f036be99bbd2467
    Reviewed-on: https://code.wireshark.org/review/853
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit b2509f67b8d64ecb5de902b9954c7659605c4395
Author: AndersBroman <a.broman@bredband.net>
Date:   Fri Mar 28 06:45:01 2014 +0100

    Deleted one line to much in previous chgange.
    
    Change-Id: I19d1153558130356286bac55f6cb321d30a767b1
    Reviewed-on: https://code.wireshark.org/review/852
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 2c1e673fa2e361c73858709c7a06396c6df470ef
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 27 16:35:48 2014 -0400

    Allow chained calls with Lua TreeItem functions, and fix a couple of minor errors.
    
    A common Lua idiom is to use chained calls, i.e. tree:foo():bar():choo(). This actually
    works for tree:add() because it returns the new child tree item which is then the one
    being applied to the next chained call. But it doesn't work beyond that for things like
    set_generated() and so on.  So this commit fixes that.
    
    This also fixes the Lua tree:add() function for the FT_BOOL type to let it be a Lua boolean value.
    And it reverts a previous change to Struct.tohex() to allow coercion of the argument.
    
    Change-Id: I10f819d363163914ba320c87d4bedebe5b50cacf
    Reviewed-on: https://code.wireshark.org/review/851
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0ffc690da40edf31acb95b2a15033d43a3f35ebd
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 27 17:24:24 2014 +0100

    dissect sRGB chunk
    
    Change-Id: I5a9eefb7f5108de0e46b70453a4485b1cbc3983d
    Reviewed-on: https://code.wireshark.org/review/850
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit ca384a1324ee4c993c40ba4e09b8b8a72a197394
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 27 15:14:31 2014 +0100

    use an expert info if a png chunk is too large for us
    
    Change-Id: I6a06bf297ef68ca351deff2e08eec7cd12ba8fe0
    Reviewed-on: https://code.wireshark.org/review/849
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit ca9c160933919a85cd22dfd1784dcc04675fb72a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 27 17:24:20 2014 -0400

    Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'
    
    This fixes part-1 of bug9931: the uninitialized use of a wtap_pkthdr
    struct. The second part of the bug deals with dissectors calling
    the Ethernet dissector for ecnapsulated Ethernet packets but using
    the wrong dissector handle to do so. That's unrelated to the issue this
    commit addresses, so I'm splitting them up.
    
    Change-Id: I87be7b736f82dd74d8c261062f88143372b5344c
    Reviewed-on: https://code.wireshark.org/review/848
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 9a977fc8d03238f083760205be0d980dccaf3ee7
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Mar 27 17:48:19 2014 +0100

    Add dissection of 3G Interface Type package and add some comments about
    the usage of variables in the h248_package_t struct.
    
    Change-Id: Ic5419ab5c20051e56963fe8ea1728d78f95538f0
    Reviewed-on: https://code.wireshark.org/review/846
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d1bef2912590fc233637c4d0bf76a1b7194854e0
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Mar 27 15:07:34 2014 +0100

    Regenerate the dissector with the latest template.
    
    Change-Id: Iefdd7122537108c37e71650ad2674418109d2f1b
    Reviewed-on: https://code.wireshark.org/review/845
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 418c3a7f6296b9269073ada6dd2f981fcdf29ef4
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 27 11:38:06 2014 +0100

    NAS EPS: display also detach cause in case of network initiated procedure
    
    Change-Id: I36fef9eb8a81b03f29c812f94524f4cdf056448b
    Reviewed-on: https://code.wireshark.org/review/844
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 3dd4ef59bbd0662dc92ee566fda787957667c1a1
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 27 09:54:47 2014 +0100

    MBIM: fix identification of DSS streams and add a way to register an external dissector for DSS
    
    Change-Id: Ic7f5708b60ee5846d95725dbbd14d8958d43372e
    Reviewed-on: https://code.wireshark.org/review/843
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 3584a21c8703207580ff512be574989f485f0a79
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Mar 27 10:34:59 2014 +0100

    From Martin Mathiesson: Display Detach Type in info col.
    
    Change-Id: I33692ac93f60cbabec0804f6ee7e75a9d5b9497c
    Reviewed-on: https://code.wireshark.org/review/842
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f3fe29f0fccaebaa7b7bb5db86604b241a1fa749
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 26 19:12:04 2014 -0400

    Add paths to Lua package.path so require works for user scripts
    
    This adds the global and personal plugins directories to the
    package.path setting in Lua, so doing 'require' will work
    properly.
    
    Change-Id: Iec33bc60cd7d41aa122da456db91d4ccc3085f82
    Reviewed-on: https://code.wireshark.org/review/841
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 09055f18a567fc4b8a28d9271b71cf19ef95277a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 26 23:24:07 2014 +0100

    two more chunk names
    
    Change-Id: I5a34a59c88a4119be2fac4acdd352d474ffc62cd
    Reviewed-on: https://code.wireshark.org/review/840
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 949747697ce3a89127627d1fe1a6612c3e1b5a2a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 26 23:15:01 2014 +0100

    add some more chunk names
    
    Change-Id: I6d294a901af88f993ca6a44ababad194fb44a693
    Reviewed-on: https://code.wireshark.org/review/839
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit d5ddfed512913b82ab0d97403ccd6aacd4941735
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 26 21:43:20 2014 +0100

    clean up the png dissector
    
    use value_string instead of our own data type
    read the type string in one go
    
    Change-Id: I115c99c4636540702c1fd301f09a92a0dd466fcd
    Reviewed-on: https://code.wireshark.org/review/838
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 436100c66a496fe7bc7a9dd0ac41c244bc7dc52d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 26 12:14:59 2014 +0100

    use the correct png chunk len
    the parameter for proto_tree_add_text() is the length, not the end offset
    
    Change-Id: Ie24d5982b7ff13363061fb087438dd714cae748a
    Reviewed-on: https://code.wireshark.org/review/837
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 482a3cd1f1c533f470c6cc2c9a63ddb7bf56e3b3
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Mar 26 15:55:07 2014 +0100

    More fiddling with heuristic.
    
    Change-Id: I50b78cc38c6f529695ecd54ced0ed94e8a683534
    Reviewed-on: https://code.wireshark.org/review/835
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 873a96fab1de95477306798ce1811232697c95e4
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Wed Mar 26 13:09:31 2014 +0100

    Fix off by one error
    
    Change-Id: I24c9e988786a95489f918bed2c043e6eb23e4caa
    Reviewed-on: https://code.wireshark.org/review/834
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7fd2daaab3dc8221471505372fa8fe821d2f8e55
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Sun Mar 23 10:55:44 2014 -0100

    Postpone replacing GTK+ stock icon usage
    
    This prevents regressions observable on GTK+ 3.10 which caused
    icons to disappear in some cases.
    
    Change-Id: Ic971258807510dc038e30c6c64fb547f0529a3c2
    Reviewed-on: https://code.wireshark.org/review/792
    Reviewed-by: Balint Reczey <balint@balintreczey.hu>

commit 97ab466679c10b7f242049c700e9cd917a092776
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Mar 26 10:55:26 2014 +0100

    LTE RRC: add file forgotten in gb981173
    
    Change-Id: I1727e56e678c32402f6331463c06c62072c954d8
    Reviewed-on: https://code.wireshark.org/review/833
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 8c2bb805742c918b933923947a533d098774da75
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 26 02:24:51 2014 -0400

    Add various functions for Lua directory handling and path info
    
    This adds new functions to get plugins path info, find out if a directory
    exists, make a new one, remove one, etc. It also creates a file environment
    for user-supplied Lua scripts, to prevent global variable contamination as
    well as supply the script-specific file name.  Some other minor cleanup was
    done as I found them.
    
    A new testsuite was added to test the existing and new directory functions.
    
    Change-Id: I19bd587b5e8a73d89b8521af73670e023314fb33
    Reviewed-on: https://code.wireshark.org/review/832
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit da1af6e549856c8e213dadc1ec37a41a50246e1d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Mar 25 18:11:05 2014 -0400

    Add filterable expert info for Lua
    
    This adds the ability for a Lua script to register expert info fields,
    similar to C-code dissectors. This change also removes the need for
    the expert_add_info_format_internal() function. Existing Lua scripts
    do not have to change, because the existing expert info function
    uses the internal "_ws.lua" protocol instead of nothing; but using
    the new functionality provides more benefits since it correctly
    registers the expert info fields to the dissector's protocol.
    
    The test suite was amended to generate both old and new forms.
    
    Change-Id: Ib5ae74e927cfa81312baf7b04ff4104b0b4f936e
    Reviewed-on: https://code.wireshark.org/review/830
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit b981173669401ff8c325edf8a4ade816acb32020
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Mar 26 00:07:20 2014 +0100

    LTE RRC: fix dissection of SystemInfoListGERAN IE
    
    Change-Id: I502f7cd97cf00822900b4cd09e183e3b491c1437
    Reviewed-on: https://code.wireshark.org/review/831
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 38b5efd5cf9884d1274a5e9b6cdaa404c9a1d509
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 25 22:51:05 2014 +0100

    MBIM: fix dissection of control packets when capturing with usbmon
    
    Change-Id: Ie20fcb8d393a85d47ba78f6cb70de77fedda2587
    Reviewed-on: https://code.wireshark.org/review/829
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 843054ce963f000c023c0ba8aab6d283f92b351f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Mar 25 21:37:46 2014 +0100

    no need for if(tree)
    
    Change-Id: If95ece8e2db1b650de5804465128020caf391956
    Reviewed-on: https://code.wireshark.org/review/828
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 027ecfb658797a1d6a0154da31cab5875615b6fa
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Mar 25 21:29:56 2014 +0100

    use wmem_ascii_strdown()
    
    Change-Id: Iaa7dfdc979e78f53b53f2b9a0b093873c9004f2d
    Reviewed-on: https://code.wireshark.org/review/827
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 63b0d89574cf575701a4ef76d1db4846f65a1f9a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Mar 21 14:22:09 2014 +0100

    if a .png file is sent on the application mmi resource, pass the file
    data to the png dissector
    
    Change-Id: I112733f97ba35d9ec497b427c64b2f5ea99fd963
    Reviewed-on: https://code.wireshark.org/review/818
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit d6381c6fe658394f3d759439ed5c90dd85a121e6
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Mar 25 18:19:12 2014 +0100

    Strengthen RANAP heuristic.
    
    Change-Id: I8f6515d2716bb633f753243b7f86d371a22ebbad
    Reviewed-on: https://code.wireshark.org/review/826
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 86d65a0758d46fa48015344f7ca30ae53bd0438e
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Mar 25 11:00:50 2014 +0100

    Introduce wmem_ascii_strdown()
    
    Change-Id: Icdc5a0d5033f3ab709fbf19a33ab26f609d4b1f0
    Reviewed-on: https://code.wireshark.org/review/824
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit a99a0360c47c689abdf1ef09e09dea02749824d2
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 24 11:54:00 2014 +0100

    Bluetooth: Fix wrong recognized RFCOMM services
    
    It seems that RFCOMM service can be dynamically changed while
    connection is still alive. In other words: host can connect to
    remote device and set one RFCOMM service (remote service), but later
    remote device can change service to one of host service without
    any disconnection. This patch add support for this case.
    Also improve searching for useful UUID service through SDP.
    
    Change-Id: I9e03b9b965d6b0d9761b4a451cdeb4a1a33ca017
    Reviewed-on: https://code.wireshark.org/review/808
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit ab42220b6549630c99ca3a066b7943876e901843
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Tue Mar 25 08:59:28 2014 +0100

    Bluetooth: AVDTP: Add option to disable Force Codec preference
    
    In real option "SBC" was Default/Off, now user can choose between
    Default and Force SBC Codec.
    
    Change-Id: I605320d89fade11dc7172793bc0492bc4b319e9c
    Reviewed-on: https://code.wireshark.org/review/822
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e90f660cb3155b796e9d0fba57298ceebc4a1a4b
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Mar 25 10:04:02 2014 +0100

    Don't register in the rtp.pt table if the pt value is set to zero.
    
    Change-Id: I17c523da0fb57ed8591f409615fe56ab18977103
    Reviewed-on: https://code.wireshark.org/review/823
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 03d982a7bb56ba49f91632eddd701f350846f17d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Feb 20 11:00:15 2014 +0100

    DHCP/BOOTP: Add specific 43 Option when Class is ArubaAP or ArubaInstantAP
    
    Change-Id: I77d898af2b6b6f413f3698bb24f4c6280898da1a
    Reviewed-on: https://code.wireshark.org/review/775
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit de441241ef16262fa8ba1c5fbd77509a1ee86c67
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Mar 23 11:01:12 2014 -0400

    Enhance Lua API doc generator and add more API info
    
    This enhances the Lua API doc generator Perl script to handle
    meta-information in description comments, such as bold, italics,
    raw code, version info, etc.
    
    The supported markup and codes are documented in make-wsluarm.pl.
    
    It's not beautiful Perl code (I don't know Perl), and I'd rather
    do it using Lua, but I think keeping it Perl makes more sense in
    the long run.
    
    Change-Id: I477b3ebe770075dcea9ec52708e2d6fb5758d2f4
    Reviewed-on: https://code.wireshark.org/review/802
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e4756ccacf47234a766ab5e10d17bd9c5203061d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Mar 24 20:15:21 2014 -0700

    Comment cleanups.
    
    Remove some more 802.11i references, and replace a reference to the
    "WEP" bit with a reference to the "Protected" bit.
    
    Change-Id: I77b50af2b34e2bdc4c21af29b54627ed19219090
    Reviewed-on: https://code.wireshark.org/review/821
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 4038fa9b0a17e21708e6161abca9b75f4615f926
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Mar 24 20:07:07 2014 -0700

    IEEE 802.11i is dead; long live IEEE 802.11-2012.
    
    802.11i was absorbed into a revision of the 802.11 spec, so speak of
    "IEEE 802.11 RSNA EAPOL"/"wlan_rsna_eapol" until somebody comes up with
    a better name for it.
    
    Also, add in one more key flags bit that's in 802.11-2012 but not
    802.11i-2004.
    
    Change-Id: Ia825f7466f3b3d159706eb681546b5bbb4e066bf
    Reviewed-on: https://code.wireshark.org/review/820
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 250c2b065dc6516cfbabedafdc1d8bde90250bea
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 24 22:54:17 2014 +0100

    minor cleanup
    - replace TABs with spaces
    - add editor modelines
    - remove unnecessary NULL checks
    
    Change-Id: Ic6024fc4b6aec56c8cafd39c707e20485fa6cca7
    Reviewed-on: https://code.wireshark.org/review/819
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 9c2e37443368218bf0f640ee93449c86115e2aa7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 24 15:48:07 2014 +0100

    separate function to dissect File Acknowledge APDU
    
    Change-Id: I1824407cae4cded0680b01e9dea1de6f0408c607
    Reviewed-on: https://code.wireshark.org/review/817
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit d2ba47392e4d4ef2ecb6bad75ed23a7469ddcf71
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Mar 24 22:29:11 2014 +0100

    Upgrade LPPe dissector to V1_1-20140108-C
    
    Change-Id: I1d5d4ed73825bb5cda0cc2e76e5000c38c50b601
    Reviewed-on: https://code.wireshark.org/review/816
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 69f4610910d6cc4b86c21407d648ee5644b27a5d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Mar 24 22:06:57 2014 +0100

    Add IEEE 1722a and Landis & Gyr Telegyr 8979 dissectors to release notes
    
    Change-Id: I1785bd35f9fcd2624a97e6ba224f3dbafb673846
    Reviewed-on: https://code.wireshark.org/review/815
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 8aaff81d767e0168e11ede48255a0727acaedddc
Author: Clay Jones <clay.jones@email.com>
Date:   Fri Mar 21 14:21:24 2014 -0600

    Add the FNET_PRIVATE ppi extension.
    Look for a dissector for "ppi_fnet" and use it if found, otherwise
    just display the fnet tag on the data.
    
    Change-Id: I07009215faa8faad0e6a82468bad33f266778426
    Reviewed-on: https://code.wireshark.org/review/778
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 93d996ba38bf45a2f240799abe994e663af4c2cc
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Sun Mar 23 19:20:19 2014 +0000

    Enhanced text2pcap so that if direction is specified on the command line, "-D",
    and a direction indicator added to the start of each packet in the text file,
    "I" or "O", then the ip source and destination addresses and udp, tcp and sctp
    ports are swapped for an inbound packet.
    Tcp sequence numbers and ack sequence numbers are updated accordingly.
    
    Change-Id: Iec2c0fd68d80aad8842b7513fdd30bae6806b96a
    Reviewed-on: https://code.wireshark.org/review/801
    Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
    Tested-by: Graham Bloice <graham.bloice@trihedral.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit d04cddf6d35a64aa18ca0b7332bc69739a4f5799
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 24 15:30:25 2014 +0100

    no need for if(tree)
    
    Change-Id: Ia6db5839a8bbbc79a5196406e3f8d59f7ce7498a
    Reviewed-on: https://code.wireshark.org/review/814
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit d066376a7418d98cd030472ba8543a0897577c9b
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 24 14:36:04 2014 +0100

    Check API found: Found non-ASCII characters on line 248 ..253
    
    Change-Id: I964690c6468f1b8cfdf63cb5784f26065d56a204
    Reviewed-on: https://code.wireshark.org/review/813
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 3258588c1d8d12f2c81fec560487d36360c67048
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 24 14:30:52 2014 +0100

    Don't include voip_bg.xpm, it's not used any more.
    
    Change-Id: I34fb5166afb7b1218cb7e011096c4a3455b364d3
    Reviewed-on: https://code.wireshark.org/review/812
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d35a4e82849354ec61dc0600938bb560fd57bfa3
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 24 13:41:49 2014 +0100

    Get rid of the background pixmap, set the background color directly.
    
    Change-Id: I7b291892b041055fe4165abcbb2962a295aedce4
    Reviewed-on: https://code.wireshark.org/review/811
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 698e8296aacf7499aff8010ecd16fc67979ec689
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 10 15:48:43 2014 +0100

    USB: Fix comments about dissector tables used in "Decode As"
    
    Issue requested by Tomasz Mon, thanks.
    
    Change-Id: I9931f561294ef34573c6426f17a299c8929a2341
    Reviewed-on: https://code.wireshark.org/review/810
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 79ed2164fd5e81f1aba7b2f1369f98830dc7dcb1
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Thu Mar 20 18:31:03 2014 +0100

    Use tabs instead of spaces
    
    Change-Id: I16086216ffcac0a457c8fcdabfc0458d4e701ea0
    Reviewed-on: https://code.wireshark.org/review/809
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e01c07aadb6410e98bcc452b9abd2df815a6c492
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Mar 23 18:27:19 2014 +0100

    Bluetooth: L2CAP: Fix disconnection CIDs
    
    CID has two roles: Source CID and Destination CID. This two roles
    have another two different meanings: one if frame is received, another if frame
    is sent (SCID is "DCID", etc). Then using information that PDU is "request"
    or "response" we can correctly recognize CID.
    
    This should fix unrecognized L2CAP payload while there were no valid
    Disconnection Request.
    
    Change-Id: Ibcbbb9e6966873b6af12c1e3c65c6a3983aa4163
    Reviewed-on: https://code.wireshark.org/review/807
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 992c65cb1aadc90c1ae87e2bcecbdc2d8ef614a0
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Mar 23 16:43:55 2014 +0100

    Bluetooth: L2CAP: A little update to Core 4.1
    
    Add some command codes seen in Core 4.1 specification.
    Also add some missing fields.
    
    Change-Id: If3761744b1ada185027a560bceb66804d7eea8ec
    Reviewed-on: https://code.wireshark.org/review/806
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 01c46852a8703b8e697db50062330e843b5cfb54
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Fri Mar 21 12:36:28 2014 +0100

    Bluetooth: AVDTP: Use full name for MPF field
    
    Change-Id: I25d359926fa5790383624378a6826c8fd5a9bd5c
    Reviewed-on: https://code.wireshark.org/review/805
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 9c370fcb298583b836012fba6984edb4da5d2385
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Mar 16 13:07:36 2014 +0100

    Bluetooth: AVDTP: Improve filtering
    
    A few more filtering name separated by "." for convention.
    
    Change-Id: Ie1ceb0ba807e033085c43826c334933c6b178389
    Reviewed-on: https://code.wireshark.org/review/804
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8e3e0fdce9b23be2806ed4edad37eecafdd5ae75
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Wed Mar 19 09:58:07 2014 +0100

    Bluetooth: Add Member "Company" UUIDs
    
    Change-Id: I8f455f12eeeaa51a0699e4cc1ee639d7031ce2c6
    Reviewed-on: https://code.wireshark.org/review/803
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8da90a2c5a7948c401d3b5e951de6c75bfa8f40b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Mar 23 16:18:48 2014 +0100

    Fix Argument with 'nonnull' attribute passed null found by Clang
    
    Change-Id: I5c84e4813d03b734afaf2a7cb3205773324f049d
    Reviewed-on: https://code.wireshark.org/review/798
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 30a4398318a3facecbaf1b6e8621e880ca5ec028
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Mar 23 16:15:28 2014 +0100

    Fix Argument with 'nonnull' attribute passed null found by Clang
    
    Change-Id: Ie27fb4c5067c35237a5027ce6428b6cfed40b141
    Reviewed-on: https://code.wireshark.org/review/797
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 2d7828794c0c79a3238ce71ec6f7f013245e9a88
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 23 12:17:23 2014 -0700

    Add a dissector table for EAPOL Key Descriptor types.
    
    Instead of having a switch statement in the EAPOL dissector for Key
    Descriptor types, have a dissector table, and:
    
    	have the EAPOL dissector register with a dissector for the RC4
    	type;
    
    	have the 802.11 dissector register with dissectors for WPA and
    	RSN types.
    
    This means that ieee_80211_add_tagged_parameters() no longer needs to be
    public; make it static.
    
    Change-Id: I68e0592c3ea055c693d6d5d5a9eb88634ea37a95
    Reviewed-on: https://code.wireshark.org/review/800
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 2a6e50ca7df17874c940db4ae6fd93abafbc5818
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 23 11:44:12 2014 -0700

    Clean up white space.
    
    This makes the code's if/then/else bracketing clearer.
    
    Make the if/then/else style more consistent in one case, which also helps.
    
    Change-Id: I7c765b761d92c6710461181b3e3ccd77d2a40f83
    Reviewed-on: https://code.wireshark.org/review/799
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 04c96553d630ceab8d27fa8c258e81fad0b8db12
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 18 15:45:24 2014 +0100

    DHCP/bootp: Always display by default value of Option 43 (Vendor-Specfic)
    
    Change-Id: I91b711a11865ce8d31d3585b93b11923e25a12d3
    Reviewed-on: https://code.wireshark.org/review/774
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit e0378dbf39d5b053ace27e161a5cba6a9c06cd95
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Mar 23 08:06:28 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-03-23]
    
    Change-Id: I33cecc1f3c4e66f5758eeb8cbba77cde97a06ae5
    Reviewed-on: https://code.wireshark.org/review/793
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 045a6624126c6f32a3367b9f4290ec41ff91037e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 23 00:52:27 2014 -0700

    Note that the EAPOL-Key Key Data this dissects is for 802.11.
    
    Change-Id: Id012c468da8619108ec41ad3ae43564f4fa636aa
    Reviewed-on: https://code.wireshark.org/review/791
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 864304c8700dcbd6bb81db56925ba112ab88a5e5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 22 15:31:20 2014 +0100

    Update to QCustomPlot 1.2.0
    
    Reapply remove trailing whitespace and some spelling fixes
    MSCV warning are already fixed
    Fix also a not ASCII caracter in qcustomplot.h
    
    Change-Id: Ied6b0a4ad7397caea6b75fa56f4f2d6ea91d0472
    Reviewed-on: https://code.wireshark.org/review/787
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 21a61a8cb1bad305a2653aa14d2cdb53472f9f20
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Mar 23 00:30:21 2014 -0400

    Add Lua Struct.values() function, and prevent coercion in all Struct functions
    
    This adds a Struct.values() function to get the number of values
    needed/returned with Struct.pack/unpack. It also changes the existing
    Struct functions such that they don't coerce a non-string argument
    into a string. (not preventing it confused a user on ask.wireshark.org)
    
    Change-Id: I93d5846105e55b67680e1c276a7286535c77b039
    Reviewed-on: https://code.wireshark.org/review/790
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 99505109bbfb19cd6f7ca5f7ab0edc8e093376f2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 22 14:56:36 2014 +0100

    Add missing modelines info
    
    Change-Id: Ic0f83eb469442b386d6389c08860b0faaae2e324
    Reviewed-on: https://code.wireshark.org/review/785
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 69af33f0f3b35821574762867805a3b5e09bd62d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Mar 22 12:58:12 2014 -0400

    Fix spelling mistakes in Lua test scripts
    
    Change-Id: I8671eb3d3b46ec5c723a6545451ecbb33a10c807
    Reviewed-on: https://code.wireshark.org/review/788
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1f28f472c85f51cc7925f18bca285ccfe0d4e5f6
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Mar 22 10:27:33 2014 -0400

    Fix Bug 9915 'GIOP dissector prints non-UTF-8 to Info column'
    
    When the capture file in Bug 9915 is opened in wireshark with GTK2,
    the console prints out 'Pango-WARNING **: Invalid UTF-8' warnings.
    This capture file was a subset of the one in fuzzbot crash bug 9883.
    I believe it is what's causing the crash in 9883, because GTK is
    finicky about such things. But my system doesn't crash for bug 9883,
    so perhaps it's not the same root cause.
    
    Change-Id: Ifaaed9157f9abd34014001c954647f7db51d650b
    Reviewed-on: https://code.wireshark.org/review/786
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4acdfe3e63ee9af54cc766a6698c81283f46685c
Author: AndersBroman <a.broman@bredband.net>
Date:   Sat Mar 22 11:32:25 2014 +0100

    Fix request for implicit conversion from 'gpointer' to 'struct file_priv_t *' not permitted in C++
    
    Change-Id: If88c65fa70d38d6b447a060a19d2681aa7166217
    Reviewed-on: https://code.wireshark.org/review/783
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 66719c9b6a17f15848f4e7151b0f6cbf9d37f9ed
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 20 17:56:21 2014 -0400

    Add way for Lua file reader to save state per file read/write ops
    
    Lua can create a file reader/writer, to open new capture file
    formats or write to new ones. To save local state, it can save
    things in Lua itself; but since there can be multiple open files
    at the same time (for example during a reload), the Lua script
    won't know for which file and state its read/write functions are
    being invoked for. To remedy this, and also provide a convenient
    way to store such state, this commit adds the ability for a Lua
    script to store a Lua table in the wtap/wtap_dumper's priv
    data member, just like C-code-based reader/writers do.
    
    Change-Id: Ifc9e0d5f0379accee56f2a04b6080238670fec52
    Reviewed-on: https://code.wireshark.org/review/766
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 296bc0b2a9374bb4102fcec4fd0106421aa5e34a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 21 22:47:20 2014 -0400

    Fix Bug 9909 Buildbot crash correctly
    
    Fixed a null de-reference in packet-ieee80211.c caused by change-id
    I742726027bcab7d25ca4a9ce3a406518db6d272f, commit g4b8b83407ac744d114462235a8bcca0d480954c7.
    
    See Bug 9909 for details.
    
    Change-Id: I7189476faee3ae6ab34fb52c1564ac668496679a
    Reviewed-on: https://code.wireshark.org/review/780
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit da83eadf5ee49d43534c970ae8d6fe3080ea070d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 11:26:03 2014 +0100

    Enhance Neighbor report
    
    Closed-bug: 9724
    
    Change-Id: Id6aefcddf5bd8bd490296e84351152808c03004a
    Reviewed-on: https://code.wireshark.org/review/731
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 82f11d420419b74e3a666416993cb776d00ed279
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 21 22:53:58 2014 +0100

    Fix indexcap tools
    
    Change-Id: Ib77af11975873106b7db7ac1bcd12f4a0800b59e
    TypeError: extract_protos_from_file() takes exactly 6 arguments (7 given)
    Reviewed-on: https://code.wireshark.org/review/779
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 97ba9406e73646c1653189a5980559abc8b207fa
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Mar 21 10:35:20 2014 +0100

    fix a crash in the GTK "Interface Management" dialogue
    for Pipes and Local Interfaces
    (Capture / Options / Manage Interfaces)
    
    if you start with an empty dialogue, select a pipe using Browse and
    press Save, wireshark crashes because of a strcmp() against the
    uninitialized pipe_name
    
    initialize pipe_name to NULL and make sure its value is reset when the
    dialogue is closed
    
    don't add a pipe unless there's an active selection in the pipe list
    (which may be "New Pipe")
    
    Change-Id: Id460c8d0d43cd7fc4cb8f4e9b4357898bbef20f7
    Reviewed-on: https://code.wireshark.org/review/776
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 752e545fbf098985512f3188ba73b31b1052ac41
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 21 15:12:55 2014 -0400

    Fix API comments and don't use sprintf in wslua_int64.c
    
    Change-Id: I4997317e010f685d47e1e2ab512b086e54b286a7
    Reviewed-on: https://code.wireshark.org/review/777
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 51597c17a6a721dbc3d807f0571affd741f59f61
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 21 19:29:45 2014 +0100

    Add a missing word to translation
    
    Change-Id: I7ec79840331a5072f12236c27f8dc842c703b23f
    Reviewed-on: https://code.wireshark.org/review/773
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit aa082ce7863965c6c87301088d5eb0684d21f567
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 25 23:26:23 2014 +0100

    Enhance translation (rename toolTip to avoid similar string...)
    
    Change-Id: I23e30b445ac587e2702477afcf6b155ff21f23d4
    Reviewed-on: https://code.wireshark.org/review/772
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 57d68fe53442a749a82d0a71bada84e4f4da104f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 16:14:49 2014 +0100

    Add dot to string
    
    And avoid different string for translation...
    
    Change-Id: I36ae0fd3366cb9b42f146163f4355778f0b9b40c
    Reviewed-on: https://code.wireshark.org/review/771
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit ad39bb3deaadad2c8bf85b6c4124ed192c641e73
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Mar 21 17:28:58 2014 +0100

    test for >0
    
    Change-Id: I7114028ce296ffa875ddfbb24b935dc2573f964c
    Reviewed-on: https://code.wireshark.org/review/770
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 95f5938e95387d637eb8e8c917a6b7e4bc8e7c8f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Mar 21 15:25:34 2014 +0100

    fix clear/scrambled detection
    
    Change-Id: Id82763dd17e8c4e0902ae8e31ec6554e8f174b59
    Reviewed-on: https://code.wireshark.org/review/769
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit d1873dbcc89eb3138027d8e5c5e4c5b12420e797
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 20 12:57:29 2014 -0400

    Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'
    
    There's a relatively new feature in 1.11.3 to select a specific file format
    reader, instead of relying on magics or heuristics. If you select a file
    reader and open a file, open it, and then click the reload-file button or go
    to View->Reload or press the ctrl-R keymap, the file is reloaded but using the
    magic/heuristics again instead of the file format reader you previously chose.
    Likewise, the Lua relaod() function has the same issue (which is how I found
    this problem).
    
    I have tested this change by hand, using a Lua script, but I didn't add it
    to the testsuite because I need another change for my test script to work
    correctly. (an enhancement rather than a bug fix, which I'll submit separately)
    
    Change-Id: I48c2d9ea443e37fd9d41be43d6b6cd5a866d5b01
    Reviewed-on: https://code.wireshark.org/review/764
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 49be990fd3ec0faac89b0a0bcda9a3e4562820ab
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 18:55:46 2014 +0100

    Make Mac OS X buildbot happy (fix index shadow variable)
    
    packet-epl.c:2248: warning: declaration of 'index' shadows a global declaration
    packet-epl.c: In function 'dissect_epl_sdo_command_write_multiple_by_index':
    packet-epl.c:2380: warning: declaration of 'index' shadows a global declaration
    packet-epl.c: In function 'dissect_epl_sdo_command_read_by_index':
    packet-epl.c:2489: warning: declaration of 'index' shadows a global declaration
    
    Change-Id: Ib1a1d1d2aa596df558162839e7594b7fd12559a3
    Reviewed-on: https://code.wireshark.org/review/765
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f5cfcf6e427c491b66077714e79433f59fed80ee
Author: Andreas Leibold <andreas.leibold@harman.com>
Date:   Fri Feb 28 15:47:29 2014 +0100

    ieee1722a dissector added
    
    Change-Id: I4361e282146d86057d6797bc001f6605d5d06486
    
    Whitespaces removed, Code clean up, usage of expert information API
    
    Change-Id: I4361e282146d86057d6797bc001f6605d5d06486
    
    code beautyfying, modeline added
    
    Change-Id: I4361e282146d86057d6797bc001f6605d5d06486
    
    code beautyfying
    
    Change-Id: I4361e282146d86057d6797bc001f6605d5d06486
    Reviewed-on: https://code.wireshark.org/review/430
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e0556fa47ffbd8e866e04462393b1876259faf61
Author: Lukas Emersberger <lukas.emersberger@br-automation.co.at>
Date:   Thu Mar 13 14:39:39 2014 +0100

    EPL: Enable PLK to display OD entries
    
      Each package is dissected using a reference to object indeces, so
      that in the view of the dissector output, a clear indication
      to what the index means and what the subindices mean is given.
      Additional special entries (mappings, timestamps) have their own hf
      fields, and can be searched for via display filter.
    
    Signed-off-by: Lukas Emersberger <lukas.emersberger@gmail.com>
    Change-Id: I928c11a9f4a5b762c8947713a0f70e03bd711158
    Reviewed-on: https://code.wireshark.org/review/730
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Lukas Emersberger <lukas.emersberger@br-automation.co.at>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 25826ad43355a7545bf0eac75c6cf098f7eb6325
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 21 09:54:44 2014 -0400

    Fix using '%hh' for printf format because MS Visual C++ is lame
    
    Change-Id: I1d80b82d7c6a5aa85bf59b449326874c0f851737
    Reviewed-on: https://code.wireshark.org/review/763
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit dc758679d2872928a4db3bb329c5a47a470967f1
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 21 09:28:01 2014 -0400

    Fix missing license in conversation_debug.h
    
    Change-Id: I5922a36ee84d45653e52e6fe847c6a9085ee5e21
    Reviewed-on: https://code.wireshark.org/review/762
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0940595a980b80723fb4eb980af4832124145b3d
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Thu Mar 20 15:23:55 2014 +0100

    openSAFETY, EPL: Fix heuristic for false-positives
    
     - Adding a typedefinition which can be deactivated, so
       that certain types of frames are only detected in their
       respective transport protocols
     - Rename bytes array as it is a key-word for some IDEs and
       hinders syntax checking
     - Add node info to the time request from/by fields
     - EPL: add message type to heuristic dissection call
    
    Change-Id: Ia572bb68fc1d24d70e72b77867f0dad323b055b9
    Reviewed-on: https://code.wireshark.org/review/750
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a04f610989400f76beaa7709b0e7fa1bce2109a7
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 5 10:56:33 2014 -0500

    Add debug printing functions for conversations, sip, sdp, rtp
    
    There have been enough gnarly bus in sip/sdp/rtp that it needs
    to have good debug printing. Using a debugger isn't good enough
    because there's interaction across multiple frames and it's too
    hard to follow what's going on without real printed data history.
    
    Change-Id: Ifb5bb1fb580be81f988569ece79d238a9c030c34
    Reviewed-on: https://code.wireshark.org/review/688
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 9c5f1990504ba804df76157595248b7e90edf109
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 20 17:59:50 2014 -0400

    Fix bug 9909 Buildbot crash - but only to stop the crashing
    
    This fixes the crashing on buildbot, but only in the sense that
    it now calls DESSECTOR_ASSERT_NOT_REACHED() for the case that's
    causing the crash - which is a null dereference, due to something
    going wrong in add_tagged_field() of packet-ieee80211.c.
    
    I don't know what the right thing to do is, but at least this
    gets buildbot going again. (that file is over 25k lines!)
    
    Change-Id: I1658944f9704a071dffc7f4834b9294fffc0e7ba
    Reviewed-on: https://code.wireshark.org/review/757
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7b6f0475f0e7b051c9811bf0c3c2859a57df4ab9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Mar 20 18:45:42 2014 -0700

    Handle big-endian Prism headers.
    
    Apparently, some systems write out big-endian Prism headers (probably
    big-endian-MIPS-based Wi-Fi APs running $LINUX_DISTRIBUTION and the
    like), so check for both big-endian and little-endian message codes,
    and, for the fields in the header, use the byte order that matched.
    
    Change-Id: Ia13df606676bb7dbc5d12fe4e297681bebb6f478
    Reviewed-on: https://code.wireshark.org/review/759
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 0ec20c3019891672b28ad0fb56a53ac405b2345e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Mar 14 09:55:39 2014 +0100

    brackets around MAKE_TYPE_VAL's definition
    
    Change-Id: I8e080b250b81976898d2950da9e91fb32b719590
    Reviewed-on: https://code.wireshark.org/review/756
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 48f6b800ae62bde10fad8aa0ddc98e5a694a3092
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 13 18:52:43 2014 +0100

    (nearly empty) function to dissect the body of a track header box
    
    Change-Id: I17e4bb3968e503b250b9c8d6a7a9bb2abf0f6868
    Reviewed-on: https://code.wireshark.org/review/755
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit c9440cb8dfb33919026e73f4cc52f6235e539b69
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 20 20:30:31 2014 +0100

    use the WTAP_TYPE_AUTO define to make things clearer
    
    Change-Id: I1dd51d1452333826c153b6bb861262a6166af3c5
    Reviewed-on: https://code.wireshark.org/review/754
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 6553435985ab851149e450d524a87d194e7adb5b
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Mar 20 13:38:08 2014 -0400

    col_...() should not be under 'if (tree)'; add editor modelines.
    
    Change-Id: I4c2464c6faa79bdc1edb205f3f842864963d1cb9
    Reviewed-on: https://code.wireshark.org/review/753
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 3626f860a62c38bc8c31dbbd7f9dc181918d829c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 20 16:32:53 2014 +0100

    Upgrade LTE RRC dissector to v11.7.0
    
    Change-Id: If1f64241846cc18463c8c5e9da7dd2a5eaba6733
    Reviewed-on: https://code.wireshark.org/review/752
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit ffe7134b18347ecd790930b52f5837e45b2892ca
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Thu Mar 20 15:40:59 2014 +0100

    Get the NEXT protocol not the previous top one.
    
    Change-Id: I261a740cbc369d905c89236b5173944e2780af59
    Reviewed-on: https://code.wireshark.org/review/751
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0513b29b8b61dba15b7f8c23d9304938206e71fb
Author: Anders Broman <a.broman58@gmail.com>
Date:   Thu Mar 20 12:22:39 2014 +0000

    Revert "Allow pcapng interface options to be available to dissectors."
    This patch causes Wireshark/tshark to segfault if the file is reread(open a file and press reload).
    The test suite also fails on
    2.1.1 Step: Exit status for existing file: "/home/wireshark/builders/trunk/sol10sparc/build/test/captures/dhcp.pcap" must be 0/home/wireshark/builders/trunk/sol10sparc/build/test/suite-clopts.sh: line 149:  6646 Segmentation Fault      (core dumped) $TSHARK -r "${CAPTURE_DIR}dhcp.pcap" > ./testout.txt 2>&1
    
    OSX build bot chokes on
    pcapng.c: In function 'pcapng_destroy_option_value':
    pcapng.c:377: warning: implicit declaration of function 'g_byte_array_unref'
    pcapng.c:379: warning: implicit declaration of function 'g_array_unref'
    pcapng.c: In function 'pcapng_collect_block_option':
    pcapng.c:419: warning: implicit declaration of function 'g_byte_array_new_take'
    pcapng.c:419: warning: initialization makes pointer from integer without a cast
    
    these functions are glib 2.22
    This reverts commit 7b13a3b0f6a5617e0e352f87cc5a20afea226aa8.
    
    Change-Id: Ia82fdb2d08287bc2cd2841e1e941ae68cbc2e009
    Reviewed-on: https://code.wireshark.org/review/749
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7b13a3b0f6a5617e0e352f87cc5a20afea226aa8
Author: Christopher Kilgour <techie@whiterocker.com>
Date:   Sun Feb 23 17:30:57 2014 -0800

    Allow pcapng interface options to be available to dissectors.
    
    Interface options[1], and more generally pcapng options[2], are useful
    information that can provide improved dissector output.
    
    Prior to this change, only certain pcapng interface options were interpreted
    and made available to dissectors, e.g. the interface name or description.
    This change augments the situation by providing epan_get_interface_option( ),
    which returns an array of byte arrays if the option code exists
    (otherwise NULL).  Each element of the array is a byte buffer containing
    the raw data of the option.  An array-of-buffers is used because pcapng
    allows for multiple instances of the same option to be present in the file.
    All interface options found in a pcapng file are thus made available to the
    dissector.
    
    The implementation also provides infrastructure to collect options from
    other pcapng blocks such as the section header.  Currently these options
    are discarded, but could be retained in the future to support more features.
    
    [1] http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html#sectionidb
    [2] http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html#sectionopt
    
    Change-Id: I944b6f0f03dde9b8e7d1348b76acde6f9d312f37
    Reviewed-on: https://code.wireshark.org/review/331
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f65513291333b5912a16b45bfa09eed05eee3a6d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 19 22:51:39 2014 +0100

    the entries for file types with magic numbers are
    0...heuristic_open_routine_idx-1
    
    at the moment, we loop over all entries of the open_info_arr
    
    Change-Id: Iabca32521a066d994b1c840b7514faa983375f0c
    Reviewed-on: https://code.wireshark.org/review/748
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 4a51f624bf1028ddc7c73fd665ad292ff344060d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Mar 19 22:38:31 2014 +0100

    use the correct end index when we loop over the open_info_arr
    
    until recently, we always had a 0,0,0,... entry at the end of the array
    that's gone now - which makes sense for people who register wiretap
    plugins...
    
    Change-Id: Id47dc4917481ffa8560e17b8740c2f9716bb8df1
    Reviewed-on: https://code.wireshark.org/review/747
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit c14cc2f4edf8f88ce4bd64f8e6dff1dcccb07a14
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 20:53:04 2014 +0100

    Make checkAPIs happy
    strncpy -> g_strlcpy
    
    Change-Id: Ib17b6799a762e2e2e65bf7c6dd5a894bfb127c86
    Reviewed-on: https://code.wireshark.org/review/746
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 0f51f78608c90d00a6f4cda599b1df26bad4b8d5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 19:40:53 2014 +0100

    The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]
    
    Issue found by rols
    
    Fix comment and use the correct plugin_dir path (missing wireshark folder)
    
    Change-Id: I298bc5e9872d8c20c5baeaaf056262b9668f15bf
    Closed-bug: 9854
    Reviewed-on: https://code.wireshark.org/review/745
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 5b7ad8278ac70ffb26ca12960dfe45ba4cab8368
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 19:32:28 2014 +0100

    Try to fix Buildbot (Mac OS X and Windows) about conversion
    
    logcat.c: In function 'detect_version':
    logcat.c:142: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:143: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:150: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:151: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c: In function 'logcat_dump_text':
    logcat.c:427: warning: implicit conversion shortens 64-bit value into a 32-bit value
    logcat.c:451: warning: implicit conversion shortens 64-bit value into a 32-bit value
    
    Change-Id: I4361567e599b7d04f422fccd7f8b1bccc897f114
    Reviewed-on: https://code.wireshark.org/review/744
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 16e7096df33a6aca7e2417f8c44ff0477421b521
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Mar 19 13:04:37 2014 -0400

    Remove duplicate call to fix-encoding-args
    
    Change-Id: I7067a8856ff1c431d5e5ec7ec2a51228a8613631
    Reviewed-on: https://code.wireshark.org/review/743
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2aebb94aa6dcd741ebd0ad3d5a48091424dd87db
Author: Jan Kaisrlik <j.kaisrlik@seznam.cz>
Date:   Sat Mar 15 19:58:40 2014 +0000

    fix of bug 9836. Avg. packet size in Statistics -> Summary is rounded to nearest. GTK QT
    
    Change-Id: I34e84e6cf4587fee999764435fa1a407c8aa04bb
    Reviewed-on: https://code.wireshark.org/review/687
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7e423a3a1f136ede404b7af40c96279e5a7c7940
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 19 12:57:13 2014 -0400

    Add read_format extension to manual pages
    
    The -X read_format extension was added in code but in the manuals.
    
    Change-Id: I21692120229ef531671fc3db247809ace69d23b3
    Reviewed-on: https://code.wireshark.org/review/742
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit c8a98f37ec300b522a732c349a7d3f0c17b7168d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 19 12:14:09 2014 -0400

    Fix lua file testsuite not working and weak heuristic readers not being registered
    
    The testsuite for Lua file reader/writer uses the acme_file.lua script to
    generate a pcapng file from an Acme sipmsg.log file. It then compares the
    tshark verbose output of this new pcapng file to a sip.pcapng file in
    the test/captures directory that was previously made. Unfortunately, the
    acme_file.lua script generates a timestamp based on local system timezone,
    rather than UTC, so the testsuite fails if not run in the EST timezone where
    the sip.pcapng file was originally made. This has now been fixed.
    
    Also, trying to register new weak heuristic readers fails because the GArray
    is terminated with a NULL-based row without Glib knowing about that. So this
    commit changes it to let Glib handle the NULL-terminated row, so that appending
    takes it into account automatically.
    
    Change-Id: I037ce1cfbda03585b3a1e159df78ff8ebb41fc32
    Reviewed-on: https://code.wireshark.org/review/741
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit a68e3a410c210e798aa9c96c03ef5cc075f19ca9
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 9 18:37:44 2014 +0100

    Wiretap: Add support for Android Logcat
    
    Now Androit Logcat (Logger) binary logs are supported.
    Try "adb logcat -Bf /sdcard/log.logcat; adb pull /sdcard/log.logcat".
    Also there is possibility to save logs to text format like by "adb".
    
    Change-Id: If7bfc53d3fbd549a0978d1dbf96f3fff671fd601
    Reviewed-on: https://code.wireshark.org/review/235
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 27ad4c033151ed4482e553370bc134337dd47db3
Author: ruengeler <ruengeler@wireshark.org>
Date:   Wed Mar 19 17:06:40 2014 +0100

    Add a new case to find existing assocs when only the information of an INIT chunk is provided.
    
    Change-Id: I88c5367652fb59a3da2cfd8895a1c0cc5176b859
    Reviewed-on: https://code.wireshark.org/review/740
    Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
    Tested-by: Michael Tüxen <tuexen@wireshark.org>

commit 9f01daa2dc229b0357f69e45e4961b4f3d534565
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 14:00:46 2014 +0100

    Add check of whitespace error after Wireshark check (checkhf, checAPIs...)
    
    (Because check whitespace quit after check... and no longer launch other check...)
    
    Change-Id: I97ee0191c3d985934e74d23576f88984ec0e9b46
    Reviewed-on: https://code.wireshark.org/review/739
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 830ad37ed6139c689468d36d03aa3a3de3f01299
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 13:59:56 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I303184523c22d17c3f642852bcd97a9533bf5521
    Reviewed-on: https://code.wireshark.org/review/738
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d35ccc5cdf83f7d77e767fec1f0484880f3af22f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 13:49:42 2014 +0100

    Try to fix Mac OS X Buildbot
    
    packet-ieee80211.c:8583: warning: integer constant is too large for 'long' type
    packet-ieee80211.c:8584: warning: integer constant is too large for 'long' type
    packet-ieee80211.c:8585: warning: integer constant is too large for 'long' type
    
    Change-Id: I5badc6e0d2595d4353e33cd273d55f28737b34a8
    Reviewed-on: https://code.wireshark.org/review/737
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8c3dee9bc9379846ea99b4fbc1b4d16114ea2cf9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 13:44:50 2014 +0100

    Fix warning/error found by CheckAPI
    
    (and fix also fix-encodings-args)
    
    Change-Id: Ic2e99ca02398b7525b1cf68ab0d8279a2909940e
    Reviewed-on: https://code.wireshark.org/review/736
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f7461a80feb1af02e24ffa3b64feb02676250d48
Author: Peter Wu <peter@lekensteyn.nl>
Date:   Wed Mar 19 12:33:54 2014 +0100

    USB: decode HID desc for unknown iface class
    
    If the interface class is not yet known (for example, in the enumeration
    phase; or if the interface descriptor was missed), then a HID descriptor
    would not get dissected. Instead of printing an unhelpful "unknown
    descriptor" message, always try to find a HID descriptor.
    
    Change-Id: Ic162d6b93b0428a1edd3a925229093dfcc52c42d
    Reviewed-on: https://code.wireshark.org/review/735
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 35c893421d556aa6b7cabd7a2f8a7e7575b7f697
Author: Peter Wu <peter@lekensteyn.nl>
Date:   Wed Mar 19 12:30:45 2014 +0100

    USB: show data fragment for control messages
    
    This makes the usb.data_fragment field more useful in tshark, i.e.,
    showing the bytes for the data stage. Previously, the GUI would just
    show the "Data Fragment" text label which is not really useful on its
    own.
    
    Change-Id: Id0ca39a9a144a37aa6d0b4ae65c1d655deb76748
    Reviewed-on: https://code.wireshark.org/review/734
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 7bbb3ac24ded6ca6d6f6d206caa9cd371f799816
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 12:49:27 2014 +0100

    Try to make Mac OS X buildbot Happy
    
    packet-ieee80211.c:8581: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-ieee80211.c:8582: warning: integer constant is too large for 'long' type
    packet-ieee80211.c:8583: warning: integer constant is too large for 'long' type
    packet-ieee80211.c:8583: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-ieee80211.c:8584: warning: integer constant is too large for 'long' type
    packet-ieee80211.c:8584: warning: implicit conversion shortens 64-bit value into a 32-bit value
    
    Change-Id: I8f8c5518239c7d6e55006abfca8d9452f9a09c6a
    Reviewed-on: https://code.wireshark.org/review/733
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3d6c13e48b886030792e93cb7baab90e1e4e007a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 19 12:22:23 2014 +0100

    Fix build
    
    wslua_file.c:92:13: error: request for implicit conversion from 'WFILE_T' to 'FILE_T' not permitted in C++ [-Werror=c++-compat]
    
    Change-Id: Iff9cc716333802a3902429a8c68e5f4cdac2ee9e
    Reviewed-on: https://code.wireshark.org/review/732
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit eb2fb39ff72ccf827ba97fc9dc9bc559bb9d67b4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Mar 11 08:25:34 2014 +0100

    The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]
    
    Issue found by rols
    
    The installer puts the normal included plugins (e.g. mate, wimax) in
    /Applications/Wireshark.app/Contents/Frameworks/wireshark/plugins,
    however the global plugins directory is set to
    /Applications/Wireshark.app/Contents/Resources/lib/wireshark/plugins
    (as it was in previous versions) so no plugins load at startup.
    In order to make them load you have to create this directory and
    copy the plugins there, or put them in your personal directory.
    
    From remark of Gerald, use recommandation of Bundle Programming Guide (use Contents/PlugIns for plugin)
    
    https://developer.apple.com/library/mac/documentation/corefoundation/conceptual/cfbundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW19
    
    Change-Id: Ib1ae7da48a8fa94f7037912cd44c05532a238b71
    Closed-bug: 9854
    Reviewed-on: https://code.wireshark.org/review/602
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4b8b83407ac744d114462235a8bcca0d480954c7
Author: Moraney Jalil <moraney.jalil@outlook.com>
Date:   Thu Mar 13 13:54:27 2014 +0200

    Support for IEEE 802.11ad
    
    (according to the 9th draft of the standard)
    
    Closed-bug: 8594
    
    Change-Id: I742726027bcab7d25ca4a9ce3a406518db6d272f
    Reviewed-on: https://code.wireshark.org/review/632
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bbd18804efb4427b63bad27729eec252ddd2b66f
Author: AndersBroman <a.broman@bredband.net>
Date:   Wed Mar 19 07:23:29 2014 +0100

    Fix Error: the name for hf_lg8979_start_ptnum8 ("lg8979.start_ptnum8") has
    trailing space in packet-lg8979.c
    
    Change-Id: I80e5c93846c66aad1d1bc6f91b20501e0f384a6c
    Reviewed-on: https://code.wireshark.org/review/729
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 488f2a097402b1bfb941547939d13fbcbb90c6c9
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 18 23:01:22 2014 +0100

    Exported PDU: add support for data length on the wire
    
    Change-Id: Iff14ec4d0297ec85f3597b33871fb0ab5256a597
    Reviewed-on: https://code.wireshark.org/review/728
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 30ba425e7e95f7b61b3a3e5ff0c46e4be9d3d8d7
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Mar 16 17:20:07 2014 -0400

    Fix Bug 9885: 'Buildbot crash output: fuzz-2014-03-14-15333.pcap'
    
    The Buildbot found a crash which is cause by a bug that has
    been there all along, but a recent change exposed. This bug is
    likely in 1.10.6 as well, so I'll backport this if I can
    reproduce it in 1.10.6.
    
    Change-Id: I505bc73cbe6281e6d64f00de441c8e6231b55000
    Reviewed-on: https://code.wireshark.org/review/702
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit fff998d6c1c7d38f3929eaa6e5101683c071744a
Author: cbontje <cbontje@gmail.com>
Date:   Tue Mar 11 15:46:27 2014 -0600

    New Dissector for Landis & Gyr (Telegyr) 8979
    
    Commit includes dissector code for lg8979 as well as additions to RTAC Serial code to call dissector when required.
    
    See bug report 9874 for further details and sample pcap files
    
    UPDATE1: L&G 8979 commit for addressing comments from Anders and Alexis and added Cmakelists.txt
    UPDATE2: address further comments from Alexis re. proto_item_set_text / proto_item_add_text entries.  Also add modelines
    UPDATE3: fix compilation error noted by Alexis
    UPDATE4: address proto_tree_add_* comments from Michael
    
    Change-Id: I6e69d2b7b7e91e6efa12e4a5fb7dbd140c0540ed
    Reviewed-on: https://code.wireshark.org/review/610
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 04d950130624c14ac8af39c621f69851d8088ed6
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Mar 18 13:21:51 2014 -0400

    Add capture file reader/writer support for Lua so scripts can implement new capture file formats.
    
    This enables a Lua script to implement a brand new capture file format reader/writer, so that for example one could write a script to read from vendor-specific "logs" of packets, and show them as normal packets in wireshark.
    
    Change-Id: Id394edfffa94529f39789844c382b7ab6cc2d814
    Reviewed-on: https://code.wireshark.org/review/431
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d832cb18db4e152177cf13673385288987ba9448
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 18 18:24:56 2014 +0100

    Fix OS-X compilation broken by gc354675
    
    Change-Id: Ie32a2c256055059d1eade29af69eaad9011ca78b
    Reviewed-on: https://code.wireshark.org/review/727
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit c354675c41d8fb1acce48560038ca48a59784a11
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Tue Mar 18 13:59:14 2014 +0100

    Dechunk/export sctp payloads trough export PDU.
    
    Change-Id: I86d21cadcbd3e85b7a91d509ffd3c317d76a2ce2
    Reviewed-on: https://code.wireshark.org/review/726
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d416783bc647fc3fb4bdc8515e53e7faf144f19a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Mar 17 17:14:39 2014 +0100

    ULP: upgrade dissector to approved version 2.0.1
    
    Change-Id: I9d7b16c450cb99aa1d66b0a180241c36f8869637
    Reviewed-on: https://code.wireshark.org/review/716
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 1db0fc5c982e7d4c2fc4ff2397744bbc7a06778e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 18:04:47 2014 +0100

    Enhance pre-commit tools to avoid false positive
    
    Limit check to file with extension *.c or *.h
    
    Patch revert by mistake in 49394d3101ec286b335213a9845b6d4202955021
    
    Change-Id: Ifed4c833c740218e5e24b3176dc20802fa5849bb
    Reviewed-on: https://code.wireshark.org/review/719
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit b7492919abd59b5e3350de73d47cbdeb2ed2064a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 17 12:55:30 2014 -0400

    Revert "Try to make the heuristic a bit more efficient."
    (based upon an OK from Anders).
    
    (The commit caused 'reload_framing_info' to be referenced before being set).
    
    This reverts commit b3ce4ecc1460fc0171d65e69549e155b447d851a.
        svn path=/trunk/; revision=52004
    
    Change-Id: If715e1cad041fd832f460411cc652d9b5764d069
    Reviewed-on: https://code.wireshark.org/review/718
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 386ebf50fef43a75d70d4c0085948c13cdd4e930
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 17 11:58:22 2014 -0400

    Heuristics length check must use captured_length; Do other misc changes:
    
    - Use tvb_reported_length() iso tvb_length() in various places;
    - Add some 'if(tree) {...}';
    - Remove an unneeded length-check;
    - Use a consistent formatting style for hf[]array entries;
    - Do some minor whitespace changes;
    - Add editor modelines.
    
    Change-Id: Iac0a74142c5a5944e69fc911e54b0fbdfd1f5bab
    Reviewed-on: https://code.wireshark.org/review/717
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit d426802162a3b77898a75802167c0b6e898cf087
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 17 17:07:02 2014 +0100

    Try to fix warning: cast discards__attribute__((const)) qualifier
    from pointer target type [-Wcast-qual]
    
    Change-Id: Idb1d8c9ac6fee135d3c3c7438d46ad6fb396954f
    Reviewed-on: https://code.wireshark.org/review/715
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit ce527ba58d6b2b0d760fc996c895b2415d61ceea
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 17 16:54:08 2014 +0100

    Try to fix trivial varnings
    
    Change-Id: I7b09999fe34ffded73f0b26c3e561b39d2120643
    Reviewed-on: https://code.wireshark.org/review/714
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit aea1edfe0d2dc52c341ca4e638f759be8e3ca8ec
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 17 16:24:59 2014 +0100

    Mark tree as unused.
    
    Change-Id: I57c201c0077144aace68bb51a6b0c7350dd8d5a8
    Reviewed-on: https://code.wireshark.org/review/713
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit e839a4abb9bf7da3aa3ce6c19f0258ae20cc8e8d
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Mon Mar 17 13:52:41 2014 +0100

    Inhance summary output for some 3GPP AVPs
    
    Change-Id: I3657cef87070b91ae17a438140f1fb77edae8622
    Reviewed-on: https://code.wireshark.org/review/709
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit d43f7d134b11cc937fa47110e0512e13f770f777
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 11:35:21 2014 +0100

    Remove -Wunreachable-code it is removed from GCC
    
    http://gcc.gnu.org/ml/gcc-help/2011-05/msg00360.html
    
    Change-Id: I3f016611d0dc5e7cc6d53965f9b5d2b1ee88fe1c
    Reviewed-on: https://code.wireshark.org/review/677
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 66d0b1893a8b0786abef967b7f743cedb7143d87
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 12:02:29 2014 +0100

    Fix some typo on 802.11 dissector
    (Found by Jalil Moraney in change to add 802.11ad support review 632)
    
    Change-Id: I547bf647ae7400633ad27c7849088fd088928075
    Reviewed-on: https://code.wireshark.org/review/708
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 3b69de702e758778d53d64a117a78cec096861b9
Author: Marko Hrastovec <marko.hrastovec@gmail.com>
Date:   Mon Mar 17 10:44:14 2014 +0100

    Asterix CAT062 fix. Units for cartesian velocity of track were displayed with wrong units.
    
    Change-Id: I716dfeb16b049544e691dcdf75c488758d9e1fa0
    Reviewed-on: https://code.wireshark.org/review/707
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2507ce4cb34fec817526cf74adba551027991f40
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 17 10:39:42 2014 +0100

    Revert de6bfa12b0c002e1930cfb9946078097d294acf8 (break Linux and Mac OS X buildbot...)
    
    Change-Id: If5a6a77909b2d178052605cf2fc6fc0ef758553c
    Reviewed-on: https://code.wireshark.org/review/706
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit de6bfa12b0c002e1930cfb9946078097d294acf8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 18:01:20 2014 +0100

    Fix build on my old Windows XP Buildbot (With VS2008EE)
    
    ../../asn1/atn-ulcs/packet-atn-ulcs-template.c(126) : fatal error C1083: Cannot
    open include file: 'stdint.h': No such file or directory
    
    Change-Id: I8825a2f0b6440ec5a4bbfb49ea5c183dd8cbf03f
    Reviewed-on: https://code.wireshark.org/review/705
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 46970c440757ba0f1447a8d4a3da2ddfa4593df8
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Mon Mar 17 00:07:10 2014 +0100

    Print a message in case we don't have an X11 SDK installed about where
    to find xquartz.
    
    Change-Id: I76548fba0b01f8274d12bbb55f4f16622d9a7eff
    Reviewed-on: https://code.wireshark.org/review/704
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit 17fc3b48ee95720cf78093a454a443d898e46217
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Mon Mar 17 00:05:43 2014 +0100

    CMake updates:
    - build by default
    - update to 2.8.12.2 which actually builds on Mavericks
    
    Change-Id: I60b539613e13d2cdccbd083b28f641ff1ce363c4
    Reviewed-on: https://code.wireshark.org/review/703
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit 072b990f052f4e04334734b5a15e2270c2b1318b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 16 13:39:07 2014 -0700

    Add a #define for the stats block header length, and use it.
    
    And rename to #define for the stats block trailer length to indicate
    that it's the length of the trailer, not the length of the stats block
    in its entirety.
    
    Change-Id: Iec82c971b32f2d3f4a604fe75a91633e1813ebd5
    Reviewed-on: https://code.wireshark.org/review/701
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit fcf1c44b501f1d3fb807d276d8b11f57f2746b7f
Author: AndersBroman <a.broman@bredband.net>
Date:   Sun Mar 16 18:57:18 2014 +0100

    Make the avp_str available to sub dissectors and Let the subdissector have
    precedence filling in the avp_item string. Use that in a couple of places.
    
    Change-Id: I1af7a1ca4c14fb56ddeaab336202e6c2a18e556b
    Reviewed-on: https://code.wireshark.org/review/699
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 5f508e8b29e99a3c2049a2b8912ae07e5cce21c6
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Sun Mar 16 19:59:17 2014 +0100

    Small updates to the setup process documentation
    
    Change-Id: Ie6dc3a8254e30495945155f058f1ef10a75c4745
    Reviewed-on: https://code.wireshark.org/review/700
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit d8265cd8c66297bb7bf8d2e05482dd196a8804e6
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Mar 15 20:32:47 2014 -0400

    Remove Visual Studio solution and project files (and their existence from Makefiles)
    
    There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git)
    
    Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0
    Reviewed-on: https://code.wireshark.org/review/681
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 51f26ab49a3fa6b0a238483e08548f21a07e048f
Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Date:   Sat Mar 15 08:12:34 2014 -0700

    NFS: We need to pass data through to the dissect_rpc_list() callback
    
    Change-Id: Iace7c6dfb81f0a98bbae304346906a5e82c82812
    Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/679
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 5569f66084ea06b457db5e6cef9f5bdc226a1fbf
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Mar 16 08:06:26 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-03-16]
    
    Change-Id: I714e82b9ea319c2937460978f6feb119917f56f9
    Reviewed-on: https://code.wireshark.org/review/696
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit fa7288702abf151c5c03db864d5b0f87e6b69406
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Sun Mar 16 12:39:30 2014 +0100

    Fix GTK3 detection (or more specific: the include paths) on Windows
    
    Change-Id: Ia0aef096849d1935ca4a6d1d31aabd099087cf29
    Reviewed-on: https://code.wireshark.org/review/694
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit b0b6064542515ec79f5f9128d5f9caad98eb5470
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Sun Mar 16 09:39:50 2014 +0100

    Fix
    [  5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-umts_fp.c.o
    /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c: In function ‘umts_fp_init_protocol’:
    /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c:4526:17: error: enum conversion in assignment is invalid in C++ [-Werror=c++-compat]
                     umts_fp_conversation_info->iface_type        = uat_umts_fp_ep_and_ch_records[i].interface_type;
                     ^
    /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c:4527:17: error: enum conversion in assignment is invalid in C++ [-Werror=c++-compat]
                     umts_fp_conversation_info->division          = uat_umts_fp_ep_and_ch_records[i].division;
                     ^
    /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c:4533:17: error: enum conversion in assignment is invalid in C++ [-Werror=c++-compat]
                     umts_fp_conversation_info->rlc_mode          = uat_umts_fp_ep_and_ch_records[i].rlc_mode;
                     ^
    cc1: all warnings being treated as errors
    
    Change-Id: Ie783a261c40d26ffd105822d5f45bd0513aa1914
    Reviewed-on: https://code.wireshark.org/review/693
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit 9d8cfcc1d1ffa3c79cde680f7280f3aa6b0c0d2c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 16 01:16:13 2014 -0700

    And another warning fix.
    
    Change-Id: Ibbf3366d0075f7b367383a2950c9f0bc54ae194c
    Reviewed-on: https://code.wireshark.org/review/692
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit f61f79f91984c5ec12f34406b90ffd721928798e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 16 01:02:22 2014 -0700

    Squelch some warnings by narrowing or widening some variables.
    
    Change-Id: If3ad60532e8b7e74272683b254582d86653c777e
    Reviewed-on: https://code.wireshark.org/review/691
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit dc6a973a27870e83b19347212d2f833808be8ccc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 16 00:31:15 2014 -0700

    Get rid of unused #defines and no-longer-used structures.
    
    The #defines came from Radiotap, but this isn't Radiotap (I see no
    presence bits here), and Radiotap has to handle stuff that this code
    doesn't (such as, for example, Atheros Wi-Fi adapters that, annoyingly,
    pad the space between the 802.11 header and the 802.11 payload when in
    monitor mode, hence the "datapad" flag).
    
    Change-Id: I87ca3539e0f9254ab94cc8897bdf69e4574f0525
    Reviewed-on: https://code.wireshark.org/review/690
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 9f6f6bc14e76b49a73cc2dd7333dfdb76d28616a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 16 00:19:20 2014 -0700

    Reorganize the code.
    
    Pull the packet data copying code into the routines that parse the rest
    of the record data.  Have those routines directly fill in the metadata
    headers in the packet data, without bothering to fill in a structure
    first.
    
    As a result, those routines no longer can set phdr->caplen to a value
    different from phdr->len, so don't set WTAP_HAS_CAP_LEN.
    
    Have the existing sanity checking code cause the read to fail if the
    checks fail, and add some additional sanity checking.
    
    Use #defines for some offsets into the statistics header and trailer.
    
    Change-Id: Ie936683b96888961d6e2598131cc0eb6146b37e9
    Reviewed-on: https://code.wireshark.org/review/689
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 4342323c08e210236469e5f4e17dc8175153c5aa
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 12:38:52 2014 -0700

    Support to version 3.0 of netscaler packet wire format.
    
    From shekhar.chandra@citrix.com.  See bug 9280.
    
    Change-Id: If3abbc653bb1f127b151976d4183af4c4f1e71eb
    Reviewed-on: https://code.wireshark.org/review/658
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit f1996885d2e7bd4c191014a77cd1dcc359697dd9
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Mar 13 21:41:16 2014 +0100

    Add an UAT table to define endpoints and channel data to be able to
    presetup conversations with FP dissection data.
    
    Change-Id: Ibced63bf944d7268751f8055095eb26477664be1
    Reviewed-on: https://code.wireshark.org/review/643
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: ronnie sahlberg <ronniesahlberg@gmail.com>
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit 3ac19d36439b9f0a27321a7d51bd1f99e36c57f6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 15 12:18:28 2014 -0700

    Clean up the setting of the len and caplen fields.
    
    Always include the length of the metadata headers, as we're always
    copying them.
    
    Do a straightforward check to make sure the data length is >= 4 before
    subtracting out the FCS (which appears not to actually be an FCS; at
    least in the captures I've seen, it looks like random junk).
    
    Improve the comments for that code.
    
    Get rid of some tabs, in favor of spaces, while we're at it, and make
    the 3 sections of code where that's done more alike.
    
    Change-Id: Ica338cd492ac535833933a8b7cd5191217c5ab5b
    Reviewed-on: https://code.wireshark.org/review/685
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 42c522ccf2f5c7de97e5b0cb6c77f37c097eb912
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Mar 15 13:57:05 2014 -0400

    (Minor) prefs_register_protocol() callback not required; Therefore: simplify proto_reg_handoff...().
    
    Change-Id: Ic09351d7b04d55814211618056e92430bc114f6f
    Reviewed-on: https://code.wireshark.org/review/684
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 7b6b6e5aaafffbe509d522b4b0c8a8e3c429254f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Mar 15 13:51:33 2014 -0400

    Add a length-check to heuristic to prevent any exception during test; add editor modelines.
    
    Change-Id: I8b4f565699c4d044cc3b64b22115a921b97b3d38
    Reviewed-on: https://code.wireshark.org/review/683
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 33b3bb9b8a5f8735b547845ae97eef9a86d88638
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Mar 15 13:49:05 2014 -0400

    (Trivial): add editor modelines. use consistent indentation & do whirespace re-formatting.
    
    Change-Id: Ic8378bf398bcabfe1f50f7f6ccbe10e2e84884d5
    Reviewed-on: https://code.wireshark.org/review/682
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit d6548f9301f6fb077a9aedb5154b3b10b1b9beb1
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Mar 15 14:31:14 2014 +0100

    Remove unused const variables errors seen with recent Clang version
    
    Fixes bug 9886
    
    Change-Id: I8624ef1c5874aea5521d21c998510fc29c838936
    Reviewed-on: https://code.wireshark.org/review/657
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 830684fc0d6cc94aa7d892c965b722eb306b59a6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Mar 15 11:48:58 2014 -0400

     #if 0 (with XXX comment) use of try_conversion(); Also: do misc cosmetic changes.
    
    Change-Id: Ib31439cfaaf5c08113b87f0bbb0b75932ca06bc9
    Reviewed-on: https://code.wireshark.org/review/680
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 5af1e3a9582d6c1b5c4eb110840e74d0518e59dc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 11:01:03 2014 +0100

    Fix -Wabsolute-value in TAP Compare stat (Found by Clang 3.5)
    
    tap-comparestat.c:321:55: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    tap-comparestat.c:321:55: note: remove the call to 'abs' since unsigned values cannot be negative
    tap-comparestat.c:347:56: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    tap-comparestat.c:347:56: note: remove the call to 'abs' since unsigned values cannot be negative
    
    Change-Id: Ice950228d844373abcbd0cdc8ea05079b8b933d0
    Reviewed-on: https://code.wireshark.org/review/676
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 813bc10e8fdf5df2dc876b6e1da90d9e1de70802
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 10:55:01 2014 +0100

    Fix -Wabsolute-value in GTK Compare stat (Found by Clang 3.5)
    
    compare_stat.c:235:34: error: taking the absolute value of unsigned type 'guint32' (aka 'unsigned int') has no effect [-Werror,-Wabsolute-value]
    compare_stat.c:235:34: note: remove the call to 'abs' since unsigned values cannot be negative
    compare_stat.c:406:55: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    compare_stat.c:406:55: note: remove the call to 'abs' since unsigned values cannot be negative
    compare_stat.c:432:56: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    compare_stat.c:432:56: note: remove the call to 'abs' since unsigned values cannot be negative
    
    Change-Id: I03cc3136df3faf42c25986f52f015b8d87ce5774
    Reviewed-on: https://code.wireshark.org/review/675
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 35648dec43c05f4b3a2845d9957106852d2c8f28
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 10:52:23 2014 +0100

    Fix -Wabsolute-value in GTK SCTP Graph (Found by Clang 3.5)
    
    sctp_graph_dlg.c:1562:18: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    sctp_graph_dlg.c:1562:18: note: remove the call to 'abs' since unsigned values cannot be negative
    sctp_graph_dlg.c:1574:18: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    sctp_graph_dlg.c:1574:18: note: remove the call to 'abs' since unsigned values cannot be negative
    
    Change-Id: If3cdce123256543a95fe0b596eee962e1d93d118
    Reviewed-on: https://code.wireshark.org/review/674
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0d2dd005647d173959fdd1794ff04840eb5e8cd4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Mar 15 10:49:47 2014 +0100

    Fix -Wabsolute-value in ICMP dissector (found by Clang 3.5)
    
    packet-icmp.c:1245:7: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1245:7: note: remove the call to 'abs' since unsigned values cannot be negative
    packet-icmp.c:1245:30: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1245:30: note: remove the call to 'abs' since unsigned values cannot be negative
    packet-icmp.c:1254:6: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1254:6: note: remove the call to 'abs' since unsigned values cannot be negative
    packet-icmp.c:1254:29: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1254:29: note: remove the call to 'abs' since unsigned values cannot be negative
    packet-icmp.c:1623:7: error: taking the absolute value of unsigned type 'guint32' (aka 'unsigned int') has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1623:7: note: remove the call to 'abs' since unsigned values cannot be negative
    packet-icmp.c:1629:7: error: taking the absolute value of unsigned type 'guint32' (aka 'unsigned int') has no effect [-Werror,-Wabsolute-value]
    packet-icmp.c:1629:7: note: remove the call to 'abs' since unsigned values cannot be negative
    
    Change-Id: I6b344d01b8239fb93aedf95d954ef1243ba45a6b
    Reviewed-on: https://code.wireshark.org/review/673
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 309406299dd694be8191024fd25a5e30d9f7c399
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 15 03:02:40 2014 -0700

    Use constants instead of vwr->STATS_LEN in some cases.
    
    In some cases, we know, based on the FPGA code, what vwr->STATS_LEN is,
    so use that #define.
    
    While we're at it, replace some hardcoded numbers that represent the
    statistics trailer length with the appropriate #define.
    
    Also, combine two identical case arms for Ethernet into one.
    
    Change-Id: I0bdea8e5aab146094ad21fa7e67dca2913da688b
    Reviewed-on: https://code.wireshark.org/review/672
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 41c8cd62bf9df07e981de4e46f59a5452baae472
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 15 02:45:34 2014 -0700

    Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.
    
    vwr->STATS_LEN is the length of the statistics trailer at the end of the
    packet, and it's the same for S2 and S3 versions of the WLAN card.  It
    should *not* be set to the length of the metadata headers that we
    *generate and put in front of the packet data that we hand to our
    callers*.
    
    Get rid of a debugging message while we're at it.
    
    Change-Id: I465b5ba4dedb88f1f401d34439b44b16a4bb01cc
    Reviewed-on: https://code.wireshark.org/review/671
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 0d6cdb5f26973818ff891d20a0c72587f2427bf0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 15 02:24:03 2014 -0700

    Clean up naming and get rid of unused and duplicate definitions.
    
    The so-called "radiotap headers" bear no resemblance to actual
    radiotap.org radiotap headers; there are no presence bits, for example.
    Get rid of the words "radiotap" and "radio tap", get rid of #defines
    that aren't used, get rid of duplicate definitions.
    
    Change-Id: I0bb6abda5d13bf20810dc865a567f4ec51a38056
    Reviewed-on: https://code.wireshark.org/review/670
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 5d2409116e9e58f62a7b41b369d811ded51ffe92
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 17:39:52 2014 +0100

    Fix indent (use 2 spaces)
    
    Change-Id: If7872c510d20e9f04e44e3fdf09c023e5ac602d9
    Reviewed-on: https://code.wireshark.org/review/648
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit e63eb0298ad89161fd9aa1ee1c79bbaea9a9dd0f
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Mar 15 09:57:52 2014 +0100

    Fix compilation of packet-aruba-erm.c
    
    Change-Id: I30bef3eb92e1bdf67e4a3019ef3542e14ac9505c
    Reviewed-on: https://code.wireshark.org/review/669
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit a16b86282cbee1e6e90e0dff49482f81368d8ac8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 16:54:51 2014 +0100

    Enhance dissector Aruba ERM
    
    Support type 0 (legacy), type 1 (peek), type 3 (pcap+radio) mode
    via preference
    
    type 2 (airmagnet) is no yet supported
    
    Change-Id: I4f0d10e5d9b87bdcf5863d84e565201acaeee45b
    Reviewed-on: https://code.wireshark.org/review/647
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit bac9b5b6fdfb9d3f306bb65f6509dce7144e82ad
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 14 21:05:25 2014 -0400

    Fix lrexlib.c clang static analyzer warning
    
    This fixes a "Argument with 'nonnull' attribute passed null" warning
    generated by the clang static analyzer.  It's a false positive, but
    easy to remedy.
    
    Change-Id: Id737d1ac29765ed26a416c5cd13bedafee478fb6
    Reviewed-on: https://code.wireshark.org/review/661
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f75f1d54c4bad6bd130af924b5dba71fb5774652
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 14 21:12:10 2014 -0400

    Fix README.heuristic wording to Bill Meier's correction
    
    Change-Id: Ifeb61abdcc7aa049529d584ff3fe50b6fd79fe21
    Reviewed-on: https://code.wireshark.org/review/662
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit c7383faea4d9d0e5c59b58c0f871e91b93d3f425
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Mar 15 00:48:56 2014 -0700

    Better document the offset of the MPDU in the packet data.
    
    In the S1 FPGA code, copy the "MPDU starts at 4 or 6" comment.
    
    Get rid of misleading comment in the S2/S3 FPGA code; we're using the
    MPDU_OFF field from the private data structure, so we're not calculating
    *anything* at that point.  Put in comments indicating what's being done
    at the point where those calculations are actually done.
    
    Change-Id: Ifda709a6b2aa7edad964f639086012c72c0a71fe
    Reviewed-on: https://code.wireshark.org/review/668
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 288923d61f594550c7a55894b006efa809b33a0d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 20:18:24 2014 -0700

    Add a #define for the record header length, and use it.
    
    Add a comment describing (some of) the record, while we're at it, and
    update another comment to reflect reality.
    
    Change-Id: Ia7f1432402b843b96983375c0e0842c030de0cee
    Reviewed-on: https://code.wireshark.org/review/667
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit a0afd45d8c832fe8679e1400a22f420dab7db468
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 19:49:54 2014 -0700

    Some records have two statistics blocks; clarify that.
    
    Change-Id: I139cd73f6fff84528e105f9246a4207aa48a68df
    Reviewed-on: https://code.wireshark.org/review/666
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 50b3da03ca80404f9f1f411407c316bdfa0ea485
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 19:47:22 2014 -0700

    More use of vwr->STATS_LEN to clarify what code is doing.
    
    Change-Id: I9292f7b054f7b71727409deb062200a0301db5ee
    Reviewed-on: https://code.wireshark.org/review/665
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 225635e5d2c59979336fad2045fa9fa962e72281
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 19:45:02 2014 -0700

    Get rid of duplicate code.
    
    Change-Id: I39515c13f667a62445e3498cf90742dc271e390c
    Reviewed-on: https://code.wireshark.org/review/664
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 3158a5b22e91f406c6ced070e73cc6efeb125485
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 18:36:36 2014 -0700

    Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.
    
    Instead of throwing in 48 and 64 as numbers, use vwr->STATS_LEN to
    indicate what the lengths are.  Yeah, it has to be fetched at run time,
    but big deal.
    
    That also shows that, as we've already rejected records whose size is
    less than vwr->STATS_LEN, we don't have to check for that, so eliminate
    those checks.
    
    Change-Id: Id4822b3e5a02abfffb2da96a50999e36548a4279
    Reviewed-on: https://code.wireshark.org/review/663
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ba7e5e322e28909228bd3bfd251d5a727bc73ff4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 16:14:15 2014 -0700

    len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.
    
    Fix presumed typo while we're at it.
    
    Change-Id: Ic8ae6e6669e5c5fc618ec2516af98ba2390487ce
    Reviewed-on: https://code.wireshark.org/review/660
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 55f6b2e04826fdd97b6d0eb26ac6cbd33d4b3589
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 12:52:00 2014 -0700

    Remove more now-unused stuff.
    
    Change-Id: I8f65ed38e0b5f8923b7c273c2fca4c2b57c5af9c
    Reviewed-on: https://code.wireshark.org/review/659
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 6e339201f019e130efbdfddfe29b26647eaac99d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Mar 14 12:23:03 2014 -0700

    Get rid of a no-longer used preference.
    
    We no longer need a preference to determine the byte order of the T and
    L in the TLVs, as libpcap and libwiretap both, when reading a file,
    translate from the file's byte order to the reading host's byte order
    and, in fact, currently don't use the variable in which the preference
    is stored; eliminate the preference.
    
    Change-Id: Id06a6284960c1ac77028af07f3937eb4a7b0acaa
    Reviewed-on: https://code.wireshark.org/review/656
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit bf0b7f796874de7df9a4397bae20bc4bd8a3cae1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 18:45:34 2014 +0100

    Fix indent (use 4 spaces) and add Modelines
    
    Change-Id: I50c66638d48a6579b50204769bd27210d9d6c228
    Reviewed-on: https://code.wireshark.org/review/655
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e0d76a579bf9604931dee66e4ff44f1fb36f0531
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 18:26:09 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I688509fff7d5b663f2ff54b42a80c52592613213
    Reviewed-on: https://code.wireshark.org/review/654
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d3cc7e0120b6a87f233723aec101c0629cd755c0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 18:21:28 2014 +0100

    Fix -Wunused-const-variable found by Clang 3.5
    
    Change-Id: Idf5ac9e067a647d3e1be82df352d956c87d6050c
    Reviewed-on: https://code.wireshark.org/review/653
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 348c19cc7d3cdc04186d77bb905cd54a096d009f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Mar 14 13:05:15 2014 -0400

    Use try_val_to_str() in heuristics test (intead of a loop); ensure no exception during test.
    
    Change-Id: Ib55ccca4a025fb1cbef52ffa01888fef6d72156a
    Reviewed-on: https://code.wireshark.org/review/651
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit f02b8880205fdec8500cb6a2a4a7ff1e3080ab28
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Mar 14 12:21:40 2014 -0400

    Fix two bugs & do various other changes.
    
    Bugs fixed:
    - Catch exceptions during heuristics test so that the sequence of
      dissector heuristics tests is not terminated abnormally;
      (Prevents incorrect tshark "one-pass" dissection);
    - Comment out registration of heuristic for TCP; TCP dissection
      requires different code than for UDP. ("XXX: ToDo" added)
    
    Misc:
    - Create/use two extended value_strings;
    - "UL" is not needed as a modifier for several constants;
    - Remove some unneeded initializers;
    - Localize some variables;
    - Remove unneeded '#include <stdlib.h>
    - Do some whitespace changes.
    
    Change-Id: Ida11cb6b26911c0032155fde7491dd2a6f136c34
    Reviewed-on: https://code.wireshark.org/review/650
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 740ec32af514e2ff31a0fd275fa6456d036a35ad
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Mar 13 16:18:06 2014 -0400

    Ensure there's no exception during the initial heuristics test.
    
    Change-Id: I7d7e8bf2d1d63b34659f6de506eb4b2693780cce
    Reviewed-on: https://code.wireshark.org/review/649
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit eea31bee59d11e0f2a07b31b1c387fdcb407f485
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 14 16:53:22 2014 +0100

    Add modelines information and peekremote register for futur use...
    
    Change-Id: I81f726cd20878770a37d9489f40d473960714425
    Reviewed-on: https://code.wireshark.org/review/646
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4b2ec6b335f6fecdf5c4923de53b1770f4ccd02b
Author: AndersBroman <anders.broman@ericsson.com>
Date:   Fri Mar 14 13:55:34 2014 +0100

    Display framed_ipv6_prefix as an IPv6 address even when it's not the full
    16 bits.
    
    Change-Id: I6cef08e2da9467cb54b5d08526c77c87e7afe1fa
    Reviewed-on: https://code.wireshark.org/review/645
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 04c39bb0972bac1f95eb9394b5ca1086f19c0d93
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Mar 10 01:54:51 2014 -0400

    Add Lua heuristic dissector support
    
    This adds the ability for Lua scripts to register heuristic dissectors
    for any protocol that has registered a heuristic dissector list, such
    as UDP, TCP, and ~50 others. The Lua function can also establish a
    conversation tied to its Proto dissector, to avoid having to check the
    heuristics for the same flow. The example dissector in the testsuite
    has also been enhanced to include a heuristic dissector, to verify
    the functionality and provide an example implementation.
    
    Change-Id: Ie232602779f43d3418fe8db09c61d5fc0b59597a
    Reviewed-on: https://code.wireshark.org/review/576
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a59ac1bd10d29d05ca5cd657b7c64ab13a08670d
Author: 0xbismarck <0xbismarck@gmail.com>
Date:   Thu Mar 13 12:01:23 2014 -0400

    Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete
    
    Added the field information for Phase 1 for the Send Routing Info
    For Sm message per request of ticket 9704. Code per the suggestion of
    Anders Broman. Adding Phase 1 code to GSMMAP.asn.
    
    Did not have any data to verify that the change worked.
    
    Change-Id: Ic387e2e12e8893abb0f453f5010909ffbfd1808c
    Reviewed-on: https://code.wireshark.org/review/147
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 2f794e95d13a139483e81a82b12ac58151cf2e89
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 13 22:47:14 2014 +0100

    MBIM: fix 3GPP SMS PDU record dissection
    
    Change-Id: I232a12eb7f7ee49464bb45c6f284ca3a3825909c
    Reviewed-on: https://code.wireshark.org/review/644
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit eff7a9b64588a4b5ded71289c05ca9f6aa4db6d5
Author: Patrick MacArthur <pmacarth@iol.unh.edu>
Date:   Wed Mar 12 15:21:23 2014 -0400

    Fix dissection of RDMA WRITE ONLY IMM packets.
    
    Change-Id: Icdc4aaa243191dc85e067a75a068c175fa09296b
    Reviewed-on: https://code.wireshark.org/review/637
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e204e9aefb8ec36638d55efee93f73eec8a3e7d8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Mar 13 12:52:41 2014 +0100

    Enhance ZigBee Routing Table
    Make field filterable and use value_string for status
    
    Based from capture available in bug 9855
    
    Need to continue... lot of enhance is possible in ZigBee dissector...
    
    Change-Id: I0ac84e05a7b8b54e9879abbb7495034318188394
    Reviewed-on: https://code.wireshark.org/review/631
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit ba32257cb6226d15d310080071c698f2d6903c88
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Mar 11 22:46:25 2014 +0100

    add a test for SSL/TLS decryption using the master secret
    
    rename the existing SSL test to clarify that it uses the server's
    private key for decryption
    
    Change-Id: I13598fc4cf724b144a8f27bfa7a3316acfc78728
    Reviewed-on: https://code.wireshark.org/review/640
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit c9956e35f2d8648a9045d318541ed5c8aef9df20
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Mar 13 21:08:57 2014 +0100

    Use dissector_try_uint_new() and include diam_sub_dis_inf when calling all
    AVP sub dissectors.
    
    Change-Id: I6dcc362ea755794d3e18d8d27ed2128b46bd887b
    Reviewed-on: https://code.wireshark.org/review/642
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f3f77bd16f81de63105862515e3965564eed0d7a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 13 21:23:24 2014 +0100

    Add tfshark.rc.in to Makefile.am
    
    Change-Id: I7d987534243a3e1575191f67d8b660c3c4c4731f
    Reviewed-on: https://code.wireshark.org/review/641
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit a9f349b75178c8d0dc816968d04431e22d185a81
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Mar 13 12:41:00 2014 -0700

    Rename and relabel some fields, as per emburey's comment.
    
    Change-Id: I8e32672912bb202903182126613ce3394e0e1c35
    Reviewed-on: https://code.wireshark.org/review/639
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 641eb36dd5c89d5b2f6291d5bc540072b4bacdf2
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Mar 13 10:20:28 2014 -0700

    Fix value_string checks in checkAPIs.pl.
    
    Some strings contain semicolons, which meant g36db2df was terminating
    our REs too early. Try terminating them with '}' followed by ';'.
    
    Change-Id: I97f63351ef35c91e3123d9abd47576d47fea4b2b
    Reviewed-on: https://code.wireshark.org/review/638
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 53dab8e1f1acb95930bfb06da3c8b9c30af85d1c
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Mar 11 10:28:41 2014 -0400

    Note that a dissector heuristic test *must not* cause an exception before returning FALSE.
    
    Change-Id: I9f1ab000f7a2c554d1c20abf8ca4e4bab4b5ef27
    Reviewed-on: https://code.wireshark.org/review/635
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 36db2df1c18f7000f3d0e21f8d667344725403fc
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Mar 12 17:11:27 2014 -0700

    Add a check for newlines in value_strings.
    
    Update checkAPIs.pl to look for newlines in value_strings and
    enum_val_t's. We now have to perform the check before we strip quoted
    strings. Hopefully that won't cause a problem. Rename the check since
    we do more than check for NULL termination.
    
    Add modelines.
    
    Fixes bug 9878.
    
    Change-Id: I39dd910db60c7028ea4bdb58e8cfdb239c094748
    Reviewed-on: https://code.wireshark.org/review/628
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit b1a05d5517d5da0e84f21c72c78c77a5e735bb86
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 13 14:46:42 2014 +0100

    ULP: add UDP transport
    
    and fix indent (use 2 spaces)
    
    Change-Id: I558616e3030a55a845cd4ba31ac32f08bdf8376d
    Reviewed-on: https://code.wireshark.org/review/634
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 73618c8d1c82ad64a6f6e885fbc72367082d1b26
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Thu Mar 13 14:28:43 2014 +0100

    Pre-Commit Hook check to check for newer version
    
     Insert a short check to always check for newer versions
     in the tool directory of the pre-commit script
    
     So far, only a warning is being generated, allowing the
     developer to decide for him/herself
    
    Change-Id: I6fce60e3de1d051757d0ed38eae8fdc94cec7662
    Reviewed-on: https://code.wireshark.org/review/633
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit b5fae942daa4fb5d0518ca5de61b7bc9b7ce7bbc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Mar 13 01:28:08 2014 -0700

    Assorted cleanups of field names and descriptions.
    
    The PeekRemote headers are 802.11, so "Dot80211" is redundant.
    
    "Wep" really means "Protected" as there's also WPA/WPA2.
    
    "FlagsN" means "802.11n", not "802.11ac", and the "n" in "flagsn"
    indicates that.  Also, "Hz" stands for "Hertz", as in "Heinrich Hertz",
    so the "H" is capitalized.
    
    Change-Id: If46cc4859ae8d65a199c9ad1fd48d2f2128ccd3d
    Reviewed-on: https://code.wireshark.org/review/630
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 08bf1a4ae1c131486177e7e34b0c70b091e0613b
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 13 02:45:03 2014 -0400

    Add support for Aruba ERM Radio-Format
    
    This adds support for a variant of the current Aruba ERM format,
    a new format that provides rdio information. This addresses
    enhancment bug 9880.
    
    Change-Id: Ia38ff09d9f814193bdc544466dbd005123771262
    Reviewed-on: https://code.wireshark.org/review/629
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 907d24db893df1ced5a246eda32446015fcc750c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Mar 12 16:11:00 2014 -0700

    Get rid of $Id$, add some comments.
    
    Change-Id: I3f34484f18fba45b23b5acc924b56e5b62291114
    Reviewed-on: https://code.wireshark.org/review/627
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 13d635bf0f3b041f418acfd5ad11aecb2482a53c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Mar 12 15:12:58 2014 -0700

    Get rid of space-before-tab in indentation.
    
    Change-Id: If747e7b2af34e27ca8558293140a74691a0113b4
    Reviewed-on: https://code.wireshark.org/review/624
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit c8b6b7699635cd5f9039d6a90d2267ac06e205c5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Mar 12 15:10:29 2014 -0700

    Thou shalt not put newlines in the strings in value_string tables.
    
    That just breaks too many things.
    
    This catches the examples of that found in bug 9878.  There might be
    others that my grepping didn't find.
    
    We should also have the checkAPIs.pl script check for this, so this
    isn't a full fix for bug 9878.
    
    Change-Id: I3bf6f1fc0fe8654d0f54a995e72f1966ae012f5e
    Reviewed-on: https://code.wireshark.org/review/623
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 0284e87bea177188343d3ce9ebdfe2ec0d4044b7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Mar 12 14:44:01 2014 -0700

    Consistently put -lm at the end of library lists.
    
    I'm not sure why it's associated with GLIB_LIBS in most entries - at
    some point, was it the case that we didn't use libmath routines but GLib
    did? - but there's no guarantee that other libraries don't use them, so
    put them at the end of the lists.  That also makes the lists a bit more
    consistent.
    
    (Yes, I know, the wireshark_ldadd list is followed by some other
    libraries in the library lists that use it, so -lm isn't *really* at the
    end everywhere.)
    
    Change-Id: Ia2e0b295fdaae771fdee7d5eecdefaa83fae9992
    Reviewed-on: https://code.wireshark.org/review/622
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 5ae2815615d04e63c99c4636e5fdf644d7c5abc9
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Mar 11 00:27:50 2014 -0400

    Fix bug 9866: Qt 'Clearing filters does not seem to affect the packet list'
    
    Clicking the "X" clear filter button now applies the clearing to the
    displayed packet list.  This commit also adds tooltips for the display
    filter display filter box's butons.
    
    Change-Id: I827020a7705a32a4a9204d22e94942853e25bba6
    Reviewed-on: https://code.wireshark.org/review/601
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit bc3aa5dff25b834977dec850efad4c21c10ea179
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 10 22:28:08 2014 +0100

    Add dissection of flags, status, flagsN for Omnipeek/Peek Remote dissector.
    
    Information about value of flags from Emburey
    
    Change-Id: Iba79fba8e95cd2fc80f6fba5fa937d5485fbb381
    Closed-bugs: 9586
    Reviewed-on: https://code.wireshark.org/review/595
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit c4c83502849ec2e0a2544e494647641d6c16dc4f
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 6 17:20:48 2014 -0500

    Fix bug 9021: 'RTP not decoded inside the conversation in v.1.10.1'
    
    The behavior for SIP/SDP handling of RTP conversation tracking
    changed in v1.10, with some unintended consequences.  The bugs did not
    show up at the time because wireshark makes 2 passes of the packet list,
    and so the problems auto-corrected themselves in most cases.  Unfortunately,
    a change in r53641 modified how UDP behaves, making it always create
    conversations for UDP packets, and that exposed the bugs inherent in the
    SIP/SDP code changes.
    
    This commit reverts the behavior of SIP/SDP to its pre-1.10 model, but
    creates a new preference setting for "Delay SDP changes for tracking media",
    which if enabled, will turn on the new (but buggy) model introduced in 1.10.
    This preference is *disabled* by default, since for a majority of cases the
    new behavior is worse than the previous behavior.
    
    The preference, and this commit's fix, is not intended to last long. I intend
    to re-write the SIP/SDP/RTP interaction model for release 1.11 - I think it's
    too big a change for 1.10, however, which is why I submitted this commit.
    
    Change-Id: Ic5601749d6c2344e952ced8206dd9296bfdc4b90
    Reviewed-on: https://code.wireshark.org/review/543
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 70ff7be1e6735cd9b00bfeb1c23bf19cf1250c01
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Mar 12 17:36:26 2014 +0100

    MAC LTE: fix a typo in Buffer Size value_string
    
    Change-Id: Ie38726fb51a74bbcdc630550e61fa0e934ffdd1e
    Reviewed-on: https://code.wireshark.org/review/618
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 69cc9e10452eb2725ab9a6bb35b717081c50e01d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Mar 12 12:14:51 2014 -0400

    Fix whitespace tabs to spaces, indent by 4, modelines
    
    Change-Id: I8bb64a879d1aa779c9ac85db306cbd34d1188243
    Reviewed-on: https://code.wireshark.org/review/617
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit e5482196b23aa9eb68a97ef4ef7df35ca19fd56b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 12 15:43:05 2014 +0100

    Fix indent (Remove space and use tabs)
    
    Change-Id: I9cc33a43e0f06dfad3f9fb53ad0df636f2ea7020
    Reviewed-on: https://code.wireshark.org/review/615
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit db1fddb40b5557e9bed6fe83d07282b791bf1e7a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Mar 11 11:52:48 2014 -0400

    Fix Bug 9873: 'Qt: right-clicking on toolbars only shows checkmarks'
    
    Add the text descriptions for the two toolbars: "Main Toolbar" and
    "Display Filter", so the right-click context menu shows what you're
    removing/adding. And add a View->Toolbar sub-menu, with checkable
    "Main Toolbar" and "Display Filter" entries, which enable you to
    show/hide the toolbars via the menu.
    
    If someone has/prefers better names for these things, I'm all ears.
    
    Change-Id: I55b9fbaed2ef6dca3260fa9dfdddd7dad95d05c4
    Reviewed-on: https://code.wireshark.org/review/608
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d89195d1b8010c3a87f116baee6e2903b2a143f6
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Mar 12 15:16:10 2014 +0100

    Fix a trivial typo
    
    Change-Id: Ibb2609b865ebaca14572c480d06ecc6ae7ef73f5
    Reviewed-on: https://code.wireshark.org/review/614
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 7e7bf824564ab936fd2aafba269b4d73e406aa48
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Mar 11 22:27:42 2014 -0400

    Fix Bug 9872: 'SIP status line in 200 OK for de-registration is misleading'
    
    The status line of the 200 OK during a deregistration is (1 bindings), but it
    should be (0 bindings). Wireshark should check the "expires=0" in the contact
    header not just count the number of the contact lines. But since it's not
    truly valid to have expires=o contacts in responses, this commit adds expert
    info warning of such.
    
    Also, the REGISTER request itself already says "(remove all bindings)"
    in the Info column currently if the Contact was a '*', but it didn't
    say something similar if only de-registering one or more explicit
    contacts. This has been fixed as well.
    
    Lastly, this fixes three other bugs I found while reading the code and testing:
    (1) comma-separated Contact headers will be displayed as a single one if
    the first one(s) don't have header params but a subsequent one does; and
    (2) the last Contact header param is displayed with the trailing '\r\n'
    header separator; and (3) the SIP REGISTER response code displayed contact
    binding info for responses other than 2xx, which isn't logical.
    
    Since all of these are in the same area and not critical, I'm lumping these
    all together.
    
    A test capture file used for testing is attached to the bug.
    
    As an aside, the SIP header parsing code needs to be refactored. Most SIP
    headers follow a common ABNF pattern, and should be parsed using a common
    function(s) so these issues don't crop up for specific headers.
    
    Change-Id: I16c531fcb244dc121fc0e8046908e475b41489f9
    Reviewed-on: https://code.wireshark.org/review/612
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1ab950cc4c44763d2fbe686b1551570a5bbfb026
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 12 11:07:10 2014 +0100

    Enhance VXLAN dissector
    
    * Fix modelines (no CR after modelines)
    * Add UDP Port (Attributed in draft 04 Port 4789)
    * Update link to last draft (no specify change)
    
    Change-Id: I4cd89719ae00eb64ce4c234c39b9e18cdc1b8b93
    Reviewed-on: https://code.wireshark.org/review/613
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 2a9294356a36f297153fe255b149e6ab39310e82
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 14 19:37:40 2014 +0100

    Add Export PDU Dialog (Wireshark Qt)
    
    Rebase with last change and add Logcat export
    
    Change-Id: Idc9b444b1bf14b95ff60e8466e94f7eecd875b47
    Reviewed-on: https://code.wireshark.org/review/14
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 5af5f1699cb26f6ac198374189aba87abe626e0d
Author: Martin Kaiser <martin@skogar.kaiser.cx>
Date:   Tue Mar 11 17:40:56 2014 +0100

    fix the SSL decryption using the master secret
    this was broken in 21aa7168c7565445ee544ee78fb6c836a63cd4ed
    
    to be on the safe side, we assue that return value >= 0 means success,
    < 0 means failure
    
    Change-Id: I1d03000e6b6d70fac6bef8766d28990d953c8e27
    Reviewed-on: https://code.wireshark.org/review/609
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 0f73f7959af01c8992540ec169121654c0e34a13
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Tue Mar 11 12:02:23 2014 +0100

    GTK_STOCK_PRINT_ERROR was missing in GTK+ < 2.14, too
    
    Change-Id: I1be141c58252b8bb0db2ffff2edbb80f92c69cd6
    Reviewed-on: https://code.wireshark.org/review/606
    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
    Tested-by: Balint Reczey <balint@balintreczey.hu>

commit 42971dc42ac95ec38b3ddd33142ff921e3b39512
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Tue Mar 11 09:52:11 2014 +0100

    Don't use some stock icons missing in old (< 2.16) versions in GTK+
    
    Change-Id: I2716a8a25627de9c3945fbf5117edcb4859aa95f
    Reviewed-on: https://code.wireshark.org/review/605
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit c45a15f211385393ab9b14b83d7ca45b00449cb5
Author: Lukas Emersberger <lukas.emersberger@gmail.com>
Date:   Mon Mar 10 08:23:36 2014 +0100

    EPL: Support SyncReq and SyncResp Frames
    
      - For PollResponse-Chaining SyncReq and SyncResp frames were introduced.
        Those frame-types are not recognized by Wireshark yet.
    
      - Currently only the FeatureFlags 0-13 where interpreted by Wireshark.
        Flags 14-15 and all extended flags where missing.
    
        14 = SDO Read/Write All by Index
        15 = SDO Read/Write Multiple Parameter by Index
        16 = Multiple-ASend Support (TRUE = Device supports Multiple-ASend; FALSE = Device doesn’t support Multiple-ASend)
        17 = Ring Redundancy (TRUE = MN supports ring redundancy; FALSE = MN does not support ring redundancy)
        18 = PResChaining (TRUE = Device supports PResChaining; FALSE = Device does not support PResChaining)
        19 = Multiple PReq/PRes (TRUE = Device supports Multiple PReq/PRes; FALSE = Device does not support Multiple PReq/PRes)
        20 = Dynamic Node Allocation (TRUE = Device supports DNA; FALSE = Device does not support DNA)
    
    Signed-off-by: Lukas Emersberger <lukas.emersberger@gmail.com>
    Change-Id: I9ac19f8b71b1be1094f410141c0f806996b1cb25
    Reviewed-on: https://code.wireshark.org/review/589
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 00be1d31ce580a6ad7ac37cb04d2dea9f20fa130
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Fri Feb 21 14:09:52 2014 +0100

    Migrate GTK icon handling to GTK 3.10 API
    
    GtkStockItem usage is deprecated with all the GTK_STOCK_.* stock ids.
    We keep a stock id based approach but without relying on GTK's
    GtkStockItem system.
    
    We create our own internal stock ids for {icon, label} tuples and keep
    the original GTK stock id #define-s and values to preserve backward
    compatibility.
    
    Change-Id: Ia0b35a5903f079e92c8026e3df21bbf0be2d06b0
    Reviewed-on: https://code.wireshark.org/review/302
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 234ab5b7632f03e8cdc3ad28f8bc22a00c2978d6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 10 22:36:47 2014 +0100

    Replace (int)sizeof(guint*) by value
    guint8 => 1
    guint16 => 2
    guint32 => 4
    guint64 => 8
    
    Change-Id: I23ae863115522779d99cfadeb698ed43ca626667
    Reviewed-on: https://code.wireshark.org/review/597
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit aabb002f05e388907a4b9a75dd7e41f0143a85eb
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Mar 9 11:40:56 2014 +0100

    Add value string (type and data rate) from omnipeek
    
    Change-Id: I1ed387f1cb8d207c32c5202b578bd452cef4401c
    Reviewed-on: https://code.wireshark.org/review/594
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 1cde337fee8e8af968e872115d9c7b11a9eaa81e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 10 22:30:18 2014 +0100

    Fix incorrect file in epan/Makefile.am when build with ENABLE_STATIC
    
    Change-Id: I7f76e3e3d2d6f3edd2a658fccd5953393ef74ed7
    Closed-bug: 9871
    Reviewed-on: https://code.wireshark.org/review/596
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 9961ee369c97768d5ed906d5ef5d17b718d33d3e
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Mar 10 15:18:24 2014 -0400

    Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop error'
    
    Due to the change I made previously for how methods are accessed, if you try
    to access one that doesn't exist (for example mistype it or whatever), you get
    an internal Lua error about a loop in table get, as opposed to the right error
    message about the field not existing.
    
    That's because I had set the class' metatable __index metamethod to point to
    the class table, which of course has the metatable with the __index
    metamethod, causing a lookup loop.  Blech.
    
    Change-Id: I20d3717feadd45f652c2640e1671846184e7082d
    Reviewed-on: https://code.wireshark.org/review/593
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit f4de2a2dd1142e7d7c9069bc923eeb8c7ac20333
Author: Yaniv Kaul <yaniv.kaul@emc.com>
Date:   Mon Mar 10 21:04:30 2014 +0200

    packet-scsi.c minor changes - add WWN dissection and fix a typo
    Change-Id: I0ef84e088988f1a40863ab54b722faace8bacc31
    Reviewed-on: https://code.wireshark.org/review/592
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8e508975eb70e3292ceb40787e389386722a13d0
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Mar 10 16:16:23 2014 -0700

    Try to fix -Wparentheses-equality errors.
    
    Clang in XCode 5.0 currently fails with
    
        error: equality comparison with extraneous parentheses
        [-Werror,-Wparentheses-equality]
    
    Change-Id: I7ca2e81959e777f923bdff1273aca6c56b100f6c
    Reviewed-on: https://code.wireshark.org/review/600
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit adc08713dcc4a5845159548274aed72518fa17f8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 10 23:01:39 2014 +0100

    dissect the CertificateVerify handshake message
    
    Change-Id: I0f6887c86afeb5b4ae8b9910688863c7dc866a99
    Reviewed-on: https://code.wireshark.org/review/599
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 21aa7168c7565445ee544ee78fb6c836a63cd4ed
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Mar 9 20:41:16 2014 +0100

    SSL/TLS payload decryption:
    don't make private key and keylog file mutually exclusive
    
    if we find a private key that does not match or is not usable for
    getting the pre-master secret (e.g. because we're using an ephemeral
    cipher suite), don't give up and exit with an error
    
    continue reading the keylog file and search for our master secret there
    
    Change-Id: I59fb460339e3e606a077b3a902fa1f9777b5e118
    Reviewed-on: https://code.wireshark.org/review/590
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 5de268aacbc85553bb6b2a78492cfd6f52785b55
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Mar 10 08:25:31 2014 -0400

    Replace "see copyright notice in" message with full license
    
    Should make the licensecheck buildbot happy.
    
    Also add "Public domain MIT/X11 (BSD like)" to the list of permitted licenses,
    since it is a combination of two permitted licenses.
    
    Change-Id: Ibc4ead09af89e9225c4e0589a2b7d06dcee6a44e
    Reviewed-on: https://code.wireshark.org/review/581
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 0e3956ddde6d182e025eecc9ccaf74343a27a277
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 10 09:16:22 2014 -0400

    Remove 1 duplicate #include and several unneeded #include's.
    
    Change-Id: Iab434edd114082586cc13f05b38e6a9d256a74c5
    Reviewed-on: https://code.wireshark.org/review/588
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 99b55eb7a6d7a86961187ae10ed36ce5edd44714
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 9 18:33:29 2014 -0400

    Fix a typo in a comment; use consistent indentation matching that specified by the editor modelines.
    
    Change-Id: I6d4ad3675ec9099913c8a32ad1f2758316158f68
    Reviewed-on: https://code.wireshark.org/review/587
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 3003f1c791b8659a7d6a6ef1e75b14d2140c6582
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 9 17:38:07 2014 -0400

    Use tvb_length() instead of tvb_reported_length_remaining() for a heuristics length check.
    
    Change-Id: I197fe3d401ffb2d5894c823690a11f4a68fb7268
    Reviewed-on: https://code.wireshark.org/review/585
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit fced2dd196232a381972a3a9001b174b3b757bae
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 9 16:11:43 2014 -0400

    Do various minor changes
    
    - Remove _U_from a function param;
       document usage of the param;
       add a DISSECTOR_ASSERT for the param;
    - Remove a few unneeded variable initalizers;
    - Use -1 iso tvb_length() in proto_tree_add_protocol_format(..);
    - Add editor modelines.
    
    Change-Id: I7d7a8ea1176a26ea319d9fc0dab5d3a51050edd5
    Reviewed-on: https://code.wireshark.org/review/584
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 784808ca861611c86f0a6455114006cc28b969b1
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Mar 10 14:04:30 2014 +0100

    PDCP LTE: various fixes related to security handling
    
    - fixes the wrap multiplier (for COUNT) for 12-bit sequence numbers
    - fixes dissection of non-ciphered IP payloads
    - adds a way for private protocols to set keys. The ueid->key lookup is now broken out into a separate function, and these settings are used in preference to the UAT ones
    
    Change-Id: I723307df3ee20425897b82beb9b431a0860075cf
    Reviewed-on: https://code.wireshark.org/review/583
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit b996e8aec2182fdd94ec518b3335eb5d16a5d28c
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Mar 10 08:27:31 2014 -0400

    Add two more casts to satisfy OSX10.6 buildbot
    
    Change-Id: Ia9d289d241d6117fdeb89db122b1813eed537631
    Reviewed-on: https://code.wireshark.org/review/582
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit c3b012acd26de8be4d0abdabd50e8278689baf87
Author: Anders Broman <a.broman58@gmail.com>
Date:   Mon Mar 10 11:49:48 2014 +0100

    Fix Windows x64 build failure
    
    Change-Id: I7b71ead00b09e583e51fe45cf6b0bdfe75c3da98
    Reviewed-on: https://code.wireshark.org/review/580
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit af36d776c4a13af9125535b43a18ad2d9f128749
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Mar 10 10:19:47 2014 +0100

    MBIM: add sanity checks to bulk packets
    
    Change-Id: I425f4ecd03f5ae0ec27b77b1437366d66107342f
    Reviewed-on: https://code.wireshark.org/review/579
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit cfebfd7b0d915db509b9f26c101660918953881d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 10 09:55:15 2014 +0100

    remove $Id$
    add newline at the end of the file
    
    Change-Id: I9a10751977260bd24497734f3788b5e794a3dd8d
    Reviewed-on: https://code.wireshark.org/review/578
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 3b47668a913b27fb64ebe729273327db72c4ae20
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Mar 10 09:32:50 2014 +0100

    add explicit casts to fix compilation on Linux
    
    Change-Id: I3b87e156ab35e14e3c6e3800ee2058b1a6be57d6
    Reviewed-on: https://code.wireshark.org/review/577
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 09af1401527504e2a5c12c0c87e580feb0111a0a
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Mar 9 09:23:27 2014 -0400

    Add PDC dissector
    
    Change-Id: I6eee13cda755b1f1d1a61288a6314fcebb681efb
    Reviewed-on: https://code.wireshark.org/review/180
    Reviewed-by: Michael Mann <mmann78@netscape.net>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit ea46cdc4748d84d5026a7703b25e427f8170833e
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Feb 22 00:44:00 2014 -0500

    Add GLib's regex library into Lua
    
    While Lua's built-in pattern support is ok for simple things, many people end
    up wanting a real regex engine. Since Wireshark already includes the GLib
    Regex library (a wrapper for PCRE), it makes sense to expose that library to
    Lua scripts. This has been done using Lrexlib, one of the most popular regex
    bindings for Lua. Lrexlib didn't support binding GLib's Regex in particular -
    it does for PCRE but GLib is a different API - so I've done that. A fairly
    thorough testsuite came along with that, which has been incorporated into the
    wireshark wslua testuites as well in this commit.
    
    Change-Id: I05811d1edf7af8d7c9f4f081de6850f31c0717c7
    Reviewed-on: https://code.wireshark.org/review/332
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 81c0091c0ad593c5ded0af4622cf10c19cb18ae7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Mar 9 15:40:31 2014 -0700

    Try to improve the "Kerberos requested but not OpenSSL" message.
    
    At least one person didn't realize that it meant that you have to
    specify --with-ssl when configuring, so try saying that a bit more
    explicitly.
    
    Change-Id: If15a9cfaeaf7d4aca2c570602fc09ff3ae489d35
    Reviewed-on: https://code.wireshark.org/review/575
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ac739cae1442debfda7b3eb37e3ee5d5b47d768e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Mar 9 19:01:24 2014 +0100

    add the CLIENT_RANDOM format to the tooltip
    
    Change-Id: I8fe6ceb148ec8145a1e71002d42bbdace58edbb6
    Reviewed-on: https://code.wireshark.org/review/574
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 80772d3a32a483f53e7fdc645bf685d7fc593959
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Mar 8 14:34:44 2014 -0500

    Remove a warning, add a comment guessing the intent
    
    Discovered investigating bug #9833, not the cause of that bug.
    
    Change-Id: I53ee5c792eba8429d2c203c03e2f359a433ca262
    Reviewed-on: https://code.wireshark.org/review/562
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit c2b762fd14b562f3141c4be6e53c82fa883ba999
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Mar 9 08:06:26 2014 -0700

    [Automatic manuf, services and enterprise-numbers update for 2014-03-09]
    
    Change-Id: Iadbd9fb43228b9723195bfc6e7326d64e9a92412
    Reviewed-on: https://code.wireshark.org/review/569
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit fa6173470d0da7703b1620d1a5865efb2615278b
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Feb 24 09:23:30 2014 +0100

    add the CC protocol name to the info column
    
    Change-Id: Ic57c2a36c88a7528c4e37681bc5db4309174019d
    Reviewed-on: https://code.wireshark.org/review/463
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 839b5b258cee48b574da271034679ba3f2565473
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Mar 9 11:02:30 2014 +0100

    Update documentation about p_[add|get]_proto_data (new argument: scope)
    
    Change-Id: Ic27b0e601967c90567fac58447d28b10c02a3888
    Reviewed-on: https://code.wireshark.org/review/564
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a6ed603f5cad972684789e2d5d471dae377be8b0
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Mar 9 11:06:17 2014 +0100

    IE chosen channel on Lb interface decoded incorrectly
    
    IE "chosen channel" in message "perform location request" on Lb interface (BSC <-> SMLC) is decoded incorrectly. IE "chosen channel" on Lb interface is decoded as 2 octets data.
    It should be 3 octet IE on Lb interface (IEI, length and data).
    
    Change-Id: Ic815a7b4ac08a035c5b292985c64d14e986fe8d7
    Closed-bug: 9531
    Reviewed-on: https://code.wireshark.org/review/565
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 8a9bba861ae207a163c58711993443b96beb48e9
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Mar 8 18:57:04 2014 -0500

    Fix Bug 9853: 'Lua: trying to get/access a Preference before its registered causes a segfault'
    
    Accessing a pref before it's registered causes a segfault, because prefs_p->next
    is not being checked for NULL in wslua_proto.c:Prefs__index().
    
    Change-Id: I270978ddb9238a9e8d2c533a96fc01ee0df385c7
    Reviewed-on: https://code.wireshark.org/review/563
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit ff6cc9b0cba3096face296f9dba118163b7dc0cc
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Tue Mar 4 14:59:39 2014 +0100

    Add pkg-config file
    
    Change-Id: Ia55a2e560aef8d2f9a3cede18af4555507656047
    Reviewed-on: https://code.wireshark.org/review/500
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Balint Reczey <balint@balintreczey.hu>
    Reviewed-by: Balint Reczey <balint@balintreczey.hu>

commit ed1528d339096288e7f9c11ffe1a6fe33bca7712
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Mar 8 10:43:39 2014 -0500

    Ensure that the input to strtoul ends with a null.
    
    Otherwise it runs past the end of the array into stack memory. Should fix the
    intermittent DVB-CI decryption test suite failures.
    
    Change-Id: Ice17497e661c8579baf3a546efcb5529beda6b49
    Reviewed-on: https://code.wireshark.org/review/559
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit ddd9d274b96a28dd15f7fcb7702cdcaecf5b12e0
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Mar 8 12:37:50 2014 -0500

    Tight array index guard in packet-umts_fp.c
    
    Fixes bug #9828.
    
    Change-Id: I69b02a0d51921bae77850b599144f35a4fe9ee33
    Reviewed-on: https://code.wireshark.org/review/560
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 5f165781f15ec612d3178996a19d98b8a6bbf69a
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Fri Dec 13 16:48:36 2013 +0100

    ssl: add more ciphers for decryption
    
    This patch adds some more ciphers to the list of ciphers that can be
    decrypted by wireshark. Most of them are PSK based ciphers. To do the a
    actually decryption in most cases the TLS pre master secret or the
    master secret is needed.
    
    In the changed lines just a comment with the name of the cipher was
    added.
    
    This was generated with the help of Peter Wu's generate-wireshark-cs
    script from https://git.lekensteyn.nl/peter/wireshark-notes.git .
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    
    Change-Id: I347dc5a530380a04cc00418640f00bbda0db8de8
    Reviewed-on: https://code.wireshark.org/review/558
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit a14266dbdd7478e919c9de274ae4c4442697394c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Mar 8 10:01:53 2014 +0100

    Add BTLE RF dissector to release notes
    
    Change-Id: Idccb6b0e6bf8ae603377dce43c9d266d4c101374
    Reviewed-on: https://code.wireshark.org/review/557
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 3be07682c79eedd4cf330d378e0893a5c3fb2cf8
Author: AndersBroman <a.broman@bredband.net>
Date:   Sat Mar 8 09:52:41 2014 +0100

    Omitting SubscriberData makes CONTENT OF fail and InsertSubscriberDataArg will not get all its tags
    
    Change-Id: I2ace2271d9ce5650e5239c12e64080463aae9367
    Reviewed-on: https://code.wireshark.org/review/556
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 15b95bab42203860eaa788d4376dfa34000f5d89
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Wed Mar 5 12:37:30 2014 +0100

    Do not try to use unknown/non-existent webbrowser
    
    Some systems do not have webbrowser or have strange browser.
    Do not try to use it and dislayed URL for user information.
    
    Change-Id: I3f5bcca6701b20cafa942629cbee78aa1fc689b1
    Reviewed-on: https://code.wireshark.org/review/516
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit f3178a194cbf0362c309ef48b04e830b41fcb532
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 16:53:29 2014 +0100

    Remove trailing (tab)whitespace...
    
    Change-Id: I26325e40d6100dcd4f3e72080476a82e93edf28d
    Reviewed-on: https://code.wireshark.org/review/550
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 6c831d6160e6448b3b498ee348fd53271445bfdc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 16:47:53 2014 +0100

    Fix indent (use tabs) and modelines info
    
    (Need to continue on other packet-dcerpc-* file...)
    
    Change-Id: I536d52017940cac9c810693045649a67e77a336a
    Reviewed-on: https://code.wireshark.org/review/549
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit a6809ce9aa55ed593a292ff1713d9f826b10d2f0
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Mar 7 07:32:23 2014 -0500

    Fix bytes view pane showing non-ASCII chars
    
    The bytes view pane in Qt is showing non-ASCII characters in the right-hand
    side.  That's because the code is using isprint(), which is locale specific
    and frequently includes non-ascii charscters such as the copyright symbol and
    such. I wouldn't care, except some of those non-ASCII characters affects
    the font height and makes it looks sloppy (the display output is set to a
    fixed *width* font, but not fixed height font apparently).
    
    Change-Id: Idd471c5fb769d3d67aa08bc507d168e686d48098
    Reviewed-on: https://code.wireshark.org/review/548
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit ee07cd9e24e16b852104db394a4118209cb82308
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Mar 7 08:18:32 2014 +0100

    Make buildbot happy : packet-btle.c:275:16: error: declaration of 'index' shadows a global declaration [-Werror=shadow]
    
    Change-Id: I94e1da9f12c257fa4e2c597f29a200d35e2d5d0d
    Reviewed-on: https://code.wireshark.org/review/546
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1b2559de3e19244a94a93ddb5a4c0ee219b1ab12
Author: cbontje <cbontje@gmail.com>
Date:   Thu Mar 6 13:21:58 2014 -0700

    Fix DNP3 Dissector DNP3 Read Requests and Direct Op No ACKs
    
    This corrects a couple issues with the DNP3 Dissector:
    - Refactored Read Object String lookups to use value_string
    - Corrected issue with multiple object types in a single read not being processed
    - Added processing for Direct Operate No ACK Messages
    
    Fixes issues noted in Bug 9839
    
    Change-Id: I9895e509a8d3931c805ce53b718a4951f8f8039e
    Reviewed-on: https://code.wireshark.org/review/538
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 419ee941724fbf3ade44f18dc830f71df55f60d1
Author: Stefan Metzmacher <metze@samba.org>
Date:   Mon Aug 13 17:51:21 2012 +0200

    packet-smb2: setup decryption keys for kerberos session setups
    
    Change-Id: I1a641da6f85e047984631c4dec158718fd7d011d
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/365
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7f9acb547a9a8ccc58954acc2a3a666fbb68c19e
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Oct 3 23:01:12 2012 +0200

    packet-smb-direct.c: add support for reassembling of fragments
    
    Change-Id: I6b66867774f369fa49c9ee45a6792a6ad4d4c6e2
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/59
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit ef94a80bfa86362cfca09e1982010b5a9a47d247
Author: Christopher Kilgour <techie@whiterocker.com>
Date:   Fri Feb 21 23:39:45 2014 -0800

    Introduces two new Bluetooth DLTs for RF-based captures.
    
    Adds support for BLUETOOTH_LE_LL_WITH_PHDR, dissector integrates with existing
    BTLE dissector.
    
    Fixes BTLE dissector to correctly extract packet CRC.
    
    Adds CRC checking to BTLE dissector.
    
    Provides optional context to BTLE dissector that allows RF captures to provide
    link-layer hints for dissection details.  Significantly, parameters for
    determining CRC correctness are provided, as well as Access Address validity
    information.
    
    Change-Id: I7d4936b053353a7f9c524021c01f67f5828253fb
    Reviewed-on: https://code.wireshark.org/review/310
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 825ce03222ef7a4e6e7b2c215cae0597eeb55e96
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 3 08:51:46 2014 +0100

    Bluetooth: A2DP/VDP: Display SEIDs used in conversation
    
    Change-Id: I855ccbee2248cafcc9b1d32245894e2933ca745a
    Reviewed-on: https://code.wireshark.org/review/474
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit d0132adb076e6d59141621f08c090ca5b68e59c5
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Feb 24 11:50:37 2014 +0100

    Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPs
    
    When there is more then one interface or adapter then AVDTP dissector
    incorrectly mixing it data together. Patch extends keys to support
    multiple interfaces/adapters. Also do little simplification on trees.
    
    There are two device, both use SEPs to configuration and
    it is possible to use the same SEID. SetConfiguration use
    remote "ACP" SEID and local "INT" SEID, so there is need to
    distinguish them and please remember then INT SEID types can be
    unknown in most case.
    
    Change-Id: I150f3625f532386a1078deb8d0ac70a1c05c3f04
    Reviewed-on: https://code.wireshark.org/review/473
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 058527f3f19a09c332b6877030b13dedf7414c1b
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Mar 6 04:22:31 2014 -0500

    Fix bug 9835 disabled second media stream disables all media streams
    
    When a single media line is rejected in an SDP answer, for example a second
    'm=video' line, wireshark disables ALL media sessions, instead of just that
    one.  But per the RFCs, all it should do is disable just the one RTP media
    session the m= line represents. This commit fixes that, so that a disabled
    media session (one with a m= port of 0) in the SDP answer only disables its
    associated/paired media stream in the offer.
    
    Change-Id: I9bd0d3fc88b8eaa55207c9bf3f3e37da7746fd14
    Reviewed-on: https://code.wireshark.org/review/526
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4fbcfc1289e6af3e090803b287fa508ece4b3822
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Mar 6 23:55:37 2014 -0500

    (Benign) Don't use "address-of" operator on arg of VALS() (not that it makes any actual difference)..
    
    Change-Id: I0766d0f130648aaa5a58d9f4062fa24e898cbdc3
    Reviewed-on: https://code.wireshark.org/review/545
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit fc2be9eac4dd404d62c58df5d85d65c14d84703c
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 3 08:51:27 2014 +0100

    Bluetooth: HCI_EVT: Fix empty advertising data
    
    LE Advertising Report with length 0 is valid, so check
    it before dissecting adverising data.
    
    Change-Id: I4937ec2de5d703b05c6e5f5bac7f81d153e49b40
    Reviewed-on: https://code.wireshark.org/review/475
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit aac1e0a06a64cb6a7d6c51d5000ddf9ba7f57527
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 6 21:10:52 2014 +0100

    add the (not yet official) TLS channel_id extension that's used by Chrome
    
    Change-Id: Ib8779b0db790a78fff8bd1970a7240bbd8f49f75
    Reviewed-on: https://code.wireshark.org/review/537
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit f4591ef55dfb6216394c0d60c149ece0ec70bbac
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 3 12:12:03 2014 +0100

    Bluetooth: Avoid using find_dissector()
    
    Also remove SVN $Id$ lines.
    
    Change-Id: I4f2925e6ad8dcfe4a62d879a2cef44447f8ae916
    Reviewed-on: https://code.wireshark.org/review/476
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 78ff87e655ee899a93c831581fcb005cb9ef955b
Author: Peter Hatina <phatina@redhat.com>
Date:   Mon Mar 3 12:53:14 2014 +0100

    Reorganize Capture Options dialog
    
    Opening Capture Options dialog on low resolution displays (e.g. 1366x768) in GNOME-shell makes user unable to see the bottom of the dialog
    
    Change-Id: Icc39d5ca89f98edb3ff246cd23ab9663a3dfbd1e
    Reviewed-on: https://code.wireshark.org/review/453
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 2256bbc14d3d529ba84b2931c02bfbabebe78323
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Mar 6 21:04:22 2014 +0100

    Remove unused include header
    
    Change-Id: Ia8d5da43b1ab2db3aa508863fc94ca758cdff37d
    Reviewed-on: https://code.wireshark.org/review/536
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0cd28d043d8fac420f6d77a6d8b7c749aad11fc5
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Mar 6 17:28:16 2014 +0100

    fix invalid offset for URI's EMI
    
    Change-Id: I397eeed3008d91aeb6c025c9146b9ed6d98881a6
    Reviewed-on: https://code.wireshark.org/review/535
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 49394d3101ec286b335213a9845b6d4202955021
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Mar 6 18:00:43 2014 +0100

    Update Wireshark pre-commit tools (Add check for trailing whitespace based from git pre-commit.sample)
    
    Change-Id: If8f5f48dfd96c3657036f7b59b6ca905c9d24043
    Reviewed-on: https://code.wireshark.org/review/531
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit dbff30b040a59111e593529477d80f0fc0c708a8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Mar 6 17:58:39 2014 +0100

    Cosmetic fix about openCaptureFile... (in Wireshark Qt)
    
    Change-Id: I9f62b8393f33a964ec54a673f30d5d9a77d02f2c
    Reviewed-on: https://code.wireshark.org/review/530
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bf3f4713b91d2cc93a52c911a70ee631f7e3dff7
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Mar 6 17:50:01 2014 +0100

    Fix startup warning when launch Wireshark Qt
    
    QObject::connect: No such signal WiresharkApplication::openCaptureFile(QString&,QString&,unsigned int) in main.cpp:502
    QObject::connect:  (receiver name: 'MainWindow')
    
    Change-Id: I0d6283c1b55619fa6878161d0a74db1ec9107bf2
    Reviewed-on: https://code.wireshark.org/review/529
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit eef0fa64d2e1c17c8d623fdb177ab5c54bc90c91
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Mar 6 14:19:13 2014 +0100

    Add OSC dissector to release notes
    
    Change-Id: I135d9f8321b4d42ffaa1d1571ac43f61a364d1ed
    Reviewed-on: https://code.wireshark.org/review/528
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 93a59e74c38fe2039c30ef91f9a857912bd790cc
Author: Hanspeter Portner <dev@open-music-kontrollers.ch>
Date:   Mon Mar 3 14:06:58 2014 +0100

    Open Sound Control dissector.
    
    Dissector for specification at http://opensoundcontrol.org/spec-1_0.
    
    - use value_string
    - add integer oferflow protection
    - remove trailing white space
    - add capture file to bug tracker: Bug 9837
    - fix warnings by tools/fix-encodings-args.pl
    - make use of VALS
    - dissect MIDI controller messages separately
    
    Change-Id: Iab0dc01d4bf1c08eac175b6af1dd07809090c35a
    Reviewed-on: https://code.wireshark.org/review/454
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit c9dd46c27870fca9d19712aa570949a992f1d90e
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 3 08:50:53 2014 +0100

    Bluetooth: Make Source/Destination BD_ADDRs and names filterable
    
    Source/Destination BD_ADDRs and name are filterable.
    Also simplify code around wmem trees, and enable commented "data"
    field in unreassembled case and fix btl2cap offsets
    (discovered by enabling "data" field).
    
    Change-Id: Ic28c9bf19bcd6281b652be538b221da74df4bb76
    Reviewed-on: https://code.wireshark.org/review/471
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 248c284622bd330ab91b08ffda9d5497b60bb68a
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Mon Mar 3 08:51:04 2014 +0100

    Bluetooth: Fix interface_id
    
    Interface ID should correspond to the Wireshark Interface Id
    to avoid mixing data from various interfaces in dissectors.
    
    Change-Id: Ibaa3ddab7f0ebd0985efea74439b94a5881145a7
    Reviewed-on: https://code.wireshark.org/review/472
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit e2ed48a8d38e7a885d47ba213e7deb72e18ca3d9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Feb 8 19:09:41 2014 -0800

    Have NFLOG TLV type and length be in host byte order.
    
    When capturing, they'll be in host byte order.  The top of the libpcap
    trunk and 1.5 branch, when reading a file, will, if necessary, byte-swap
    the type and length values so that they're in the byte order of the host
    reading the file (rather than the host that wrote the file).
    
    Do the same when we read a file, and have the NFLOG dissector assume
    host byte order for those fields.
    
    Change-Id: I493aed1e07b626af1157d75f3bc293b0a694ad07
    Reviewed-on: https://code.wireshark.org/review/148
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit dc7d5f97eb3741af9bd16c0e8335b80f6829d9a6
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Wed Mar 5 16:34:13 2014 -0500

    Add a few grouped AVP definitions for 3GPP-Slh
    
    ... as suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9793#c5
    
    Also remove trailing white space.
    
    Change-Id: Ic83ad7e4c7792a78a9d11eef25f1edf92bd22ddb
    Reviewed-on: https://code.wireshark.org/review/521
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7a4702d9d899016bd903d54e147c79e939e92b76
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Mar 5 21:20:40 2014 -0500

    Ue TFS & VALS macros for certain 'fieldconvert' fields.
    
    Change-Id: I8d7468e62d5de99eb68b554134be71b17d1b87c8
    Reviewed-on: https://code.wireshark.org/review/525
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit be0b4b9dc8a63ef9b55cbaa7301800962d08a01e
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Mar 5 13:14:26 2014 -0500

    Add test to dump glossaries.
    
    All it checks is that they don't crash, but this is enough to catch malformed
    extended value strings and other oddities.
    
    Change-Id: If853e8e2b19517a784daa4bbb8e41eddc7c7ddd9
    Reviewed-on: https://code.wireshark.org/review/520
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 970197c19f8e46c9c2d4c2897cc0bb52c1f27b3f
Author: Widok <kellingwido@aol.com>
Date:   Wed Mar 5 14:18:39 2014 +0100

    Corrected mrp decoding of link up and down
    Added DCP decoding of reset to factory
    removed unused value_strings
    corrected decoding of PDSubFrameBlock
    most of the length display added a dec_hex display
    
    
    Signed-off-by: Widok <kellingwido@aol.com>
    Change-Id: I17b59b45eff37b65047a7a3e5e275f01a37ee616
    Reviewed-on: https://code.wireshark.org/review/517
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 041f844d7228d1ac41cf9b5e4629d7b7adec0e1f
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Mar 4 06:19:01 2014 -0500

    Add command-line arg for input file format for tshark/wireshark
    
    Now that we have the ability to choose input file format type
    in the GUI, we might as well have it in the command-line too.
    Plus it would help me in test-stuies if we had a commandline.
    So I've added a '-X read_format:Foo' for this.  Using just
    '-X read_format:', or with a bad name, will make it print out
    the full list (in tshark); just like the '-F' does for output
    file formats.
    
    Note: I am *not* putting in code for Win32 GUI,
    because I can't compile that and I wouldn't have even
    done the GTK one if I could compile Qt originally. (I don't think we need
    to add any more features to GTK or Win32, just Qt from now on,
    right?)
    
    Change-Id: I2fe6481d186f63bd2303b9e591edf397a2e14b64
    Reviewed-on: https://code.wireshark.org/review/493
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f1f06014c41b195b3695827319cf43f4e39becca
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Mar 5 10:26:11 2014 -0500

    (Trivial) Fix a typo.
    
    Change-Id: Ib084b7e9d463c54fc836745833005b1456a82709
    Reviewed-on: https://code.wireshark.org/review/518
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit abc6fb24fa2d8ef52692532776fb6de59de791dd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Mar 5 08:53:22 2014 +0100

    Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6d
    (Copyright or info about file...)
    
    Change-Id: I90ba8b1c3ec8406b0c3365a69a8555837fc4bbb1
    Reviewed-on: https://code.wireshark.org/review/515
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8881f3f61a793be6158eb9d1b9f4114edc5b957c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Mar 4 18:32:00 2014 -0800

    Don't truncate the options field.
    
    Create a placeholder protocol tree item under which to put the options,
    do the analysis of fields from the fixed-length portion of the TCP
    header (such as sequence numbers), and then do a straightforward
    dissection of the options, throwing an exception if we run past the end
    of the options field.
    
    This is a bit simpler, and doesn't add confusing notes about
    truncation of the options.
    
    XXX - we're currently not including selective acknowledgments in any of
    the SEQ/ACK analysis; should we?  That means, of course, that we have to
    dissect the options before doing that analysis, and if the options were
    cut short by slicing, you lose....
    
    Change-Id: I425a6c83f26512b802267f76739cbf40121b3040
    Reviewed-on: https://code.wireshark.org/review/511
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit b2689ab4e044db15eb80b52a07c3f2d0c4fa59a6
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Mar 4 11:18:26 2014 -0800

    Add gitversion.h.
    
    Change-Id: Ia1609a20b060cb535a366c96be5618dccb6e055f
    Reviewed-on: https://code.wireshark.org/review/507
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 083ea63f107c5a83a347f4e895495dca8fabfc2b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Mar 4 11:15:46 2014 -0800

    Add a cast.
    
    Change-Id: Ib1885bcbe061942ecba55b90e6b1d9b20f033f41
    Reviewed-on: https://code.wireshark.org/review/505
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 6a4049535a7ec9e5e175ffc18849b36125021a32
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Wed Feb 26 16:27:20 2014 +0100

    win32: Implement format type selector in open file dialog
    
    Change-Id: Idef1829fcc2b7b08783e5288bb6486ce19c4779b
    Reviewed-on: https://code.wireshark.org/review/405
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit e6a45008d32d18153ec0a53236f8905abb0bf0b5
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Mar 4 12:20:52 2014 -0500

    One more fix from g2965913
    
    Change-Id: I68d5bd33a44783c42a75e8244ef53c73a4f484f9
    Reviewed-on: https://code.wireshark.org/review/503
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 35098d20a2fb7a635156d69e916e26352d8d935a
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Mar 3 23:44:12 2014 -0500

    Fix memory-alignment in the block allocator.
    
    The previous macro gave the correct alignment, but there was one case where it
    would add a whole block of unnecessary ALIGN_SIZE bytes. The new one is also
    slightly faster to compute.
    
    Benchmark win of about 3%.
    
    Change-Id: I5d8bad0f78dc0e383e14c2c7a951328a06400020
    Reviewed-on: https://code.wireshark.org/review/492
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 75a67e699137e0de2d60c0339f91affaba6a0780
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 4 17:36:59 2014 +0100

    Fix warnings introduced in g2965913
    
    Change-Id: I7b0fedf0c508404b3f2dea789f50b7b5db4e2eb7
    Reviewed-on: https://code.wireshark.org/review/502
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 02c741b42babea406e09e3dae6df53a6df66b74f
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 4 16:43:25 2014 +0100

    Fix compilation broken by g2965913
    
    Change-Id: I5af8c0ae049bb3d2caed04bd3229c11a81f7b5b9
    Reviewed-on: https://code.wireshark.org/review/501
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 296591399f90a9d89be958d91047aa724a77ee6d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Mar 4 13:14:53 2014 +0100

    Remove all $Id$ from top of file
    
    (Using sed : sed -i '/^ \* \$Id\$/,+1 d')
    
    Fix manually some typo (in export_object_dicom.c and crc16-plain.c)
    
    Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
    Reviewed-on: https://code.wireshark.org/review/497
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 01467c294a21159d47ce27f271c60c8914e7c13a
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Mar 4 08:11:57 2014 -0500

    Remove assertions from block allocator.
    
    It has been extremely well-tested at this point, and is a very hot code path so
    the performance gain is measurable (~1-2% on most captures I tried).
    
    Change-Id: I2f5e03d2f348f56e740bf0dfbc83a4fd9cc8c5a9
    Reviewed-on: https://code.wireshark.org/review/499
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 3a4b311e8b4a649ac1553e064b632a2b2fbb391b
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Mar 4 12:32:50 2014 +0100

    When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSM
    
    Fixes bug 9829
    
    Change-Id: Ib56bc7dc79ca27667fb89691817f6e568006d3a8
    Reviewed-on: https://code.wireshark.org/review/494
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 7a008e4f81d65ceffd2d746b187706320d292c9a
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Tue Mar 4 12:39:52 2014 +0100

    cmake: Add missing exported_pdu dissector
    
    Change-Id: I9a6a91b11555e2b271b3d359f26bf97796d6742f
    Reviewed-on: https://code.wireshark.org/review/495
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit ad76c350f73e238f31645a4919d2e537a577ae2d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Mar 2 00:08:42 2014 +0300

    replace label_mark_truncated_start() with a macros that calls
    label_mark_truncated()
    
    Change-Id: I7ede5f9776d26ebce2ccf427cf6ff5dec56814cd
    Reviewed-on: https://code.wireshark.org/review/465
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit dec951ef883fd7ff14ab87e16cd8543fe34422cb
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 21:52:11 2014 -0500

    (Trivial) Fix 2 typos; Reformat some long lines.
    
    Change-Id: If7d009b7764e858bd210d613ac9af219e9e20464
    Reviewed-on: https://code.wireshark.org/review/491
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 83b994909b7e0b0a95c1b1bb9e080e5e98c2bb70
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Mar 3 14:49:20 2014 -0800

    Show ymsg.content as bytes; it's not a simple string.
    
    The content of a YMSG message is a sequence of lines, each one of which
    contains a text string (in some ASCII-based encoding) for a key, a
    0xc080 separator, and a text string (in some ASCII-based encoding) for a
    value.  That's not a string in any ASCII-based encoding I know of - 0xc0
    0x80 is not, for example, a valid UTF-8 sequence (it's a too-long
    sequence for NUL).
    
    This should fix bug 9832:
    
    	https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9832
    
    by avoiding the general "GTK+ on Windows crashes when asked to copy
    something that's not valid UTF-8" problem.
    
    Fix some field descriptions while we're at it.
    
    Change-Id: I4084dabc89b0186ecd1a7329452ca2f1cb48f1c0
    Reviewed-on: https://code.wireshark.org/review/488
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit f94674d2fb3e14ce2da1ca5dbce7bf6eacfe7586
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Mar 1 13:25:47 2014 +0300

    truncate UTF-8 strings only at the boundary between two characters
    
    Change-Id: Ib3ffc1593e877f4f7c708712b82209cf969cecff
    Reviewed-on: https://code.wireshark.org/review/464
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 4ddd7a637e8715f099ef804d08b169e0df0f0b7a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 16:10:35 2014 -0500

    Create/use extended value_strings; add editor modelines as needed.
    
    Change-Id: I36ebee937ddd1c5ccbfa36f284a4794bc63631dc
    Reviewed-on: https://code.wireshark.org/review/482
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 1795b4021c43c3a8bfc90a4303fb9ce17f5f26bd
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 13:27:24 2014 -0500

    Move value_string defs from .h file; create/use extended value_string; Other minor changes.
    
    - Multiple value string arrays were defined in packet-fcels.h (which was included
      in two differnt .c files). Only one of the arrays was actually used in two
      different .c files. All the value_string arrays (and most of the #defines)
      moved to packet-fcels.c.
    
    - Other:
      Use -1 instead of tvb_length() for the length param of several proto_tree_add...() calls.
      Add editor modelines.
    
    Change-Id: Idc642caf1c8d62b658147a234d5560b8f2fd0630
    Reviewed-on: https://code.wireshark.org/review/479
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 1f2f2ba5fa54586cfaa858004bfe021394be9c19
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 11:17:57 2014 -0500

    Create/use an extended value-string; Move value-string array from .h file; Do other misc.
    
    - Value string arrrays should never be defined in a .h file (especially one
       included in multiple .c files).
      So: a. The value_string array (and associated #defines) was moved from the .h file
             to packet-rtp_events.c
          b. A public extended value_string was created in packet-rtp_events.c
              and declared as external in packet-rtp_events.h
    
    - Other:
      Remove a few unneeded initializers;
      Add editor modelines.
    
    Change-Id: Ib580c3e50ab5ce79484c9c6af57f62ca604b57d1
    Reviewed-on: https://code.wireshark.org/review/468
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 69a888110640d4f665f7a9f2a0340ee1e19803ad
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 01:53:50 2014 -0500

    Create/use several extended value-strings; Do several other small changes.
    
    - Move setting COL_PROTO & clearing COL_INFO to before a tvb fetch which
       could cause an exception;
    - Remove some unneeded initializers;
    - Fix up some long-lines and whitespace;
    - Use a consistent indentation;
    - Add editor modelines.
    
    Change-Id: I8a8015a65d5dc581ed02cbd134231481b9f96263
    Reviewed-on: https://code.wireshark.org/review/467
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 40e9465fd5dec44160e6f4e9ca22bc5fd35ab648
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Mar 3 00:43:39 2014 -0500

    Create/use an extended value_string; Do other misc minor changes.
    
    - Localize some vars;
    - Use a consisten 4-space indentation & whitespace style;
    - Add editor modelines;
    
    Change-Id: I0d6270eea3fae804788a56557d3c7e171afa8aaa
    Reviewed-on: https://code.wireshark.org/review/466
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 5fc9db83cf50f9fd27e64e3c249fef0f9459a05c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Mar 2 18:25:31 2014 +0100

    SSL: dynamically allocate session ticket storage area to avoid buffer overflow
    
    Fixes bug 9825
    
    Change-Id: I20ae65331ec11b2f6774054df4c026fd5fa76d3a
    Reviewed-on: https://code.wireshark.org/review/447
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 2ab72685fb6f27b485f356432ea600ffa83588f5
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Feb 28 11:58:11 2014 +0300

    show if the current service is scrambled or free
    
    Change-Id: I9e50920fbc09fdf0650be3a63fee8153ce0fd3df
    Reviewed-on: https://code.wireshark.org/review/462
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit c8b62c9237b2c689ea10608373e1cd02fef6da95
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Feb 24 09:50:49 2014 +0100

    add cleartext values for retention limit
    
    Change-Id: I8ecfdb1c366310d224660e89c99136a0a9f4a067
    Reviewed-on: https://code.wireshark.org/review/461
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit f91f43360d91ad4a506caeb64cc08add048d511e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Feb 24 09:23:04 2014 +0100

    move URI dissection to a separate function
    
    Change-Id: Ia1db91ef9344e46a3f32204bbf9cdbcc514980ce
    Reviewed-on: https://code.wireshark.org/review/460
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 64ee2935e1b2c83289af0353fc7e1ee3d3dc3da8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Feb 25 11:06:22 2014 +0300

    use tvb_memdup() instead of tvb_get_ptr()
    
    Change-Id: I1e9ff715c3e315c9e36abb69fb5f441b71477501
    Reviewed-on: https://code.wireshark.org/review/459
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 2286437b2f146ae43aa7e0b3c3161e34d4a87ab7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Feb 25 21:41:27 2014 +0300

    remove unnecessary if (tree) check
    
    Change-Id: I1542d715594b1b90e2442edb6f220ddc4dd99675
    Reviewed-on: https://code.wireshark.org/review/458
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit e6d241597e623cc15ff98c4533f5cdd543094641
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Feb 26 13:21:09 2014 +0300

    skip empty service provider name and empty service name
    
    Change-Id: I355600320865a9c7c17093d37fc693b02f0a7f0c
    Reviewed-on: https://code.wireshark.org/review/457
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 0156add5e90c3c0e17e0612e884b1ccb2c35fe05
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Feb 26 12:10:02 2014 +0300

    service provider name is a DVB-SI string
    
    Change-Id: Idea44f0e4678f738336215f4a250b9e9d9a60fbc
    Reviewed-on: https://code.wireshark.org/review/456
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 070ae3084221684872db5902d04209fa550fb25f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Feb 25 22:04:19 2014 +0300

    service name is a DVB-SI string
    
    Change-Id: I81ef4cd363acf6cff99fd0f75b135962c4c22f53
    Reviewed-on: https://code.wireshark.org/review/455
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit a79fbf039768a3da0402d492c77b64c7f76c2345
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Mar 2 09:58:49 2014 -0500

    Don't pass an invalid length to proto_item_set_len
    
    Fixes bug #9818.
    
    Change-Id: I4fb4cf2b5b31ed6efc55a48df67f2ec4949d47c3
    Reviewed-on: https://code.wireshark.org/review/442
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 9afdd44eec055a06291f3ccd9d12ebd2fcf4a809
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Mar 2 10:19:41 2014 -0500

    Improve SCTP association lookup.
    
    It's still O(n) in the worst case since the comparison function doesn't appear
    to be suitable for use in a tree or hash-table, but at least we no longer spend
    O(n) by default just finding the end of the list so we can iterate backwards.
    
    Discovered while investigating bug #9823, but probably not the cause of that
    bug.
    
    Change-Id: Ib6c3691cff8e7fa49703df7c75635ef797c8fbe8
    Reviewed-on: https://code.wireshark.org/review/443
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 0f2014bf21aaff82a2d40e5a1eab080854c48ce9
Author: Gerald Combs <gerald@zing.org>
Date:   Sun Mar 2 12:11:37 2014 -0800

    Scan-build didn't like the fixes in g79ef36a5f.
    
    Change-Id: I1083136f9e4fb38b55e9b9c2fec74ddec35f198e
    Reviewed-on: https://code.wireshark.org/review/452
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 26e06356f8998c87ba9443655598e79930b13d6a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 2 14:27:43 2014 -0500

    Remove unneeded line of code.
    
    Change-Id: Ic2769d5c125d8db7d32b6ad3ab0e4363f513f599
    Reviewed-on: https://code.wireshark.org/review/451
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 122f99ae66749a4425c2f6cc2f9cfd190698dff7
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 2 14:11:51 2014 -0500

    Clear INFO column at the beginning of the dissector.
    
    Change-Id: Iea901674e1d9c4745b891ac4330bd781d5eb76ec
    Reviewed-on: https://code.wireshark.org/review/450
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit add121340e102fea19a506cf5cd842ac2ac776aa
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 2 13:43:06 2014 -0500

    tvb_length() --> tvb_reported_length() in several cases + other misc changes.
    
    Misc changes:
     - sort entries in an enum by value;
     - add some XXX notes as to possible missing entries in a value-string array;
     - remove an unneeded initializer;
     - 0 --> FALSE for several boolean values;
     - whitespace.
    
    Change-Id: I6c8f1c1f37edad120d979fcd2d7278e7981ca5a7
    Reviewed-on: https://code.wireshark.org/review/449
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 988a18460386497c0266ef34324ca14e644e2953
Author: Josip Medved <jmedved@jmedved.com>
Date:   Sun Mar 2 09:23:36 2014 -0800

    Added Cisco Starent Diameter dictionary entries.
    
    Change-Id: Ib7fa98639b6de965148349948ccf86d8c8641fb1
    Reviewed-on: https://code.wireshark.org/review/438
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 14c8c642b3d45b6bf24adf72388b146d99fff4e0
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Mar 2 12:33:25 2014 -0500

    Clear INFO col; Create/use extended value-string; Do other minor changes
    
    - val_to_str() -> val_to_str_const() in a few cases;
    - localize some vars;
    - remove some unneeded initializers;
    - convert "4 space tabs" indentation to "4 spaces";
       revise editor modelines to match;
    - do some whitespace changes.
    
    Change-Id: Ic91df02022971c973b27c71e6127395ed3ef06d3
    Reviewed-on: https://code.wireshark.org/review/448
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 58c3c7e85e00001220baa256a5edc1d5f6c3685c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Mar 2 08:06:15 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-03-02]
    
    Change-Id: Ie382028102569030ac00084125a26d49a05432b9
    Reviewed-on: https://code.wireshark.org/review/444
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 0a202bc4f60c5106cb23ae5466828d8dea94109a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 19:19:32 2014 +0100

    Fix packet-h223.c:842:18: error: will never be executed [-Werror,-Wunreachable-code]
    
    Change-Id: I8255a3841add78eaa167ef631effe58d9fb12736
    Reviewed-on: https://code.wireshark.org/review/323
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5f78d0f4f1df67c7965248e9b4397e1da0ad48ae
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Wed Feb 26 13:14:01 2014 +0100

    Fix ui/iface_lists.c - type attribute is not copied
    
     temp is a clone of the local if_info, but the type
     attribute is not copied correctly
    
     Additionally, the if_type member is exposed via the
     capture options
    
    Change-Id: Id53f0dfd1e127921e1b89bbf78cb431ee257a96c
    Reviewed-on: https://code.wireshark.org/review/404
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9c62ea46cd5ece0405dbf58fa937807b9eeae5dd
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 10:44:39 2014 -0500

    Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)
    
    Clang scan analysis reports API error for text2pcap.c.
    
    Change-Id: Ie0861d75888e258d9fd928d5d7441e1e3a8279ba
    Reviewed-on: https://code.wireshark.org/review/367
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>

commit 111c0778bdea2cb2b39d2974af580a5c18fa7a34
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Mar 1 16:26:07 2014 -0500

    Create/use two extended value-strings & do other minor changes.
    
    - Use VALUE_STRING_ENUM/VALUE_STRING_ARRAY macros to create one of the
       value string arrays instead of using the usual separate #defines & array definition;
    - Remove a few unneeded initializers;
    - prefs_register_protocol() need not be called under 'if (gp_zbee_prefs == NULL)'
    - Do some minor whitespace changes;
    - Add editor modelines.
    
    Change-Id: I33669b25fa18ecc452b83a0d88a6c0b33aae904a
    Reviewed-on: https://code.wireshark.org/review/441
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 54cf849419a3537d065428181ea4717997fc597b
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Fri Feb 28 14:47:56 2014 -0500

    Add the PPID for 3GPP Pua.  Move the (unregistered) M2TP PPID into that dissector.
    
    Also put a note in sctpppids.h saying that only IANA-registered PPIDs should go
    in that file.  Inspired by the rejection of
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4332
    
    Change-Id: I763aad7d1b69e9d36c798061473438ce3cb66ca1
    Reviewed-on: https://code.wireshark.org/review/434
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit 79ef36a5f0c8b856080196b0af6d82db595c36d5
Author: Gerald Combs <gerald@zing.org>
Date:   Sat Mar 1 11:13:08 2014 -0800

    Fix some scan-build warnings.
    
    Fix a modeline while we're at it.
    
    Change-Id: Ief6d5edbe33456170059cfab4f436f0844de32a1
    Reviewed-on: https://code.wireshark.org/review/440
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 0cb4b4e44ded39edde2d26f9669f416effeb856a
Author: Niels de Vos <ndevos@redhat.com>
Date:   Wed Feb 26 17:41:52 2014 +0100

    GlusterFS: add support for ZEROFILL fop
    
    Implementation details in http://review.gluster.org/5327
    
    BUG: 9812
    Change-Id: Ib1650fb7ca8221def4e9c6a323008847dc7b5f62
    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    Reviewed-on: https://code.wireshark.org/review/429
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 104a6edd1fb703c5c2319c893720df86f8c9a9e7
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Feb 27 15:31:10 2014 -0800

    Disable IPv4 checksum verfification to match TCP and UDP.
    
    Offloading seems to be very common nowadays and having this option
    enabled by default generates a lot of false positives. Suggested by
    Laura Chappell.
    
    Change-Id: I285f218efb3c9f164d8ad7a6d6de8270e442ffff
    Reviewed-on: https://code.wireshark.org/review/426
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 616ed7191883aeecf67c7a2840a077dad0804bdd
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Feb 28 13:55:43 2014 -0500

    Fix bug which (somewhat) randomly caused UAT pref to not display on a proto pref page.
    
    Introduced in ga2b2dd4b (SVN #53880)
    
    Change-Id: I3dd24ab5e1b45367b03b8096a5892f346782217f
    Reviewed-on: https://code.wireshark.org/review/433
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit d14abec1b9c15e7e63c0deb20b0675eeac092bab
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Fri Feb 28 13:51:59 2014 -0500

    Add 3GPP Slh AVPs 2400, 2405, 2407 and 2409-2411.
    
    This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9793
    
    Change-Id: Ia104767d2c1b3c26da851887c08973485f99f58b
    Reviewed-on: https://code.wireshark.org/review/432
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit d08586867d507faaf9ba605a30683ea0897ed6f2
Author: Florian Fainelli <florian@openwrt.org>
Date:   Fri Feb 28 01:40:42 2014 +0100

    packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_1 consistently
    
    The HomePlug AV dissector was not consistently using the
    HOMEPLUG_AV_MMVER_1_1 constant and was sometimes using it and sometimes
    using mmver == 1 directly. Make sure we use that constant throughout the
    code to help clarifiying which version tests are applying to.
    
    Change-Id: I602413163e4e44dedfbf3e2364448a951fa70f54
    Signed-off-by: Florian Fainelli <florian@openwrt.org>
    Reviewed-on: https://code.wireshark.org/review/428
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit e6277bdedde6e3b695cdfbb4dfb5b269273dc687
Author: Florian Fainelli <florian@openwrt.org>
Date:   Fri Feb 28 01:37:00 2014 +0100

    packet-homeplug-av: fix missing reserved byte for station dump
    
    dissect_homeplug_av_nw_info_sta() was processing stations
    information correctly, except that after the first station dump, all
    dumps would be off-by-one byte because we were not reserving a missing
    byte at the end of the station dump. Fixes #9798.
    
    Change-Id: Iff3afd5ff536ae718fa446de3c59cd5e9851ff20
    Signed-off-by: Florian Fainelli <florian@openwrt.org>
    Reviewed-on: https://code.wireshark.org/review/427
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 54cccefef604dd5a128512fa4c9d04cf8b25d55b
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Feb 27 16:59:08 2014 -0500

    Fix build with recent lua changes.
    
    Use FT_NONE instead of 0 to initialize an enum.
    Drop use of lround/llround since they are not available on Windows.
    
    Change-Id: I3961c1921304bafc090c763f0d6de8532f0b3510
    Reviewed-on: https://code.wireshark.org/review/425
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 655f2e4dd4c520ff40427af85034860d13103e58
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 12:57:52 2014 -0500

    Fix prefs.c: Argument with 'nonnull' attribute passed null (redux)
    
    Change-Id: I795df36039278283008132d647aaf51e76dbe218
    Reviewed-on: https://code.wireshark.org/review/424
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit c826191be02132251a9bd7cdaa44647b24bfce95
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Feb 26 23:42:15 2014 -0500

    Fix coverity warnings for all wslua files. (redux)
    
    This fixes/addresses all the coverity warnings shown by
    the buildbots. (I hope)
    
    Change-Id: Ic2722df97c577d274e3cf3f0cbdca1902edde047
    Reviewed-on: https://code.wireshark.org/review/423
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit c875dc8597a6ff3a513cd6b8397626c331564f5e
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 11:25:47 2014 -0500

    Fix dumpcap.c: Assigned value is garbage or undefined (clang analyzer)
    
    Change-Id: I61dbf5e1e206b1c0d2e594bfba38e83e51e8f09c
    Reviewed-on: https://code.wireshark.org/review/371
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 1828c34519ac16255cbd003cdceded51ef8b789f
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Feb 26 19:11:12 2014 -0500

    Ensure ieee802154_packet struct is initialized.
    
    A malformed capture could cause the zbee-nwk-gp and 6lowpan heuristics to be
    called with an incompletely-initialized structure, leading to valgrind errors.
    
    Change-Id: Iaea6daecdca6856466b58071f095930e68c6e159
    Closes-Bug: #9735
    Reviewed-on: https://code.wireshark.org/review/418
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 9733917e289a564788bc7d79093c683b6b030c09
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 16:58:22 2014 -0800

    Sherman, set the Wayback Machine for 1997.
    
    The URLs for the CRC-10 code are dead; use Wayback Machine URLs.
    
    Change-Id: I3924e9cabb3b49b0e1abb31fbffa9b89f95cd0ce
    Reviewed-on: https://code.wireshark.org/review/419
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 46d8abe2521137d8a21b83a53f22a32287a98c08
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 14:25:38 2014 -0800

    Document tvb_memdup() in more detail.
    
    Change-Id: Iec94342b7d033fb6e8597bbffea563128182316b
    Reviewed-on: https://code.wireshark.org/review/417
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit df77e26485b9c46ee397ef2fc49f9f8ee3488431
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Feb 26 17:22:22 2014 -0500

    Fix some wmem-related documentation.
    
    Discovered while reviewing Ibd3efb92a203861f507ce71bc8d04d19d9d38a93
    
    Change-Id: Ie4dfc1b9b7a99f14657148ed5a935bbb079c2b4e
    Reviewed-on: https://code.wireshark.org/review/415
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit a8ef66f25065e65e6b61ad5d28113565a70c6722
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 14:24:24 2014 -0800

    Regularize the formatting of some comments.
    
    Change-Id: I1009c75d5a4f074767dbc3600e7a6edfd0031460
    Reviewed-on: https://code.wireshark.org/review/416
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 5de2dacde859f42f7adb384eb46d5474e51e29a6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 14:20:58 2014 -0800

    Fix a copy-and-pasteo.
    
    Change-Id: Ied8830e2e7a689197870a4d839fd08b36546c75f
    Reviewed-on: https://code.wireshark.org/review/414
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 910949ce8436caf850bfb0fd22873854f77b8291
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 14:14:16 2014 -0800

    Some g_free() -> wmem_free() changes missed in earlier checkins.
    
    Change-Id: I5858e0ee8fc8584b35145c943e19e8e5f7dba77c
    Reviewed-on: https://code.wireshark.org/review/413
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 8d234a0d8c6c974a374e36a58cd7b3d699866464
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Feb 23 14:16:24 2014 -0800

    More tvbuff API deprecation, comment expansion, and documentation updates.
    
    Do with tvb_get_stringz() what was done with tvb_get_string().
    
    Redo the comments for the string get routines to try to give more detail
    in a fashion that's a bit less hard to read.
    
    Warn, in comments, of the problems with using
    tvb_get_string()/tvb_get_stringz() (i.e., if your strings are non-ASCII,
    all bytes with the 8th bit set are going be replaced by the Unicode
    REPLACEMENT CHARACTER, and displayed as such).
    
    Warn, in a comment, of the problems with tvb_get_const_stringz() (i.e.,
    it gives you raw bytes, rather than guaranteed-to-be-valid UTF-8).
    
    Update documentation and release notes appropriately.
    
    Change-Id: Ibd3efb92a203861f507ce71bc8d04d19d9d38a93
    Reviewed-on: https://code.wireshark.org/review/327
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 1dff4e309d036e23c316f2cf9a6d05d5a4449ff2
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 26 14:29:17 2014 -0500

    Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate dissectors.
    
    Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4
    Reviewed-on: https://code.wireshark.org/review/412
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit b4850149dd877375c1d8da3a2d20bddca1d91780
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 26 14:27:36 2014 -0500

    Remove a trailing space from a line of generated code.
    
    Change-Id: Ib95c0db932c54f5664905bde9286aad7a195570f
    Reviewed-on: https://code.wireshark.org/review/411
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 0d2f290d48d903ac5b64656770cece0ca7ae30ff
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 26 12:40:51 2014 -0500

    Create/use an extended value_string.
    
    Change-Id: I1cd20d68ebb50d11ecfa00bf76e9be7c47a45860
    Reviewed-on: https://code.wireshark.org/review/410
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 15a3a4436e30c7dc62b946f77a147074c9416cd6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 26 12:30:01 2014 -0500

    (Minor) Use col_add_str() iso col_set_str().
    
    Change-Id: I3d430e7e6a6bbdcb518f0110bd81ab32f88c17f0
    Reviewed-on: https://code.wireshark.org/review/409
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 5ae7c2ffc0fb9ff539a5355be93b720dd747aba6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Feb 25 22:18:37 2014 -0500

    Create/use some extended value-strings. Do some whitespace changes.
    
    Change-Id: Iee5cb12d3b6669c7e45e18352ebcd151db721ad3
    Reviewed-on: https://code.wireshark.org/review/408
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 2c0974540699dabe9484fa2ef3fde39fc6b573cf
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 12:15:05 2014 -0500

    Fix capture_sync: Assigned value is garbage or undefined (clang analyzer)
    
    I'm not 100% positive this fix is the right way to handle this condition,
    but it seems the safest way without changing a lot of other code.
    
    Change-Id: Icaa8d6f38bc03177162f046d1e7ca55d87bad6a6
    Reviewed-on: https://code.wireshark.org/review/373
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Balint Reczey <balint@balintreczey.hu>
    Tested-by: Balint Reczey <balint@balintreczey.hu>

commit ea1d5c151e0ef5620ca0421ed6d3154afb97ba50
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 02:16:27 2014 -0800

    Use proto_tree_add_item() for most string encodings.
    
    We support ISO 8859-1 and 8859-8, so use proto_tree_add_item() for them.
    That leaves only EUC-KR.
    
    Change-Id: Ie61f69af43be03e5abeb84b95601a407900fb79b
    Reviewed-on: https://code.wireshark.org/review/403
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 85885f4509af563565e316982db98063e3565ad7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 26 02:12:53 2014 -0800

    Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.
    
    If there are 8-bit "extended ASCII" encodings, either one should be
    wired in or there should be a preference for them.
    
    Change-Id: Id62381b2579e8edf3719bd92959821c21f7ba223
    Reviewed-on: https://code.wireshark.org/review/402
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 985d334f9b8ec7f872194bb9bf676517eece885a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Feb 26 10:21:32 2014 +0100

    Replace tabs by spaces
    
    Change-Id: Ib7b97c415fdf924783637bfe566f1e7d21e28369
    Reviewed-on: https://code.wireshark.org/review/401
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit b84d6bebcb31416174bb693349f9f6ef076f29f9
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 31 15:24:34 2014 +0100

    packet-smb-direct: register as a infiniband subdissector
    
    This is implemented based on the documentation, I sadly don't
    have a capture to verify this.
    
    Change-Id: Ia7dc371cb5b17ea42be0e686c97797f8c06ccabd
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/358
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 8242756aedc09108e39d30b5e9b5c92dcf983fe7
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 31 15:23:06 2014 +0100

    packet-infiniband: pass a struct infinibandinfo to subdissectors
    
    Change-Id: I187a1a91f34b1b758cad03bd9902ba132272cd3a
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/357
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit f012f1d08761ff6227629e24e03e040799901742
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 31 16:20:12 2014 +0100

    packet-smb-direct: only handle RDMA_SEND_* messages
    
    Change-Id: I08fa1092e2722c108bf6f847f8fc230f131e584b
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/356
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 6efd2c732a1e5203d29d50f19c32b666c1ebdc6c
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 31 16:16:48 2014 +0100

    packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectors
    
    Change-Id: I51bb8a3047bbc16d55d0c089fe869c7534d4c0b5
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/355
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 98cc3d61dccece289a15b710b8f2e37b910d7374
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 23:56:48 2014 -0800

    We don't use EBCDIC_to_ASCII(), so we don't need to include <epan/charsets.h>.
    
    Change-Id: Ief609f48493f406ba0818ed3e6febe9a8ef0aaf2
    Reviewed-on: https://code.wireshark.org/review/400
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit f8f4ebbc910ae167c5ee4e439803f5cc3dcfd0c6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 23:50:22 2014 -0800

    Use tvb_get_string_enc() to get UCS-2 strings.
    
    Also, note that the "8-bit" encoding is "user-defined".
    
    Change-Id: Ic4786873150d837d8793d2d3d20af50cd0003cc7
    Reviewed-on: https://code.wireshark.org/review/399
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 136b73065728d5809356eb8d5bfb25cbaf598455
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Wed Feb 26 00:52:36 2014 +0100

    As long as the NEWS file is part of the source distribution it really
    needs to be updated every time the file docbook/release-notes.asciidoc
    get changed.
    
    Change-Id: Idea130c883b3b3645d696b830e25fe052f889860
    Reviewed-on: https://code.wireshark.org/review/398
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit d75d5a197e41f69876142824f31a270ce73bb915
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 25 15:41:14 2014 -0800

    Fix indentation and numbering.
    
    Change-Id: Ic1b528db9128420e106affcc8b3639d2d5fc65c0
    Reviewed-on: https://code.wireshark.org/review/397
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 65bac032e49e4efd8a8b602dcd915d3a047e1292
Author: Joerg Mayer <jmayer@loplof.de>
Date:   Tue Feb 25 23:29:48 2014 +0100

    Remove the line that causes the following message:
    asciidoc: WARNING: developer-guide.asciidoc: line 25: include file not found: /home/jmayer/work/wireshark/git/docbook/wsdg_src/WSDG_chapter_.asciidoc
    
    Change-Id: I65c035da7e44e0bca7aa9fe26a9d77da5238e205
    Reviewed-on: https://code.wireshark.org/review/394
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Jörg Mayer <jmayer@loplof.de>

commit bac680caf563402ed4ea381ea51aed326f0e8a1c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 25 14:43:04 2014 -0800

    Get Windows build working again.
    
    Change 16 / g579e7e1 introduced a breaking change in
    capture_file_dialog.cpp on Windows. This works around the problem
    temporarily until we come up with a proper fix.
    
    Fix a Q_OS_WIN check while we're at it.
    
    Change-Id: I552d60720e4a45c5144e0047ee3c1fcc7e64f4eb
    Reviewed-on: https://code.wireshark.org/review/396
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit a7de0128b169152bec0f6568da483fba29431957
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Feb 25 23:36:24 2014 +0100

    Add a few more dissectors to release notes
    
    Change-Id: I9d3262fe8205d21baf46b7a7389ca0154a16d165
    Reviewed-on: https://code.wireshark.org/review/395
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit fcb0837d0cd7837793176db16a5038044b3d748d
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 20:21:49 2012 +0200

    packet-smb: register a dissector on top of smb_direct
    
    Change-Id: I316b958c6a91dc333bcdb468368f2c19fe8845d6
    Old-Change-Id: I26a3088df12de9d74cf6c224b938003417b758f5
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/58
    Reviewed-by: Evan Huus <eapache@gmail.com>
    (cherry picked from commit d0d83e5b85173cd9fdc9001a2efb2f596124e2a2)
    Reviewed-on: https://code.wireshark.org/review/389

commit 5d0be58cb5c11426b5f5b9af0b31029e3086f07c
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 20:21:49 2012 +0200

    packet-smb2: register a dissector on top of smb_direct
    
    Change-Id: I6a87c57d513af9c8ce9dff783988f7242f5257d0
    Old-Change-Id: If52130f7f9e9783a8ecc8b8b3c01d86a02e4f946
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/57
    Reviewed-by: Evan Huus <eapache@gmail.com>
    (cherry picked from commit cd9f6e077fdbdde2462acea6b7906e153c8c4864)
    Reviewed-on: https://code.wireshark.org/review/390

commit 8fe9187b98d159ed15961f57070675fcd9d53dda
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 16:21:21 2012 +0200

    packet-smb-direct.c: add initial implementation
    
    See [MS-SMBD] http://msdn.microsoft.com/en-us/library/hh536346.aspx
    
    Change-Id: If2cf719bdf5da82bc5f5e086dd69d02caff2166a
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/55
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 621a9c50239e0d7c187c758f2ef4ba8f075dc8cb
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 25 13:57:28 2014 -0800

    Add back an anchor removed in gc55c57a.
    
    Change-Id: I9795278b759d1a965abd9b22dc023c70fce19b77
    Reviewed-on: https://code.wireshark.org/review/391
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 9db0e02fb3a8c48a771dc06d55fca304874cc013
Author: Stefan Metzmacher <metze@samba.org>
Date:   Mon Aug 13 14:45:58 2012 +0200

    packet-kerberos: remember in what frame a key was learned
    
    Change-Id: Icd05d4941fdacac44094fafbad07f08ec4cbe976
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/364
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 98e6bb18d3f0a2bdbedb058fca7cdc4289c3fc68
Author: Stefan Metzmacher <metze@samba.org>
Date:   Mon Aug 13 08:59:22 2012 +0200

    asn1/kerberos: remember in what frame a key was learned
    
    Change-Id: I8e64e1d02ee8b4dff3845e1b9ec8f56174e76fbf
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/363
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d5c437e8e575006a4dbc3aa9574fd8261f4c87a0
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 25 16:44:29 2014 -0500

    Fix function prototypes.
    
    Functions with no parameters must be written func(void). Fixes (some) of the
    buildbots.
    
    Change-Id: I1a6e5c0553e032e99419fe67eb4b573bbdfe7fe6
    Reviewed-on: https://code.wireshark.org/review/388
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 795565491157c253081560209de765b1a98c1c56
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 11:10:50 2014 -0500

    Fix mergecap.c: Dereference of null pointer (clang analyzer)
    
    Change-Id: I89076388db8522c5fbdf72505f50e1380f1ab391
    Reviewed-on: https://code.wireshark.org/review/369
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bd36fe1bcbe19dd1b63836cc60d7351d7d8b4aa8
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Feb 21 01:11:41 2014 -0500

    Fix bug 6357: Lua all_field_infos() broken within tap/listener
    
    The current API for Lua provides a global function
    "all_field_infos()" which returns all the populated field_info nodes
    in the current proto_tree.
    
    By default all_field_infos() "works", in the literal sense: it returns
    exactly the fields the previous dissectors of the packet have
    populated at that instant of time.  But of course dissectors don't
    populate all the applicable fields most of the time, because of the
    TRY_TO_FAKE_THIS_ITEM optimization where they don't fill in things
    that aren't needed at the time by a display, color, or tap's dfilter.
    
    So this commit offers a way to force the dissectors to populate
    all the applicable field_infos in the tree, by setting the proto_tree
    to be visible.  Obviously that is going to impact performance, since
    it basically bypasses the TRY_TO_FAKE_THIS_ITEM optimization; so the
    patch only does this if the Lua script author told it to explicitly,
    by adding an argument to Listener.new() and register_postdissector().
    
    Change-Id: I11d3559fbe8c14fbadf1b51415a3701dc1200b7b
    Reviewed-on: https://code.wireshark.org/review/286
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 860747e1e78aefdaf31e77408ad590b9d759d1aa
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 18 10:03:04 2014 -0500

    Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts
    
    There are some common things people need to do, such as convert to/from hex or get
    the raw binary string in a ByteArray/Tvb/TvbRange. These have been added, as well
    as some tests for them in the testsuites. Also, functions have been added to allow
    a script to get all the available tap types and filter fields, since they are
    not exactly what one can see in the Wireshark gui.
    
    Change-Id: I92e5e4eae713bb90d79b0c024eaa4e55b99cc96b
    Reviewed-on: https://code.wireshark.org/review/249
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 907a8259862401af3fdc8ad1201e13c6abf677db
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 11:05:17 2014 -0500

    Fix file.c: Dereference of null pointer (clang analyzer)
    
    Change-Id: Ib96e5ffb284234562c2883c13e93109173e22179
    Reviewed-on: https://code.wireshark.org/review/368
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 5478483eef9e24e6276b1703b88258bfc44a861f
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Tue Feb 25 15:46:11 2014 -0500

    Install git-review too.
    
    Change-Id: I65c98fe8e120ac3b416ca6749eb2b44c47664fb5
    Reviewed-on: https://code.wireshark.org/review/386
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 11b5c15fdb815a2af400bfddef944dbac41a434a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Feb 25 15:42:35 2014 -0500

    Remove trailing whitespace
    
    Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0
    Reviewed-on: https://code.wireshark.org/review/385
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit c55c57ad72acda8cbce2841bc237f966bad5ae5b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 25 12:22:50 2014 -0800

    Add Git+Gerrit command line instructions.
    
    Add a Git+Gerrit command line example to the Developer's Guide. Convert
    some Subversion text to Git.
    
    Skip building the Developer's Guide if we don't have a2x.
    
    Change-Id: I62e9e71eb3ffc07d8677df35b4b197f53f77b4f2
    Reviewed-on: https://code.wireshark.org/review/384
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 34933eb80578f6e2357d779e444d37b0e7594582
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 25 19:46:17 2014 +0100

    802.11 : Add channel number custom (to display info when report channel number is 0 or 255)
    
    Fix also indent for other custom...
    
    Change-Id: Ic95b65d5217a0d1e967892ac2694f3ba749242fb
    Reviewed-on: https://code.wireshark.org/review/379
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f5ebc083c66207ad19fbe4cae8138344c2c67653
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 25 18:58:53 2014 +0100

    802.11: Regulatory Class => Operating Class (changed in 802.11-2012)
    
    Fix also typo for hf_ieee80211_tag_measure_request_regulatory_class wrong hf name...
    
    Change-Id: I49e582c7683e58abb8785958dcc043789fd79a26
    Reviewed-on: https://code.wireshark.org/review/378
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2da9162402880917a1c991d68da1451d329abc28
Author: Michael Pergament <mpergament@googlemail.com>
Date:   Fri Feb 21 16:26:46 2014 +0100

    Enhance BGP Dissector
    Add
    * BGP MPLS Based Ethernet VPN dissector (draft-ietf-l2vpn-evpn-05)
    * PMSI Tunnel Attribut dissector (RFC6514)
    
    Change-Id: I02caa67fc371bbc9666f343e20fa678e8b029a59
    Reviewed-on: https://code.wireshark.org/review/296
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 75015e4351e666cdbd89e4c459aed91bc462c2cc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 11:53:44 2014 -0800

    Can't register in a non-existent dissector table.
    
    This will have to wait until the SMB Direct dissector is actually
    committed.  There's no point in getting a bunch of "OOPS: dissector
    table "smb_direct" doesn't exist" messages every time you run Wireshark
    or TShark.
    
    Change-Id: I9772eb3f119822fbeaa78876570798d49bb4cab9
    Reviewed-on: https://code.wireshark.org/review/382
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 1084b88719088b839cc2bb25deb59a4c740babdf
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 11:04:00 2014 -0800

    Fix indentation.
    
    Change-Id: I2105c24a196ddd108925fd3ea29180aa8245dc1b
    Reviewed-on: https://code.wireshark.org/review/381
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 1b046b76f3ec43d2467f8121a98d0b61d3f31c12
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 10:59:31 2014 -0800

    The UMTS GTP QoS Profile is a UTF-8-encoded string.
    
    So use tvb_get_string_enc() with ENC_UTF_8|ENC_NA.
    
    Use tvb_reported_length() while we're at it.
    
    Change-Id: I75bfa9abb23ca411dca5844dd56fe062d16319e0
    Reviewed-on: https://code.wireshark.org/review/380
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 95e5a1d9542e4062e446e4259c5b80df8565f8d2
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 25 13:37:58 2014 -0500

    Use correct macro to really fix MacOSX buildbot
    
    Change-Id: Ibb7b13c0c9c5699642cda48522b34ace34c28b46
    Reviewed-on: https://code.wireshark.org/review/377
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 8ce395d92a5547778225cc2ea8f1b0693a7a4661
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 25 13:08:43 2014 -0500

    Include old-gtk-compat.h to fix build.
    
    Change-Id: I3614e11fb0e76625b2b9686be423bf421c295e6f
    Reviewed-on: https://code.wireshark.org/review/376
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5a1aa01af2965d4c66689faab98bf397b3657a46
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Tue Feb 25 09:29:28 2014 -0500

    Get rid of a few more Subversion remnants.
    
    Change-Id: I35ff651017e355f92b4f9e6388e90d446f245d0a
    Reviewed-on: https://code.wireshark.org/review/361
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit cd02def632d01ca2f725955018bec7a311cdb985
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Tue Feb 25 11:20:22 2014 -0500

    Clean up some more subversion references in the documentation.
    
    Change-Id: Id6cf1a617bff3e09e47933a69d505393502874d1
    Reviewed-on: https://code.wireshark.org/review/370
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit cd9f6e077fdbdde2462acea6b7906e153c8c4864
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 20:21:49 2012 +0200

    packet-smb2: register a dissector on top of smb_direct
    
    Change-Id: If52130f7f9e9783a8ecc8b8b3c01d86a02e4f946
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/57
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit d0d83e5b85173cd9fdc9001a2efb2f596124e2a2
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 20:21:49 2012 +0200

    packet-smb: register a dissector on top of smb_direct
    
    Change-Id: I26a3088df12de9d74cf6c224b938003417b758f5
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/58
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 04bd19d3c28b3801195dafd8609c19ff9379131f
Author: Stefan Metzmacher <metze@samba.org>
Date:   Tue Sep 15 01:54:18 2009 +0200

    packet-dcerpc-nt.c: fix a crash bug
    
    Change-Id: Ia8d167afc79c4fa1b2fa05b78152120203462b67
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/362
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 579e7e19ce8e5f1a6e16b75f130ad4b001157ca5
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sat Jan 18 15:20:02 2014 +0100

    Wireshark: Add option to choose format type of capture file
    
    The best heuristic can fail, so add possibility to manually choose
    capture file format type, so not correctly recognize file format can be
    loaded in Wireshark.
    
    On the other side now it is possible to open capture file
    as file format to be dissected.
    
    Change-Id: I5a9f662b32ff7e042f753a92eaaa86c6e41f400a
    Reviewed-on: https://code.wireshark.org/review/16
    Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit b6aae8d5c470aa681b70f33cad064dbb7045b3b7
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 25 09:17:00 2014 -0500

    Change libsmi url and Lua version in macosx-setup.sh
    
    The libsmi url in macosx-setup.sh was dead, it's now an https site not ftp.
    Also we were pulling down Lua 5.1.5 but should be pullsing down 5.2.3.
    Lastly, macosx-setup cerates macosx-support-libs directory, which needs
    to be ignored.
    
    Change-Id: I79dc833dbc54fda8b237c5ada64f3564ce4f4cde
    Reviewed-on: https://code.wireshark.org/review/360
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 605d9bb8e23f754aefd0838af57d5bcb749698c1
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Tue Feb 25 09:44:28 2014 -0500

    Delete tools/svnadd: it seems git doesn't need all this fancy properties stuff.
    
    Change-Id: Ibb1c713ba9e9b09f062753c232d006b3afd682f0
    Reviewed-on: https://code.wireshark.org/review/366
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 93fe4d53e20bad69073e221d8e039c4f50bc1825
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Feb 25 11:27:32 2014 -0500

    Remove trailing whitespace.
    
    Change-Id: Ia03a1cd4590aceda30ead4aa93ad413d90c6aea6
    Reviewed-on: https://code.wireshark.org/review/372
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 7db4bedadf8a22683ed2505328539cbb896f102b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 18:59:16 2014 +0100

    Fix packet-devicenet.c:619:17: error: will never be executed [-Werror,-Wunreachable-code]
    
    Change-Id: I3e7cc60e1844dcb1eab87060f6338bd4ba08e9b3
    Reviewed-on: https://code.wireshark.org/review/322
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit d3e03e97f0a4833f61509c5451a8b2ff7379c48f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 19:23:33 2014 +0100

    Fix packet-ieee80211.c:13115:7: error: will never be executed [-Werror,-Wunreachable-code]
    
    Change-Id: I0a87e6a2e9a819148a816ad1bc9da008b8cc1518
    Reviewed-on: https://code.wireshark.org/review/324
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit 7af7c87898bc9b31306409ca5fdeb7b3e3236b6d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 19:26:05 2014 +0100

    Fix packet-ipv6.c:585:13: error: will never be executed [-Werror,-Wunreachable-code]
    
    Change-Id: Ic2696aac59e001db1e4f62942680150a065ebbb1
    Reviewed-on: https://code.wireshark.org/review/326
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit 42188b997b4fdd69ca0b7432405d2e091b1ed354
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 19:25:21 2014 +0100

    Fix packet-ip.c:579:9: error: will never be executed [-Werror,-Wunreachable-code]
    
    Change-Id: Id368fdb7025260cb1fc261f844eae8c018c65edd
    Reviewed-on: https://code.wireshark.org/review/325
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit 692e7a25b980c91a983110f1d8331c0d4175a853
Author: Jeff Morriss <morriss@ulticom.com>
Date:   Mon Feb 24 16:16:14 2014 -0500

    Install git instead of subversion.
    
    Change-Id: I5da2c129fa120e461d4bb3199c1ec0e0b52c28a4
    Reviewed-on: https://code.wireshark.org/review/337
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit 2f239772e6901b4f3260d34f4566d52d014441ce
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Feb 24 19:26:08 2014 -0500

    More explanation of example heuristic code.
    
    Approach suggested by Jeff seems right to me:
    https://www.wireshark.org/lists/wireshark-dev/201402/msg00198.html
    
    Change-Id: I3d54cb49e2f0027ee79f68a633f57382101241b5
    Reviewed-on: https://code.wireshark.org/review/350
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 42ce748ebca2e2d31f6cc4f3335eee903d80ba07
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 02:00:29 2014 -0800

    Just use proto_tree_add_item() for an EBCDIC string.
    
    Change-Id: Ic385926b5f4110253e3ab47984589d646707afa0
    Reviewed-on: https://code.wireshark.org/review/353
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 9815a25971dba21b36145d5798164d3acbc8f9d0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 25 01:07:19 2014 -0800

    Fix crash when exporting dissection summaries to a CSV file.
    
    The while loop in question ends with tmp_str being NULL; the next loop
    processes the same string, so you have to set tmp_str to csv_str before
    looping.
    
    Fix some comments while we're at it.
    
    Change-Id: I69dd7dc276e0cb11226eceee7921be87e3cc7534
    Reviewed-on: https://code.wireshark.org/review/352
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 92a369eaf4ba0ae47c06df2a235888dc015cbdcd
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Feb 24 23:08:50 2014 +0100

    Remove a few wrong use of tvb_get_string()
    
    Change-Id: I7095e12439fd8c0c5cd3ce14d19662efa3fd841f
    Reviewed-on: https://code.wireshark.org/review/339
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 53deb521e79f8266661cd87b1771b4414445f098
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 20:11:19 2014 +0100

    Neighbor report (802.11k) may be have no subelement (len == 13)
    
    Fix some malformed frame from sample on Bug 9724
    
    Change-Id: I0874c2aab57799426f13e18123b05a7e73c6a75f
    Partialy-Bug:9724
    Reviewed-on: https://code.wireshark.org/review/340
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 57048843e9393222241f5f3dc897875fe1a9dcd5
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Feb 24 15:58:47 2014 -0800

    "tools" updates.
    
    Remove backport-change. It didn't work as well as I had hoped. Remove
    backport-rev since we don't use Subversion any more. Remove DocBook
    code from gen-bugnote.
    
    Change-Id: I70f39444c6cdd380301691f64d27147ac09e5cae
    Reviewed-on: https://code.wireshark.org/review/348
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 58db464afff5ae91e7ff624bd6edd6d5da88f73c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Feb 24 23:27:52 2014 +0100

    Remove executable bit from a few files
    
    Change-Id: Ib9be221e3d325379c8b665ab73d976254bb23bb6
    Reviewed-on: https://code.wireshark.org/review/342
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit b7bd4ff7ae91b2501701035bfd9cc73946d14bd9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 17:09:30 2014 +0100

    Fix -Wunused-const-variable found by Clang
    
    Change-Id: I57cfafea0e3110553ef03a34baad217f8109942d
    Reviewed-on: https://code.wireshark.org/review/320
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 780cd800e2b5d2ea84211d827f1ac4bba73a8ffb
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Feb 24 21:03:01 2014 +0100

    Add ADB CS and Logcat dissectors to release notes
    
    Change-Id: I063cc38c156505922fa31eb67c176dc1cd6ecfa7
    Reviewed-on: https://code.wireshark.org/review/336
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 9b6f1392ffcb5267278ddd7d3486d391710e826e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 17:52:39 2014 +0100

    Fix -Wunused-const-variable found by Clang
    
    Change-Id: I7fb2e6477cea26a5ee13dcc0610f7522ce211ae2
    Reviewed-on: https://code.wireshark.org/review/321
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit bf43e31e8c977bc1478db0a97f4dd3b92aec1c2f
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Mon Feb 24 15:39:27 2014 +0100

    Use correct hash algorithms in ISAKMP (IKEv2) dissector
    
    Change-Id: Ia448f3cc5f5ffc8eafad73fdb0c3f3dd647342ef
    Reviewed-on: https://code.wireshark.org/review/335
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 7bd14675b2a5aeb9a335617d23c6dd1bd08111d3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 23 20:05:04 2014 +0100

    Fix Called C++ object pointer is null found by Clang
    
    Change-Id: I2263b4ac16945be6d87eaa8c963f7b03e437d724
    Reviewed-on: https://code.wireshark.org/review/319
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit dd4e5fcbdd1c54afd9da2764b00f8fef2febb682
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Feb 23 23:36:11 2014 +0100

    NAS EPS: fix dissection of CS service notification message
    
    Fixes bug 9789
    
    Change-Id: I26ed1e9d8bb5b662af97d19f64b5f4b39374a5ee
    Reviewed-on: https://code.wireshark.org/review/330
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit a8676c2fd756176136ec48c1dace955ebebe640c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Feb 23 23:32:03 2014 +0100

    Fix dissection of BCD numbers
    
    Do not use of tvb_get_string(): what we really want is the byte string, not an ASCII string
    
    Change-Id: I8b9a8b7ccacbdaf6d9525771ff8ed883ba01ad34
    Reviewed-on: https://code.wireshark.org/review/329
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 1678b0a825b41c0beb5fdfe6d43543a03b294ac8
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Feb 23 23:23:40 2014 +0100

    Remove deprecated TVB APIs
    
    Change-Id: I87216c3bd2061c12ce486c752d4381ab722db95e
    Reviewed-on: https://code.wireshark.org/review/328
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit bdfa3e8b9fe9044d315ce8c01c0675709e632b3a
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Feb 23 08:05:52 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-02-23]
    
    Change-Id: Ib8cee06ff9420f16566696ca7dd0efc97036c7dc
    Reviewed-on: https://code.wireshark.org/review/316
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 83fc3468532ee7a033b66b3a2d3511b568a1d38c
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Feb 22 14:16:44 2014 -0500

    Documentation updates
    
    Change-Id: I6bd7fa40726fe7ffd68b9341c640874f2a0f1c7c
    Reviewed-on: https://code.wireshark.org/review/314
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Christopher Maynard <Christopher.Maynard@gtech.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 41fc5a53e9d645b9a089f57c08679a6d2bf766b5
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sat Feb 22 14:56:25 2014 -0500

    Add note to .gitignore on how to ignore locally-specific files
    
    Also, this removes a couple locally-specific files I had previously added.
    
    Change-Id: Ib93e0dc5aeb062321e47f77a084b0581f87046c6
    Reviewed-on: https://code.wireshark.org/review/315
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit ce932fb0b5e824520f85c01cc29df25bac571d39
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Feb 22 10:00:45 2014 -0500

    Add some simple ISAKMP heuristics
    
    Hopefully fixes bug 9800.
    
    Change-Id: I69e1a0e39763a6e25eb18aed6b4a6a6217e22d14
    Reviewed-on: https://code.wireshark.org/review/312
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 88c34ec6c817d4175643408dcb5e537b5f068602
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 21 21:57:03 2014 +0100

    Fix Called function pointer is null (null dereference) found by Clang
    
    ../../asn1/h248/packet-h248-template.c:1222:31: warning: Value stored to 'prop' is never read
            if (!prop->dissector) prop = &no_param;
    
    Change-Id: I6d380fbb5fef9dc548385b0b470aea1cb3c34df1
    Reviewed-on: https://code.wireshark.org/review/301
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit cfeae2f86c2f4b3dda9c9a73cedcbc04664c8a2a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Feb 21 16:07:20 2014 -0500

    Fix clang warning regarding null pointer use in packet-sip.c.
    
    In malformed sip-sec header fields, missing spi-c/spi-s values will
    cause thie 'value' pointer to remain NULL, leading to bad things.
    This fix checks for that and adds an expert warning about malformed
    sip-sec mechanism.
    
    Change-Id: Ia7d1741fc8d829dd14e5c68f21fa99282eddbeab
    Reviewed-on: https://code.wireshark.org/review/299
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 22149c5523a77e642ec13d12064b2ccef29e51fb
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Feb 22 08:39:57 2014 -0500

    TVB API deprecations and cleanup
    
    - rename tvb_length and similar to tvb_captured_length and similar; leave
      #defines in place for backwards-compat, but mark them clearly as deprecated in
      code comments and in checkAPI
    - remove tvb_get_string as C code and just leave a #define in place for
      backwards-compat; mark it clearly as deprecated in code comment and checkAPI
    - update READMEs and sample dissector for all of the above
    - while in the neighbourhood, make checkAPI skip (and warn) for missing files
      instead of bailing on the whole check, so subsequent files still get checked
    
    Change-Id: I32fc437896ca86ca73e9b49d5f50400adf8ec5ad
    Reviewed-on: https://code.wireshark.org/review/311
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 00cc94bd5d0d6dad34f77006b1acc78e410d407c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Feb 21 16:47:55 2014 -0800

    Add bug 9492.
    
    Change-Id: I412d5c56848f2a19c8bf2c2e50f1ad1db86ce793
    Reviewed-on: https://code.wireshark.org/review/306
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 504eee7c23beaf822c88e4bb0d865b209c271845
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Feb 21 15:55:13 2014 -0800

    Cleanup the automatically-generated fields to match the rest.
    
    Change-Id: I217d5c390c806dfa28c7e9ff155ef927ed2a9111
    Reviewed-on: https://code.wireshark.org/review/303
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 4b28a988aaf0f96236f29a352b2a55cfce7f6127
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Feb 21 13:27:57 2014 -0800

    Update the "latest version" URL in manuf/manuf.tmpl.
    
    Regenerate manuf. I *really* wish Gitweb URLs were less ugly.
    
    Change-Id: I51eabe1a028999859499466a9369106f465dec80
    Reviewed-on: https://code.wireshark.org/review/300
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 7f074364b62b0e7a6a8660e48c9803ebcaa1c8fc
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 20 21:12:25 2014 -0500

    Fix bug 9790: Lua: wslua allows duplicate field registration
    
    As discussed in bug 3513 and 9709, one can register more than one new ProtoFields for
    the same field name. Of course C-code can do that too, and does a LOT apparently, but
    if they're not similar ftypes then things can get scrweed up in display filters.
    
    So this change prevents duplicate field registration of dissimilar ftypes. The
    similarity is based on the discussion on the mailing list, and the listing in
    README.developer has been updated to refelect that as well.
    
    Also, this change adds a testscript for Proto/ProtoFields.
    
    Change-Id: I43bd323f785245941a21289647332a19adec2a9d
    Reviewed-on: https://code.wireshark.org/review/285
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 1b210e967c9c68072486352d55c23e092083bcc2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 21 20:08:30 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I05ca21d94bbaa8c92a33f02ceb100c206c198052
    Reviewed-on: https://code.wireshark.org/review/298
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e009dc98431f4fe0faa713feab5afc0c4ae0127f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 21 19:53:15 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: Ic3a240a2e751700f653287dd84fe58016adab9e2
    Reviewed-on: https://code.wireshark.org/review/297
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e1b265596b4d4301c1933158bc6b2dc2a0341f20
Author: Matthieu Texier <matthieu@texier.tv>
Date:   Fri Feb 21 15:36:07 2014 +0100

    Moving custer list/cluster id attribut to items
    
    Change-Id: If23c530b10c67613311aa8a8a1b1a8acf95f3c48
    Reviewed-on: https://code.wireshark.org/review/294
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 95190e4bd6aaab1250c38de0c0c6c1f7e5cfb0f8
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Fri Feb 21 10:02:34 2014 +0100

    EPL + openSAFETY: Better handling of guint in EPL
    
     This is a permanent solution for bug #9786. guint overflows
     are now prevented, and the remaining length is queried from
     tvb and taken into consideration.
    
     As a side-effect, the fix brought up two bugs in the openSAFETY
     dissector, which where fixed as well.
    
     Upd: Remove stdio.h and fix one encoding error found by
     fix-encoding-args.pl
    
    Change-Id: Ic2d478a8ea15b0bcfd2536a074c217daf610fe08
    Reviewed-on: https://code.wireshark.org/review/291
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit caaac7e8f8277e8c735fe973ed6b6f5d3bf7efff
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 21 17:25:07 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I329fd1cec092e425dd0f6c2c1992d278dcdba743
    Reviewed-on: https://code.wireshark.org/review/293
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 696353c129e9db05c46f5c59436944396d8318a7
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Feb 17 11:45:57 2014 -0500

    Add test suite for verifying Lua global variables/tables of previous releases have not disappeared.
    
    Several bugs have been introduced due to changing of perl scripts or #define names, such
    that things exported into Lua have dissapeared or changed unintentionally. This commit
    adds a test suite which compares the Lua global table with the ones from previous
    releases (1.8 and 1.10), to verify nothing has gone missing. New items can be added, but
    old ones cannot go away. The added script to verify these things, called 'verify_globals.lua',
    also has the ability to display what's new - i.e., what was not in the olrder releases.
    
    Lastly, this commit also fixes a bug: MENU_STAT_ENDPOINT became MENU_STAT_ENDPOINT_LIST
    due to a change in the make-init-lua.pl perl script in this 1.11 release.
    
    Change-Id: Iba143d1a436e706970635a5f8cc2b317955392bf
    Reviewed-on: https://code.wireshark.org/review/284
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit fe64c4671b89e0d5b1402e95e0caebdf515e8608
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 20 23:33:13 2014 -0800

    And we need wslua_internals.obj as well.
    
    Sort the list to match the .c list while we're at it, to make it easier
    to check for errors.
    
    (Why isn't this done with a Makefile.common file?)
    
    Change-Id: I239964d53be9e48bddbd6180aabe118b5cac1fd0
    Reviewed-on: https://code.wireshark.org/review/287
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 8d64656f20cfa553a2f5fd88a45885bc0b4f6744
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 20 19:05:14 2014 -0800

    Need to include wslua_internals.c here as well.
    
    Change-Id: Ibae7e4473ad0131e399423ee9faba5ad759feaed
    Reviewed-on: https://code.wireshark.org/review/283
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 431dc825df3676c0fc044a8358c32ff13867eabd
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 20 18:59:44 2014 -0800

    Fix warnings - index() is declared as a function in some systems.
    
    Change-Id: If9ee9f0decc0a9d7971095109e1012b015a9dc96
    Reviewed-on: https://code.wireshark.org/review/282
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 3f2be6dbe858e6486cabebc9d61728cd4c243c00
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Feb 21 02:16:43 2014 +0000

    Revert "Add test suite for verifying Lua global variables/tables of previous releases have not disappeared."
    
    This reverts commit 5b7f00178f45149ecdce204f1c71c1598ceedac1.
    
    Change-Id: Idf09d25270847970713b67d02bcd7cbc411a4e9c
    Reviewed-on: https://code.wireshark.org/review/280
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5b7f00178f45149ecdce204f1c71c1598ceedac1
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Feb 17 11:45:57 2014 -0500

    Add test suite for verifying Lua global variables/tables of previous releases have not disappeared.
    
    Several bugs have been introduced due to changing of perl scripts or #define names, such
    that things exported into Lua have dissapeared or changed unintentionally. This commit
    adds a test suite which compares the Lua global table with the ones from previous
    releases (1.8 and 1.10), to verify nothing has gone missing. New items can be added, but
    old ones cannot go away. The added script to verify these things, called 'verify_globals.lua',
    also has the ability to display what's new - i.e., what was not in the olrder releases.
    
    Lastly, this commit also fixes a bug: MENU_STAT_ENDPOINT became MENU_STAT_ENDPOINT_LIST
    due to a change in the make-init-lua.pl perl script in this 1.11 release.
    
    Change-Id: Ic46172904256dc535b0fe4543237c07dddb3b9b5
    Reviewed-on: https://code.wireshark.org/review/242
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 9246a709bf826f2cc64581b25fbf1ebafa330db6
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Feb 19 03:22:55 2014 -0500

    Cleanup on aisle 5: normalizes the Lua code to follow common schema/model
    
    Over time the various wslua classes/functions have gotten moldy, with different
    ways of doing similar things. Some of it can't be changed without breaking
    backwards compatibility for Lua scripts, so I didn't do that. But I did what
    I could. The biggest change is a refactoring of how accessors/attributes
    are handled in the code, so that most of them work the same way using the
    same code.
    
    Specific changes made:
     * Added null/expired checking macro to class declarations for many classes
     * Removed extraneous pointer/expired checking, since checkFoo() does that already
     * Fixed "errors" reported by clang static analyzer; they were false positives, but it was easier to get it to stop complaining by changing the code
     * Moved internal wslua functions from wslua_utils.c into a new 'wslua_internals.c' file
     * Changed Listener/NSTime/Pinfo/Proto to use a common setter/getter accessor/attribute code model, instead of each of them doing their own
     * Fixed some API doc mistakes, mostly around attributes that were documented as read-only but were actually read-write
    
    Change-Id: Idddafc5fbd3545ebff29e063acc767e1c743a1a9
    Reviewed-on: https://code.wireshark.org/review/271
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit c65fbffc95b5e6b0caff6952faea8e8c9350cf7d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 20 17:50:52 2014 -0800

    Force "printing" if -T is specified, even if -w is also specified.
    
    Just as "tshark ... -P -w xxx" writes raw packets to xxx *and* writes
    text packet summaries to the standard output, and just as "tshark ...
    -V -w xxx" writes raw packets to xxx *and* writes text packet details to
    the standard output, so should "tshark ... -T fff -w xxx" write raw
    packets to xxx *and* write whatever "-T fff" (and any "-e" options)
    specifies to the standard output.
    
    Change-Id: I28ab3a4d48531f297533ec4dfb3742031eb69885
    Reviewed-on: https://code.wireshark.org/review/278
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit dd4daf5024439a1e91f3deb7ec279196c46173a2
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Feb 20 18:51:46 2014 -0500

    Try a simpler method of fixing 32/64 issues
    
    It appears we're only working on four chars anyways, so the cast to gint should
    be safe.
    
    Reverts 602d7d3d39f26b06bcfa25bf9580cfd652a7eee7
    
    Change-Id: Ice101fea7dd7fe4cc65f0d673210c0c791cbe1c5
    Reviewed-on: https://code.wireshark.org/review/277
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 3b57455b716a339a2cce8cbfebb15aaf1a8d89ed
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Feb 20 18:14:58 2014 -0500

    Fix more 32/64 casting errors
    
    Change-Id: I13a3a19738dd5933d9e19045fc188bb8e2f04fe0
    Reviewed-on: https://code.wireshark.org/review/275
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 602d7d3d39f26b06bcfa25bf9580cfd652a7eee7
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Feb 20 18:06:15 2014 -0500

    g_ascii_strtoull returns a gint64
    
    fixes build errors on certain 32-bit systems
    
    Change-Id: I6476107aa753b670df6bede0ce15ea6760e52aeb
    Reviewed-on: https://code.wireshark.org/review/274
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit b7985c57a47d1de54471d96739219baf8617df33
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Feb 20 17:16:08 2014 -0500

    Fix mode for lua test suite
    
    Change-Id: If516472ca9c4a0ae84da22a0ecfc9449f0495cbb
    Reviewed-on: https://code.wireshark.org/review/273
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4c100fed02affaf05f8368b3d02bd251e7b28b15
Author: Peter Lemenkov <lemenkov@gmail.com>
Date:   Thu Feb 20 15:50:09 2014 +0400

    Initial basic RTPproxy-ng dissector
    
    Initial basic RTPproxy-ng dissector which uses bencode packing.
    
    Change-Id: I5b3e9f6e745977b3df12263c3a9f4ee9a3e1445e
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/268
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit b14cf15010ed85dd25f15b2c0770cb7c2e14e4db
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 9 16:32:08 2014 +0100

    Android: Add support for ADB Client-Server protocol
    
    ADB Client-Server Protocol is protocol between adbd
    (ADB Daemon aka Server) and adb client (aka adb).
    Typically you can find it on "lo" interface over TCP protocol.
    
    Change-Id: Iad008560c983f5ede554e1eaa728d703aae95eed
    Reviewed-on: https://code.wireshark.org/review/233
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5ae232664c1a8c78ef957303a1f0ebb0f56c732f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Feb 20 16:44:56 2014 -0500

    Fix "off by 1" bug in dissection of OPTION_AFTR_NAME introduced in 0548a7d5.
    
    Change-Id: I461601cd952f1c4d27a004c0a65cfefe82dc0f49
    Reviewed-on: https://code.wireshark.org/review/272
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit fe769e73501b5b1e324df3352266de77a8af456e
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 20 10:12:33 2014 -0500

    Add 4 more test scripts for Lua, and its own testsuite menu
    
    This adds test scripts for verifying Pinfo, Address, Field, FieldInfo, NSTime
    and Listener classes/functions.  It also moves Lua test scripts out of
    unittests and into its own new testsuite.
    
    Change-Id: I65c238fd459efb96db3f8f9145842cd038dea7c7
    Reviewed-on: https://code.wireshark.org/review/270
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d574fd89f4f5698a5b14014efe0830eecce7a991
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 16 17:01:45 2014 +0100

    Add support for Bluetooth Linux Monitor
    
    BlueZ 5/Linux Kernel introduced new way to sniffing Bluetooth interfaces.
    We are ready to use it. Libpcap provide new interface called
    "bluetooth-monior".
    
    Also fix trivial typos.
    
    Change-Id: Ic608a3d8553bbebbb21f2733ec92c758cbf8f707
    Reviewed-on: https://code.wireshark.org/review/253
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9a05640711977a83b629fa80ba4a0a8be687906a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 20 09:55:46 2014 -0500

    Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'
    
    Setting the Pinfo.dst_port to a value actually changes the src_port's value,
    due to a bug in wslua_pinfo.c, where both src_port and dst_port attributes use
    the PARAM_PORT_SRC for their setter type enum.
    
    Change-Id: I1b84ba8b343ec857d04a2d0809e16f17ba2a43e8
    Reviewed-on: https://code.wireshark.org/review/269
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1fd434e4f169f9effda73b2e652d50e07e84fbb7
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Tue Feb 18 13:07:16 2014 +0100

    Add missing SBC library to cmake build
    
    Change-Id: I4eb2dacc196b8feef62ff633322c53c04f78fc92
    Reviewed-on: https://code.wireshark.org/review/252
    Reviewed-by: Michal Orynicz <michal.orynicz@tieto.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2e1f11289b34e04f71a64b531449c8e96404428e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 18 14:45:33 2014 +0100

    Enhance pre-commit tools to avoid false positive
    
    Limit check to file with extension *.c or *.h
    
    Change-Id: I6e237e6fd053083d271924120973a6b07e2d4e53
    Reviewed-on: https://code.wireshark.org/review/247
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 64b474610c50b6aade4f271b2b1ee603f3fc7a04
Author: Matthieu Texier <matthieu@texier.tv>
Date:   Wed Feb 19 19:16:02 2014 +0100

    BGP : clean up of unused define and adding amount of ext-communities in community item
    
    Change-Id: I55793e522d0bdaee0f19ca020a8ef0097f5fb5f1
    Reviewed-on: https://code.wireshark.org/review/255
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit b26c4459109a0f8aea7f68ce0093c893ccff1045
Author: Irene Rüngeler <ruengeler@MacBookIrene.local>
Date:   Wed Feb 19 15:39:13 2014 +0100

    Limit the range to the TSNs provided.
    
    Change-Id: Ibf72fb60d06baa7a9590a303f2e10e5a86c61093
    Reviewed-on: https://code.wireshark.org/review/254
    Reviewed-by: Michael Tüxen <tuexen@wireshark.org>

commit dc53a65befb7c3718bf0f054f34525ce27d821bb
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 19 23:44:14 2014 -0500

    Fix minor bug; Use a consistent whitespace & formatting style; add extended value-string.
    
    Bug fix: don't call col_...() under 'if (tree)'
    
    Change-Id: I5f586f16f0e64b30da49fbbb0bb8e41b04ba8833
    Reviewed-on: https://code.wireshark.org/review/267
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 9e00e025982a2bddabe1f4c051786601a554fd3e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Feb 19 23:16:38 2014 +0100

    fix endless loop
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9786
    
    Change-Id: I336f2bcc14596d64ad2e3f3e8140269996e077f5
    Reviewed-on: https://code.wireshark.org/review/260
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 2bb54d5e202e9d2837a601ee12e847c45dd903f9
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 19 15:51:23 2014 -0500

    Create/Use some extended value strings.
    
    Change-Id: I750d04a25a4f7d600e4156aaac4a4580a1f7a345
    Reviewed-on: https://code.wireshark.org/review/259
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 5a775b12c90a6ac051baebac7f2d47a28f6b770d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 19 15:48:56 2014 -0500

    Fix incorrect definition and use of a val64_string which caused a crash.
    
    Change-Id: Ib15ddef167c0e2af24938fc5bb68839eac65ca2c
    Reviewed-on: https://code.wireshark.org/review/258
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 0548a7d549d2203c7f1ed4d74e7bc5091a3f9d5a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Feb 19 12:57:54 2014 -0500

    Simplify/improve handling of FQDN field in various options; Fix some minor bugs.
    
    Details:
    - Use dhcpv6_domain() to handle dissection of certain FQDN fields:
      + OPTION_AFTR_NAME:           Don't use get_dns_name(); It allows "compression"
                                     which is not valid forthis field.
      + OPTION_CCCV6_IETF_PROV_SRV: Replace use of swap_field_length_with_char();
                                    Fix bug which caused invalid "expert" message.
      + OPTION_CCCV6_KRB_REALM:     Remove validation; replace use of swap_field_length_with_char().
    
    - Allow filtering for each different FQDN field (rather than using a generic "dhcpv6.domain"
       for the various FQDN fields).
    
    - Fix some bugs in the display of the dissection for NTP_SERVER_OPTION;
    - Add some "XXX ToDo" comments.
    - Add some comments as the to specific RFC for certain options;
    - Note that RFC 4075 is now "deprecated";
    - CL-SP-CANN-DHCP-Reg: version I10 is the latest as  Feb 2014.
    
    Change-Id: I82edafb8293b71037b84629406ce609f9a835f04
    Reviewed-on: https://code.wireshark.org/review/257
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 0d244eeb2828451ed66373ed8853eec74d2cbc86
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Feb 17 00:43:57 2014 -0500

    Remove code which dissects CableLabs options 17.2170.3 thru 17.2170.9
     inasmuch as these options don't exist per the spec.
    
     See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9690
          (especially comment #5).
    
    Change-Id: Iab757a71fe1865bbd0b97443512bf947f027dbe1
    Reviewed-on: https://code.wireshark.org/review/256
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit cfe488b814b963341299a73ac01b460c78ae8774
Author: Widok <kellingwido@aol.com>
Date:   Wed Feb 19 14:27:46 2014 +0100

    Bug 9721 - profinet write doesn't decode the Profidrive value Type correct
    removed win-setup.sh.bak
    Signed-off-by: Widok <kellingwido@aol.com>
    Change-Id: I4ec65ef10ca794cd5b43fa66502edd4533c356d1
    Reviewed-on: https://code.wireshark.org/review/198
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 622d259afc97c611000c90a827c795b01e56e742
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Feb 18 22:48:16 2014 +0100

    the gif version string is 7bit ASCII
    
    Change-Id: I1e827ad4d2cf64411c5a87f4710235dc4d6efc35
    Reviewed-on: https://code.wireshark.org/review/250
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>

commit 9fd19ddc09acf0885f907098f4b992ac36c81623
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 18 14:45:07 2014 +0100

    Fix indent (use tabs)
    
    Change-Id: I45f5e2ed64090947f1605db10eb6cee0e33782bf
    Reviewed-on: https://code.wireshark.org/review/248
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1115889c0b5882768d78ad82380067a4e5b2c0cb
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 18 09:03:50 2014 +0100

    Fix Branch condition evaluates to a garbage value found by Clang Analyzer
    
    Change-Id: I745f838a763e5cc89e1b9c0536ad3cb299b00786
    Reviewed-on: https://code.wireshark.org/review/245
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8a1cead94713f0c7c6e2f5cc58aa1d0f6c8f2a60
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 18 14:21:25 2014 +0100

    Fix typo in name of Radio Type 802.11b (in IEEE802.11 WTP Radio Information)
    
    Found by Massimo Vellucci
    
    Change-Id: Ibbe2d0a4d1e421e647028262baf0398d05905c8d
    Reviewed-on: https://code.wireshark.org/review/246
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit ff0468f6d3209b0a1bc271c99298b4a7d7d6e0cb
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 9 18:35:08 2014 +0100

    Add Logcat to Exported PDU
    
    Logcat can be exported from ADB over USB or ADB over TCP where can occur
    multiple Logcat PDUs in one frame.
    
    Change-Id: I290fa131e5600c62357e5be4e76096ea5c35364b
    Reviewed-on: https://code.wireshark.org/review/234
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4624d6d457b94ad7472df989fc172f7f4e3a360a
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 9 18:01:41 2014 +0100

    Android: Add support for Logcat dissector
    
    Supported is Binary Logcat/Logger, aka adb logcat -Bf /sdcard/log.logcat
    
    Change-Id: I883c6d746ec4fe67ef4ce15ca4227adce407fb76
    Reviewed-on: https://code.wireshark.org/review/232
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8c608e6e82ac40543f139c71f472fdb10f862045
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Feb 17 22:02:21 2014 -0500

    Remove $Id$ from the ASN.1 dissectors and regenerate them.
    
    Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954
    Reviewed-on: https://code.wireshark.org/review/244
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
    Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit ff52d8b70f5838db4fc5df2b43a1ca15235ff57d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 17 21:37:03 2014 +0100

    BGP : Update Capability Codes
    
    From IANA page: http://www.iana.org/assignments/capability-codes/capability-codes.xhtml
    Use decimal value (like iana page)
    Fix Dynamic Capability value...
    
    Change-Id: I9a6e672de840403943792b6ba4d913b186b1d09f
    Reviewed-on: https://code.wireshark.org/review/243
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4cea550c32e7295c07d142ccf766a0a7e6de1a9b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 19:13:29 2014 +0100

    <Ctrl>R to restart does not work [Wireshark Qt]
    
    From me : Add reload action
    
    Change-Id: Ic47e3ff1ae0c1cc0ae8c40e5019dea9906612f90
    Partial-Bug: 9003
    Reviewed-on: https://code.wireshark.org/review/238
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 3aaa131000231046f2a548fd290dca354eea5554
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 20:13:10 2014 +0100

    On 'You have unsaved packets' dialog, expected D or <Alt>D to use as accelerator to discard and S or <Alt>S of save [Wireshark Qt].
    
    From me : Add window title and fix missing text (Do you want to ....)
    
    Change-Id: I1448d7b85ad9490a92dac7e89d9fd2fdb51a145e
    Partial-Bug: 9003
    Reviewed-on: https://code.wireshark.org/review/239
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7447cd86e364a29ddef55671384c065accac6627
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 19:12:10 2014 +0100

    Menu cannot be reached using accelerators, for example <Alt-F> does not open File [Wireshark Qt].
    
    Change-Id: I8a67d435510d5604bb501872f264cce4ba23595d
    Partial-Bug: 9003
    Reviewed-on: https://code.wireshark.org/review/237
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5e27a39fc6ed65bca15461bb61c26bbb0a946f88
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 16 11:12:35 2014 +0100

    Add Bluetooth SBC Codec support in cmake
    
    SBC Codec can be optionally linked with Wireshark to provide
    ability to playing RTP/SBC stream by RTP Player.
    
    Change-Id: Iffbae16a741ffbfd0fb55a300064739d2c27c2e5
    Reviewed-on: https://code.wireshark.org/review/223
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 49abfc47cc4d015f2e2f368d8c92f9ab6ca4377e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 17 12:20:34 2014 +0100

    Display the number of unknown BGP Path Attribut (use val_to_str)
    
    Change-Id: I6aed8ee3a92cc08aebfef58372285bed5a62e8bd
    Reviewed-on: https://code.wireshark.org/review/240
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 0fd67829e57aabf5b1b497437ca8c47a1d447b04
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Feb 16 13:18:34 2014 -0500

    Add config.cache to .gitignore
    
    Change-Id: Ic1a5d06f9a0bea4ea10cd009000d5074541bec2a
    Reviewed-on: https://code.wireshark.org/review/236
    Reviewed-by: Bill Meier <wmeier@newsguy.com>
    Tested-by: Bill Meier <wmeier@newsguy.com>

commit 20384066ea310ee7b89793f1220343d5c4203ae0
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Feb 16 08:05:39 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-02-16]
    
    Change-Id: I94453e0ca00d8eaf6877d1b9c2a529431582f08d
    Reviewed-on: https://code.wireshark.org/review/229
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8c72070c335cb033da2db3ef2470d9352f4ea2f7
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Sun Feb 16 12:14:40 2014 +0100

    Bluetooth: AVDTP: Fix byte order
    
    AVDTP does not specify byte order of protocol, but define that at byte level
    (MSB/LSB). Moreover: Codec VendorId is in Little Endian and this patch fix that.
    
    Change-Id: I91d8e9321e9909cb07d92d3df348ab6e1e5b1e1b
    Reviewed-on: https://code.wireshark.org/review/222
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit fa02368c959ac7a296d3590b1882abfb8abe1d03
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 13:21:33 2014 +0100

    EDNS0 DO bit in Z field is decode incorrect
    
    Z field of edns0 in Additinal records is decoded to text description incorrectly (wrong bitmask)
    
    Found by  Jittinan Suwanrueangsri
    Closed-Bug: 9767
    
    Change-Id: I8171b211cce79cb096a0f354764992f5cb18617c
    Reviewed-on: https://code.wireshark.org/review/226
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 1995e424df1e2364e4c0b0ca5d1e6a3b08c94bc4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 12:41:02 2014 +0100

    Stack overflow after selecting data when filter is applied that has no results (Wireshark Qt)
    
    Fix
    0x00000000004a480e in PacketList::contextMenuEvent (this=0xbbb460, event=0x7fffffffd270)
        at ui/qt/packet_list.cpp:485
    485	            if (cap_file_->edt->pi.ipproto == IP_PROTO_SCTP)
    
    Closed-bug : 9769
    
    Change-Id: I1a657d7208a10c829b2dfe90abb168eff93cd268
    Reviewed-on: https://code.wireshark.org/review/224
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4ca528f5492f5ea695ffc556f683e19a0f62cf11
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Feb 16 09:05:19 2014 -0500

    Add explicit casts to fix OSX10.5 Buildbot
    
    Change-Id: I13fa3d6af3d0fddc367835fc05efdbe106b991e6
    Reviewed-on: https://code.wireshark.org/review/228
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4f7d3ea15fdbbf8002d364671989d87cdf1f0ff4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 14:41:07 2014 +0100

    Fix indent (use tabs) and add modelines info
    
    Change-Id: I2a25cc406a8c52b14ed5a0fb3cf906b1a8da5a18
    Reviewed-on: https://code.wireshark.org/review/227
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 6010481bb9f602073cf9192330f2155f02bfd8fe
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 16 12:50:44 2014 +0100

    Rx ACK packets are displayed with transposed Interface MTU and Max MTU fields
    
    Found by David Howells
    
    Change-Id: Ic86e44b528069be8e43c1262c68afedcd159de23
    Closed-bug: 9762
    Reviewed-on: https://code.wireshark.org/review/225
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit c0a0805dcc45d476d883e9b68b8bb662f70b06ba
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Feb 14 16:49:21 2014 -0500

    Remove emem tree code entirely, it is unused.
    
    Depends on I1cedc611c9b7888eb671cf858c6f7819d37afba9
    
    Change-Id: I5dda2f7c34eacb6f350473791df1d74ea4b4a749
    Reviewed-on: https://code.wireshark.org/review/220
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit f7d2163b83779d8f5ca02330966bb9adbdc55728
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Feb 14 16:44:08 2014 -0500

    Replace last use of emem trees with GHashTables
    
    Change-Id: I1cedc611c9b7888eb671cf858c6f7819d37afba9
    Reviewed-on: https://code.wireshark.org/review/219
    Reviewed-by: Michael Mann <mmann78@netscape.net>

commit b24339e22d51cd09c0509440b496480816d1b2e7
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Feb 14 14:10:49 2014 -0500

    Disable tfshark taps for now.
    
    Should fix build issue and none of the current taps are relevant to tfshark
    anyways.
    
    Change-Id: I29168e0b296cd64fe3783de63e1fdd2a472ee6d3
    Reviewed-on: https://code.wireshark.org/review/218
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7878878436c7e72478d04639d968052f00a6c14e
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Feb 14 11:16:27 2014 -0500

    Move lua struct license to top of file.
    
    It isn't picked up by licensecheck at bottom of file.
    
    Change-Id: Ifa8302f90dc44eacd3722efca2471101902457a0
    Reviewed-on: https://code.wireshark.org/review/217
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 627069c20c01cffcd81fa38d7f0c05e95e2f7061
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Wed Feb 12 16:04:18 2014 +0100

    openSAFETY: Reduce overload and display gap data
    
     Up until now, openSAFETY hooked into a heuristic filter for epl
     and dissected the whole package, handing back some epl header
     information by calling epl again. This was time-consuming and
     on a busy network led to an increase in dropped packages and
     memory usage, as well as unresponsivness.
    
     This patch only takes the payload data of epl frames, and
     therefore greatly reduces the dissection overhead of openSAFETY.
    
     On a second note, intergap data between safety frames is now
     being displayed as Data, but only if the option for doing so
     is specifically enabled in the openSAFETY preferences, as it
     changes the behaviour of the dissector output.
    
     Upd: Because of the gap handling, some frames where marked
     as being truncated, although they were not, or did not contain
     openSAFETY frames at all. In the course of the fix for this,
     the byte copying for the byte swap with MBTCP has been moved
     to only occur when needed, and is additionaly guarded.
    
     Upd2: Identation and comment fixes
    
     Upd3: Change memcpy to memdup and move find_dissector ( "data" )
     to proto_reg_handoff
    
    PLK: Store data dissector pointer
    
     Move the if-clause to proto_reg_handoff as documented
     in comment of Change-id: 191
    
    Change-Id: I3038ed465900a2b5e63b3a0967abd62a4c66f318
    Reviewed-on: https://code.wireshark.org/review/191
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5c1a348a8d8031b5c53a7a0b731138b74561abed
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 14 16:02:31 2014 +0100

    Make checkAPI Happy
    
    Change-Id: I885fb33685eb0ff06a1cf97e6cd671e6b6ee2eaa
    Reviewed-on: https://code.wireshark.org/review/215
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 353163cf971b9967db5debb000505ccabedc4a9d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Feb 12 22:33:09 2014 +0100

    Add new IEEE802.11 CAPWAP message type from RFC5416
    * Add WLAN
    * Assigned WTP BSSID
    * Delete Wlan
    
    From SmartCAPWAP Bug #9752
    
    Change-Id: I22fe8366e824a3ec3d3cd09887f0328141c30a69
    Reviewed-on: https://code.wireshark.org/review/214
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 45c5c6c7acb7f48915662f90dc320b65c95880d5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 14 12:50:39 2014 +0100

    Update list SSL Cipher suite : The Salsa20 Stream Cipher for Transport Layer Security
    
    http://tools.ietf.org/html/draft-josefsson-salsa20-tls
    
    Change-Id: I9a31dc0306f71cd57d9c6593ea1f0619398c65c0
    Reviewed-on: https://code.wireshark.org/review/212
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 225c524f1d3b9ad5a9376e021323bf6e69a14078
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 14 12:37:40 2014 +0100

    Update list SSL Cipher suite : ChaCha20Poly1305 for TLS
    
    http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305
    
    Used by Google Chrome and Google Web Server
    
    Change-Id: I615a821962b5d25190a11c30e2b7717f1d285289
    Reviewed-on: https://code.wireshark.org/review/211
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 3a4f762bfc90ea2ccd7c875de40cf9a3d471d787
Author: Owen Williams <williams.owen@gmail.com>
Date:   Thu Feb 13 21:25:17 2014 +0000

    New RTCP REMB dissector – Bug 9757
    
    Change-Id: I0f455f58bdec8dc3787da96a3bfc43ac41dc48f8
    Reviewed-on: https://code.wireshark.org/review/202
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d12011a5f9dce995b5c2c13c7622e214ed9b21e3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Feb 14 13:36:11 2014 +0100

    Fix build on Windows
    
    wslua_struct.c(431) : error C2220: warning treated as error - no 'object' file generated
    wslua_struct.c(431) : warning C4244: '=' : conversion from 'lua_Number' to 'size_t', possible loss of data
    
    Change-Id: Id8b7a77eb123232116223077175d243195c8d4fa
    Reviewed-on: https://code.wireshark.org/review/213
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit c4f1777a97415b8b7d76eda27dcd6f238501e5f3
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Feb 2 22:49:30 2014 -0500

    Adds support for Lua struct library so one can pack/unpack binary structures
    
    This is based on Roberto Ierusalimschy's struct library, along with additional
    options based on Flemming Madsen's patch to the lua-users mailing list, and
    some changes I made to support 64-bit integer packing/unpacking.  Details
    are in the top comments for wslua_struct.c.  This also includes a test script.
    
    Change-Id: Ifcd0116ba013d5c760927721c8d6e9f28965534b
    Reviewed-on: https://code.wireshark.org/review/98
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 7a503703ac0c4ce5bc00225d6cd61d83c1ff947e
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Feb 13 19:23:04 2014 -0500

    Add some asn1 files to .gitignore.
    
    (Now doing "make -C asn1" doesn't result in any untracked changes.)
    
    Change-Id: I2971407f8227ca6f409cfb60d842d58ff2780500
    Reviewed-on: https://code.wireshark.org/review/206
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 82e2865739d549a54199f0d22cdc2062347ed9ff
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Feb 13 19:17:27 2014 -0500

    Remove $Id$ and other Subversion leftovers from the tools.
    
    There are a few things in here which could still use attention.
    
    Don't regenerate anything now.
    
    Change-Id: I283c224d3523212144707fca3d6265916cb11792
    Reviewed-on: https://code.wireshark.org/review/205
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit b6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Feb 13 18:58:24 2014 -0500

    Remove $Id$ and other Subversion leftovers from the doc files.
    
    Change-Id: I28a376f7e0fd90971f65ae9c1105a3ec85221470
    Reviewed-on: https://code.wireshark.org/review/204
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>

commit d219887b44ff09010af3fa96302fe1eed87797c5
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Feb 13 17:39:19 2014 -0500

    Don't complain if files don't have $Id$ in them.
    
    $Id$ is pretty useless in git so don't enforce it in our source code.
    
    Change-Id: Ie8b1b9627aabbca72c9c1dd93a9a76901e6967eb
    Reviewed-on: https://code.wireshark.org/review/203
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 58fe488822ef7e59b1f7e85f04d4a19876c39769
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Feb 9 14:27:51 2014 -0500

    Lua: add ability for scripts loaded from command-line to be passed arguments
    
    This change adds the ability to pass on to lua scripts loaded from the
    command-line (tshark or wireshark) additional arguments supplied by the
    command-line.  This will help us in our testsuites, but also might be
    useful for user-created scripts.  The additional arguments are passed in
    using the '-X' eXtension switch.
    
    Change-Id: Ib94cdf1ffd194ca84692fee7816665e4ff95efbd
    Reviewed-on: https://code.wireshark.org/review/156
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 1eeb33a7b069311e62b7300b08eb9de5669e7e3f
Author: Matthieu Texier <matthieu@texier.tv>
Date:   Mon Feb 3 23:20:35 2014 +0100

    Redesign of BGP ext-com in a separate function, alignement with RFC and IANA, use of items instead of add_text
    
    Change-Id: I4af2ee8e760aa80eeb28f71e93f8948ef5b26eb5
    Reviewed-on: https://code.wireshark.org/review/95
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 7e94ee9942f9cd0541cfdf93cf055cd72d53b2d7
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Feb 13 16:02:13 2014 -0500

    Enable SCTP reassembly by default.
    
    This was suggested in:
    http://ask.wireshark.org/questions/29660/sctp-protocols-in-frame-problem
    
    Since desegmentation is enabled by default in TCP, it makes sense to me to do
    the same in SCTP as well.
    
    Change-Id: I3cb4c7900c600d21668d95003149f87b9a006f66
    Reviewed-on: https://code.wireshark.org/review/200
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 96583cdf3e45f86c8736fe72984999556e1a37be
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Wed Feb 12 15:14:56 2014 +0100

    Powerlink: New heuristic payload dissection
    
     Up until now, the heuristic dissector for epl allways passed the
     complete epl frame. Therefore a lot of information got passed,
     which was not needed, resulting in subdissectors to have to call
     the epl dissector again, if the epl data had to be dissected.
    
     This patch adds a second heuristic dissector (not breaking the
     way, the existing one is working), which only passes the payload
     of the epl frame to a sub-dissector, therefore reducing memory
     overhead and increasing dissection speed.
    
     Upd: Changes according to comments in patchset
    
    Change-Id: I2ef309310f421f24d96dd1c188e188ccfa5935cd
    Reviewed-on: https://code.wireshark.org/review/190
    Reviewed-by: Roland Knall <rknall@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 029859a7bfd5f11f8b9c2737ce457c196a127ee1
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Feb 13 13:04:31 2014 -0800

    Try to get rid of the big ugly revision history table border.
    
    Change-Id: Id9505660dd020285be63d2ba17cf34a46aa6084f
    Reviewed-on: https://code.wireshark.org/review/201
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 168f2419623e7e38dfba01add682b1b09fa69c98
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Feb 13 20:29:20 2014 +0100

    Expand gtpv2_srvcc_cause_vals with new values from TS 29.280 V11.5.0
    and fix up the msg names.
    
    Change-Id: If2cc51a99bc236e840fea274d32989a5fe96aa29
    Reviewed-on: https://code.wireshark.org/review/199
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit fd5e882fecc83498f0d91117d671999156572f7f
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Feb 12 17:30:41 2014 -0800

    About box: make sure we read AUTHORS-SHORT as UTF-8.
    
    Use the application monospace font for the "Authors" and "License"
    tabs similar to the GTK+ UI.
    
    Change-Id: Ibca481562d7a9957ce603441c1e98b564e5bf389
    Reviewed-on: https://code.wireshark.org/review/194
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit a83452c44fa747e9c8c18ffe298702d5b6980bde
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Feb 13 07:21:51 2014 +0100

    Add application/pidf-diff+xml
    
    Change-Id: I15e4fc59181d9d8fa8dd363cbe4219e21c82f4a9
    Reviewed-on: https://code.wireshark.org/review/197
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit 09f8b31a6e9f25dd7771c52d66c2d6ea578e63ad
Author: AndersBroman <a.broman@bredband.net>
Date:   Thu Feb 13 07:03:42 2014 +0100

    From Michael Lum
    Header dissection for EVRC-NW2K
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9691
    
    Change-Id: Id068aff15079a199e6ae91e2de65a957bd034ac4
    Reviewed-on: https://code.wireshark.org/review/196
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit a9dc8016e9d37663c3d09f1563f993182a979554
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Feb 12 08:32:27 2014 +0100

    Add message type from RFC5416 : Section 3 : IEEE 802.11 Specific CAPWAP Control Messages
    
    Issue found by Massimo Vellucci (SmartCAPWAP)
    
    Partial-Bug: 9752
    
    Change-Id: I6f61a3c8706572e9ea7935e8f00818e6aa9fef7a
    Reviewed-on: https://code.wireshark.org/review/193
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d958ea8b1c9307d2e94128b4d782a3d0661f25e1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Feb 12 08:16:37 2014 +0100

    Add support of SIP subprotocol for WebSocket
    
    RFC 7118: The WebSocket Protocol as a Transport for the Session Initiation Protocol (SIP)
    
    No yet support of auto-detect subprotocol (via Sec-WebSocket-Protocol)
    
    Change-Id: I16e8ddd37002b3982673bd4a4a7b15f6200a4d85
    Reviewed-on: https://code.wireshark.org/review/192
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 337b2f7e782d13e3aed8c846c30fa8afde69184c
Author: Yasuyuki Tanaka <yatch@isl.rdc.toshiba.co.jp>
Date:   Wed Feb 12 17:46:55 2014 +0900

    Add support for two AVPs newly defined in RFC 6786
    - Encryption-Encap AVP (AVP code 12)
    - Encryption-Algorithm AVP (AVP code 13)
    
    Change-Id: I9a4245b526bc59c2ffa228ce46c80ce3250ef0b6
    Reviewed-on: https://code.wireshark.org/review/189
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 6ebd55211b3097e05683dc65f6220cfc7285cdc4
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 11 20:56:50 2014 -0500

    Fix nmake build
    
    Change-Id: I5583e3c01aa40e07d153f57d72eff92766a755df
    Reviewed-on: https://code.wireshark.org/review/185
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 1bbe5cf5967eeffe13a99d94fda8330aca6b0a6c
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 11 20:45:31 2014 -0500

    Add correct license headers for reedsolomon code.
    
    I got in contact with the original author (thanks to Didier for digging up his
    current email address) and verified that we could license this under the GPLv2+.
    
    Licensecheck finally passes!
    
    Change-Id: I6660ef9a961626bbc4dad53e8bf767b5b9e0b3fa
    Reviewed-on: https://code.wireshark.org/review/183
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 10084c344c89fdadc915e47bcece84a2ac511dc5
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Fri Sep 14 15:08:17 2012 +0200

    RTP: Add support for SBC codec in RTP Player
    
    Add optional dependancy to libsbc to play Bluetooth SBC in
    A2DP payload. Also simplify RTP Player and extent codec interface.
    
    Change-Id: I52e1fce9c82e2885736354fe73c6c37168a4fda3
    Reviewed-on: https://code.wireshark.org/review/19
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit ab3348eeb412d45acd89ffb7d0b39189b36399ce
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 11 14:04:38 2014 -0800

    Comment out the .asciidoc → .xml rule for now.
    
    Change-Id: I174fdb875030e10cee641e936d3fa9a7e66a23b2
    Reviewed-on: https://code.wireshark.org/review/181
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 619dfeb1c6e83a14b9765e21e6c4bd7f97a92a64
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Feb 11 23:15:56 2014 +0100

    Update new protocols list
    
    Change-Id: I960f857d59230e88bf8042148e5c8cec86d81161
    Reviewed-on: https://code.wireshark.org/review/182
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 30b53c3331f7fea664c6185f3b50ed4b32f8f5dc
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 11 11:57:44 2014 -0800

    Try to fix dist. Change the .asciidoc.xml inference rule to a pattern
    rule specific to wsug_src similar to the nmake change in gedc06c1.
    
    Change-Id: I6d4bffc5391bd84a83fca8acb6a3688805e05de6
    Reviewed-on: https://code.wireshark.org/review/179
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 114d051aefbfbfada305ce94b5fca19875887595
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Feb 11 11:49:24 2014 -0800

    Fix crash when doing "tshark -2 -r file -w newfile".
    
    We were using cf->buf in some places and a local variable buf in others;
    consistenly use the local variable.
    
    Have a local variable for the struct wtap_pkthdr while we're at it; with
    some work we may be able to get rid of the struct wtap_pkthdr and the
    Buffer in the capture_file structure.
    
    Change-Id: I4762e22e11ef576be6bf9015450d1a270dd3d16b
    Reviewed-on: https://code.wireshark.org/review/178
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 648769497a15ffcb8ad42f19b2429b5764f64c38
Author: Gerald Combs <gerald@zing.org>
Date:   Tue Feb 11 11:45:30 2014 -0800

    Fix a Qt version comparison.
    
    Change-Id: I7df90d53a2d8f29042994bd0c2bc7bf4450fab10
    Reviewed-on: https://code.wireshark.org/review/177
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit edc06c17e7279bc88e7c8e8fcf94e53bd57c0246
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 11 10:54:17 2014 -0800

    Make sure the .asciidoc.xml inference rule only applies to the wsug_src
    directory. This keeps us from trying to clobber GPL_appendix.xml if
    GPL_appendix.asciidoc has a more recent timestamp.
    
    Change-Id: I37962c7a6c5357709a4dd269340c333673d44539
    Reviewed-on: https://code.wireshark.org/review/176
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit d49485e191b9203d1c52b7e62e06f1d768342b62
Author: David Ameiss <dameiss@29west.com>
Date:   Sat Feb 8 12:37:41 2014 +0100

    Statistics->Flow Graph in qtshark crashes with a segfault
    
    What appears to be happening is SequenceDiagram::draw() is iterating over the stored seq_analysis_item_t elements - but at the same time SequenceDialog::fillDiagram() is running - which destroys the old seq_analysis_info_t (which SequenceDiagram has stored a copy of and is referencing items in the list) then reloads it.
    
    I'll attach a patch to SequenceDialog::fillDiagram() which fixes the problem - essentially calling sequence_analysis_list_get() with a new seq_analysis_info_t, calling SequenceDialog::setData() with the new one, then destroying the current seq_analysis_info_t and replacing it with the new on
    
    Change-Id: I14f7b5dc64018ba5b81fe8d874a701e021401859
    Closed-bug:9506
    Reviewed-on: https://code.wireshark.org/review/175
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 5e3113e7c96c515d70288cdb5b44e0ebdc5b5711
Author: Gerald Combs <gerald@zing.org>
Date:   Sun Feb 9 11:01:49 2014 -0800

    Finish converting the Developer's Guide to AsciiDoc.
    
    Add developer-guide-docinfo.xml, which lets us carry over DocBook front
    matter. Remove the meta_info chapter. Most of its contents are now in
    developer-guide-docinfo.xml. Add a DocBook revision history based on
    hints from the Git/SVN/CVS revision history.
    
    Comment out or note makefile content that's no longer necessary for
    converting the Developer's Guide but will be useful for converting the
    User's Guide. Fix building the release notes with CMake. Other minor
    changes. Tested with Autotools, nmake, and CMake.
    
    Change-Id: Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a
    Reviewed-on: https://code.wireshark.org/review/155
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit bed30b8a94b645361a00d70ee2db0ec184cae103
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Feb 11 08:56:15 2014 -0800

    Fix the host entry.
    
    Change-Id: Ia76b5585c38eebdec6c275c6e1aadabb3862cf2b
    Reviewed-on: https://code.wireshark.org/review/172
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit dd64517edaf6f945a02ccc57e3dbfb9efdbf2cd0
Author: Peter Lemenkov <lemenkov@gmail.com>
Date:   Sat Dec 21 00:31:40 2013 +0400

    Add expert info about skipped notify IP address
    
    - Add expert info about skipped notify IP address
    - Add a couple of comments (cosmetic)
    
    Change-Id: I6caa904cf16b304724c5da1933531cf865daf619
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/171
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 0e120c16dfc76f86d62589cd207759ac8f25b437
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:30:27 2014 +0100

    Fix warnings in packet-parlay.c
    
    packet-parlay.c:53643:9: warning: passing argument 2 of 'get_CDR_wchar' from incompatible pointer type [enabled by default]
    
    packet-parlay.c:53667:9: warning: passing argument 2 of 'get_CDR_wstring' from incompatible pointer type [enabled by default]
    
    Change-Id: I027809139e74b563e759f28e2e141951166e53d0
    Reviewed-on: https://code.wireshark.org/review/170
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit 0e3081a56b49b6cdaf5c99bb908d3579a872489c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:10:24 2014 +0100

    Fix indent (Use 4 spaces and modelines info)
    
    Change-Id: I1cae6fd52f84a4d2f101357adddfda010da847e0
    Reviewed-on: https://code.wireshark.org/review/168
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 38b7e2e3913ac469858b7bdfd99fefa9a404b3c3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:10:54 2014 +0100

    Fix indent (Use 4 spaces and modelines info)
    
    Change-Id: I833b6f33a66ab911fd0c5f5ce4e35f590918f85f
    Reviewed-on: https://code.wireshark.org/review/167
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 667bc7f3dfbda48d352b9a148229f69c2300f4d2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:11:57 2014 +0100

    Fix indent (use 4 spaces and modelines info)
    
    Change-Id: Ib5c57a8302ca065233dd7d827605f8dc333d220c
    Reviewed-on: https://code.wireshark.org/review/166
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9a6e032ee2868f0bfcf6ce5d352f48739dbdbfe5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:11:37 2014 +0100

    Fix indent (use 4 spaces and modelines info)
    
    Change-Id: Iace874e7ccb5a3b8d0429f4627e6137abe8fbf21
    Reviewed-on: https://code.wireshark.org/review/169
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 80e807fef799301f5e3175b1ce1a162070144479
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Feb 10 23:11:11 2014 +0100

    Fix indent (Use 4 spaces and modelines info)
    
    Change-Id: If816b474634dd72ad75931e8803ba1bdfb6b1143
    Reviewed-on: https://code.wireshark.org/review/165
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 48d421ec9987409df46379e7ae0cf6c081491769
Author: David Tapuska <dave@tapuska.com>
Date:   Mon Feb 10 15:33:59 2014 -0500

    Enable DTLS "Decrypting" of all the NULL cipher suites. Previously
    it only did the RSA MD5/SHA1 ones.
    
    Change-Id: I7b16c7245dd1646f68479095540a8bef191d5fb2
    Reviewed-on: https://code.wireshark.org/review/160
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2a5618b5d1c8df3b50310dcdfeadd9a2d7ae5fb3
Author: Gerald Combs <gerald@zing.org>
Date:   Mon Feb 10 11:56:53 2014 -0800

    Qt 5.2.1 for Mac has QtMacExtras but not QMacNativeToolBar.
    
    Change-Id: I55e68a7fd84d36b50e6084cd82b51df7c91c6476
    Reviewed-on: https://code.wireshark.org/review/159
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit 129bc4c8de7d11ba7c77e99795cbbc66bf79e6f9
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Feb 10 20:59:33 2014 +0100

    VP8 RTP: fix Windows build failure
    
    Fix Windows build errors:
    packet-vp8.c(179) : error C2220: warning treated as error - no 'object' file generated
    packet-vp8.c(179) : warning C4101: 'vp8_payload_tree' : unreferenced local variable
    packet-vp8.c(291) : warning C4101: 'ti' : unreferenced local variable
    packet-vp8.c(599) : warning C4101: 'vp8_name_handle' : unreferenced local variable
    While we are at it, remove useless _U_ modifiers and NULL assignments.
    
    Change-Id: I3d28de7f27a8019cc5424dafc4264107742d7c86
    Reviewed-on: https://code.wireshark.org/review/158
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 3d9547a83542e390e347d821431fa2d01a9ece85
Author: Peter Lemenkov <lemenkov@gmail.com>
Date:   Fri Dec 13 22:10:21 2013 +0400

    Use IP types instead of plain strings where possible
    
    Change-Id: Ia4a78e1ef3a7c45761cc271ecc17e7868b8456d9
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://code.wireshark.org/review/157
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 5eb4b6218cd20b0f1a97eba7ce9f38146fb894ac
Author: Owen Williams <williams.owen@gmail.com>
Date:   Wed Feb 5 23:40:07 2014 +0000

    VP8 RTP dissector
    
    Change-Id: Ic21d13bf8ca77ff37c2d2d229c4e8c9d8f053677
    Reviewed-on: https://code.wireshark.org/review/124
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f5a1786ea1cc96f3230c05a7f93b6242373f5ab9
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 6 03:14:11 2014 -0500

    Add test suite for Lua dissector-related functions
    
    This isn't super-fancy, but it runs a simple protocol dissector and verifies the tshark output
    matches what it expects.  Things like Proto, ProtoField, Field, Tvb, TvbRange, etc., are used
    in an example dissector script - it dissects DNS... partially.  Enough to make sure things
    aren't fundamentally broken.  This provides something to add on top of later as well.
    
    Change-Id: Icf3c8e9534944bcf4c4f6150f02a9a43f999cd75
    Reviewed-on: https://code.wireshark.org/review/126
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit fe0ed97e354f60ad995096cdccc45da2185f8a41
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Feb 9 08:05:27 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-02-09]
    
    Change-Id: I8ca5845c85a086cd88af5b95bb9fee09e9b05850
    Reviewed-on: https://code.wireshark.org/review/151
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 4e8832bb0a59aa40b85bac72a54ba00784e4229d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Feb 9 02:49:44 2014 -0500

    Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'
    
    OK, in all fairness this does a bit more than just fix that bug. It also
    adds a 'Int64()' and 'UInt64()' __call metamethods. I generally dislike
    using __call metamethods, because they're often unintuitive (for example
    the wireshark Field and FielInfo use this in a bizarre fashion).  But this
    happens to be a perfect use for it, and very natural, imho.  Another change
    is to make the metatables of classes visible to scripts. There was never
    really a good reason not to make them visible, and they have to be visible
    to do things like use __call on a plain table... not to mention I need them
    to be visible to run test scripts verifying evrything is kosher.
    
    I also updated the test suite to test for the div/mod by zero.
    
    Change-Id: Ia4c594c8f59d4e799090716bd032ba2815df032f
    Reviewed-on: https://code.wireshark.org/review/149
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 0353c9a8e357f688cd8d9523ab10a95c7bc8473d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 6 14:32:59 2014 -0500

    Fix Bug 6489 to stop compiler warning on gcrypt deprecated delcarations
    
    The libgcrypt library has several deprecated functions exported, that we don't use.
    Unfortunately the GCC compiler warns about these deprecated functions regardless,
    which is quite annoying.  This commit makes clang/gcc ignore the deprecated attribute,
    for gcrypt.h only.  The danger with this is if gcrypt ever deprecates a function
    we actually *use*, then we won't see the warning.  So I'm not sure if it's a good or
    bad idea to do this change, but it's really annoying to see the warnings and makes
    finding real warnings difficult.
    
    Change-Id: I03e80a6e7e4833ce0f709088c9ab4af98193db3d
    Reviewed-on: https://code.wireshark.org/review/128
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 3fd9a5e6136b4ada0904b632b6ea4082f6401ed4
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Feb 8 09:29:10 2014 -0500

    Licensecheck improvements, just two errors left.
    
    Spawned from https://www.wireshark.org/lists/wireshark-dev/201402/msg00024.html
    
    Add some ignore rules for files that can't/shouldn't include a license header.
    
    Reorganize some ignore rules to group rules with similar motivations.
    
    Add a header to autogen.sh and attribute it to just "The Wireshark Authors"
    since while Gilbert wrote the original version it's gone through so many changes
    over the years that sorting out proper authorship is unnecessarily complex.
    
    Add headers to Graeme Hewson's two files as verified by private email, and
    update his address in the AUTHORS file per his request.
    
    Add header to one of Ulf Lamping's files, as verified by private email.
    
    Only remaining problem is the reedsolomon code.
    
    Change-Id: Ifb7de8c4b4d79012553e29d459a0145d39f51df5
    Reviewed-on: https://code.wireshark.org/review/145
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 183e0385ea00a30e487e779988be7c245a4662f3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Feb 8 15:46:59 2014 +0100

    Fix typo about encoding in MIP6 dissector...
    
    Change-Id: Id0b50ddacf2e3cae008590456316586d262e6029
    Reviewed-on: https://code.wireshark.org/review/146
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f2f94d918fc3ea9cce99b3a0eb631bbdc5ef9968
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Feb 8 15:28:53 2014 +0100

    Fix some typo in MIP6 dissector
    Fix indent (use 4 spaces)
    Add modelines info
    Fix warning found by fix encoding args tools
    
    Change-Id: I4de8e3c0729c550eeceddd8e1a67fb6aa063844a
    Reviewed-on: https://code.wireshark.org/review/144
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f5554155a1acef955df56fc5da656a5d6496c59d
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Feb 7 23:36:31 2014 -0500

    Fix bug 9733 ' Lua: wtap_filetypes.TSPREC_ variable names are missing from the Lua global table'
    
    The fix for bug 9712, which involved changing the make-init-lua.pl perl script
    to handle the new C-code define names for filetypes in release 1.11,
    unfortunately also stopped matching against the timestamp define names.
    
    Arguably the timestamp ones should never have been matched to begin with, at
    least not by the same regex function, because they're not "filetypes".  But
    they've been matched and exported into the Lua table forever, so we'll break
    backward-compat if we don't keep doing it. Ugh.
    
    The good news is I caught this bug using a new test script I wrote which
    verifies previous release's Lua stuff didn't disappear.  I'll submit that
    separately when I get a chance to clean it up, hopefully next week.
    
    Change-Id: Ibf1d1da0dc4ed62cc1bacf345742dccf8ec40e30
    Reviewed-on: https://code.wireshark.org/review/143
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9a26416e3ecdd37c1cb54973ed4ee4e0f1ad0b7f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 6 13:46:41 2014 -0800

    Have macros to handle the range check and byte swapping.
    
    Combine the check for whether the field is within the packet data and
    the swapping of the field into macros that do both, and use them.
    
    Change-Id: I1db4c5fd76172edd44abc9fb111d79a2537c6c9d
    Reviewed-on: https://code.wireshark.org/review/130
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 991bd3d7e10966e429bebd71bd7433f61e320482
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Feb 7 14:23:41 2014 -0500

    Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua'
    
    A recent fix (made by me) for bug 9707, in Change-Id:
    If4ee1906aa60dd37366cf2ef9bc4168e0ea024b6, made the perl regex grab too much
    of the menu name.  It changed MENU_STAT_CONVERSATION, MENU_STAT_RESPONSE, and
    MENU_ANALYZE_CONVERSATION's key names into their longer C-code names.  Ugh.
    
    The fix for this is a bit brittle, but I think it's impractical to avoid it
    being brittle, due to needing to support legacy Lua scripts.  I put comments
    in stat_menu.h to warn of the danger.
    
    Change-Id: I41408e9d4f5b5bd73e2871fccabff81c7cbd242d
    Reviewed-on: https://code.wireshark.org/review/140
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 8d7b6001bb62c823b814b91ee858ff1ee48bad99
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Feb 7 16:46:05 2014 -0800

    "origin" appears to be a safer bet than "@{upstream}".
    
    Change-Id: Icd00c62d9b908771bf2b73b8e5b49d519570ff8b
    Reviewed-on: https://code.wireshark.org/review/142
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit f966980937abd4899a9c43329041bb00798ab18e
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Feb 7 11:14:52 2014 -0800

    Replace "svn" with "git" all over the place.
    
    Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate.
    Rename "svnversion.h" to "version.h" as Evan suggested. Update some
    URLs. In make-version.pl, make sure we don't set an improper upstream
    branch name. Use the number of commits + short hash from `git describe`
    for package names by default.
    
    Change-Id: I922bba8d83eabdf49284a119f55b4076bc469b96
    Reviewed-on: https://code.wireshark.org/review/139
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit 217f9fd0d9f2d6a9084da3fc945cce001414eea3
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Thu Feb 6 01:33:12 2014 -0500

    Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but was supposed to be'
    
    Similar to bug 9725 and ProtoField.new(), the way the VALUESTRING argument is being checked
    in the code for ProtoField.bool() ends up making it non-optional.  This patch fixes that,
    along with some minor API documentation fixes (text).
    
    Change-Id: Iadb9a8ace9c5514fc623d882301fe16b637fe4ce
    Reviewed-on: https://code.wireshark.org/review/125
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 373bf9bd86a5522f0beadbbadc5e07047dc64c65
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Feb 7 16:35:33 2014 +0100

    Parse SIP sec-mechanism
    
    From Anders Broman: parse security mechanism as specified in RFC 3329
    
    Change-Id: I37300aa45740a11679149550943b3a1614ac8423
    Reviewed-on: https://code.wireshark.org/review/138
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit 04959a0c057d8d828d660392ff880699464f8634
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Feb 7 12:40:09 2014 +0100

    Register SSH dissector by name
    
    Change-Id: Ia9ad45ce9196486129897cd616707d622778e9dd
    Reviewed-on: https://code.wireshark.org/review/137
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit a7b15672477df3e87385fbef60dc72952925310e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Feb 6 18:46:05 2014 -0800

    Qt 5.2.1 - now with added native OS X toolbar!
    
    To quote
    
    	https://qt.gitorious.org/qt/qtbase/source/62feb088a30045e7fbd2a3074c64d18035b84a97:dist/changes-5.2.1
    
    "****************************************************************************
    *                      Platform Specific Changes
    *
    ****************************************************************************
    
    	...
    
    OS X
    ----
    
     - [QTBUG-34411] Implemented QMainWindow::setUnifiedTitleAndToolBarOnMac."
    
    Also get rid of a commented-out setting of QT_VERSION to 5.1.1 while
    we're at it.
    
    Change-Id: I957fdfecb70954723cfd3160f40758f722dc56c8
    Reviewed-on: https://code.wireshark.org/review/136
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit ff858332356a365f028407b895bf2e86c737daa6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Feb 6 17:58:43 2014 -0500

    Fix Bug #9690: DHCPv6 Packet dissector incorrectly handling FQDN in option 17.2171.6
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9690
    
    Change-Id: I606bb73f4a226cbf1eb56cc0a27b926b97a453a0
    Reviewed-on: https://code.wireshark.org/review/131
    Reviewed-by: Bill Meier <wmeier@newsguy.com>

commit 02b5bf9718d60a2c015956416d670dbfdfdacb5f
Author: Gregor Jasny <gjasny@googlemail.com>
Date:   Thu Feb 6 20:47:02 2014 +0100

    Extend RTMPT video types table
    
    Change-Id: Ic97edfa64bb2d69b97295564e2f11cd07a0fe54c
    Reviewed-on: https://code.wireshark.org/review/129
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 63479adf638710b6fd272be5b4b0df23bda2daac
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Feb 5 00:33:45 2014 -0800

    Make some routines take a struct wtap_pkthdr * as an argument.
    
    For some routines that take multiple arguments that come from a struct
    wtap_pkthdr, pass a pointer to the struct wtap_pkthdr in question,
    rather than the separate arguments.  Do this even if we're passing
    expressions that were earlier assigned to the struct wtap_pkthdr fields
    in question.  This simplifies the calling sequences and ensures that the
    right values are picked up by the called routine; in at least one case
    we were *not* passing the right values (the code to handle Simple Packet
    Blocks in pcap-ng files).
    
    Also, call the byte-swapping routines for pseudo-header fields only if
    we need to do byte-swapping.
    
    Change-Id: I3a8badfcfeb0237dfc1d1014185a67f18c0f2ebe
    Reviewed-on: https://code.wireshark.org/review/119
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Guy Harris <guy@alum.mit.edu>

commit 1dc06a2681495b3bb2c75fc871f156f06b973260
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Feb 6 09:16:33 2014 -0800

    Convert the user interface chapter to AsciiDoc.
    
    Start mentioning Qt. Update and add HIG links.
    
    Change-Id: Iac984045b03a96862981d58ff63c9ee6bcdbbce8
    Reviewed-on: https://code.wireshark.org/review/127
    Tested-by: Wireshark Buildbot <buildbot-no-reply@wireshark.org>
    Reviewed-by: Gerald Combs <gerald@wireshark.org>

commit b1bea543d9e9b333f36464bd374f14f9b3c95260
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Feb 4 22:24:56 2014 +0100

    Introduce end-of-line normalization
    
    Change-Id: Ie6991af2432b193fbdc23bbbd335f83c091f14e8
    Reviewed-on: https://code.wireshark.org/review/114
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 60ea64531f7deed90deda37ec6cf6fcf8eebcf57
Author: didier <dgautheron@magic.fr>
Date:   Wed Feb 5 17:21:55 2014 +0100

    use the right src dir in git command for svnversion.h
    
    make-version.pl wasn't using the right source dir for git commands when not compiling from inside source tree.
    add --git-dir=$srcdir/.git parameter.
    
    Change-Id: I45ca4874d96abaed1c559c022d0ace66239652c8
    Reviewed-on: https://code.wireshark.org/review/122
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 32e4d901fcd3125c4646d8f3d3003e1f53a98b11
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Feb 5 15:14:04 2014 -0500

    Two fixes for license headers
    
    - packet-bencode.c had the wrong FSF address
    - wslua_int64.c had the license as a footer instead of a header
    
    Change-Id: I71204b36a1034af72874d6fe87929c31c9ff03df
    Reviewed-on: https://code.wireshark.org/review/123
    Reviewed-by: Guy Harris <guy@alum.mit.edu>
    Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 5236d89e2627946fc9a2044d98574b3c54c3d0d6
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Feb 5 14:29:57 2014 +0100

    Dissector assert in packet-nbap.c. num_items isn't reset before calling a sequence filling the array.
    
    Closed-bug #9726
    
    Change-Id: Ie4bc538b0788eb32895c9eedf8e0277c6d9ed1b2
    Reviewed-on: https://code.wireshark.org/review/120
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Anders Broman <a.broman58@gmail.com>
    Tested-by: Anders Broman <a.broman58@gmail.com>

commit 2c3f02231493b45022adc6b43cd680474486e80e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Feb 5 09:23:39 2014 +0100

    Add Aruba Intant AP dissector
    
    There is no public spec, based only on analyze of packet
    It is more easy to found the address IP of Intant AP
    
    Change-Id: I3baf205c5e4ad699b954f4a9fbf4b9e65f82cb36
    Reviewed-on: https://code.wireshark.org/review/121
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 2466a7c6f1ef4db54c903432795fead5e106308f
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Feb 5 01:23:25 2014 -0500

    Fix Bug 9725 'Lua: ProtoField.new() is buggy'
    
    Using ProtoField.new() is dicey.  Many of the optional arguments don't properly check the lua stack - they call lua_isnil() for their index number, instead of lua_gettop() to see the stack size.  lua_isnil() may return false in such cases.
    
    Change-Id: I83ca1e5fc34e71ec35899adbedabcee69571b9fe
    Reviewed-on: https://code.wireshark.org/review/118
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit c391d740fd92440ea515433f00889ec2b0e25960
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 4 18:26:07 2014 -0500

    Fix wslua docs script to handle module names with digits, like Int64/UInt64
    
    The fix in commit 28e028ddd5579c3d405b21523cdc2773c798e32f missed the module
    name, which was only grabbing alphabetic characters not numbers. This fixes
    that oversight.
    
    Change-Id: I65a87279024a81b33a8deb83b7a3573ea6eaf139
    Reviewed-on: https://code.wireshark.org/review/117
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 9eaa61109e034327e1923476595a62fe4da22faa
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Tue Feb 4 00:45:45 2014 -0500

    Fix bug 9720 'Lua: bitop library is missing in Lua 5.2'
    
    In Lua 5.2 the bitop library is missing - it's not getting loaded into
    the lua global table as "bit", or anything else for that matter.  Lua
    5.2 has its own bit-operations library ("bit32") which is there, but
    that one's not as good as bitop and would break back/forward
    compatibility for lua scripts anyway.
    
    Change-Id: I94b7d45bbeb2f637d1c76b0b5c9d8472eebfcaea
    Reviewed-on: https://code.wireshark.org/review/100
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 953c3ef517231994b5228c1fddb7c62202579d02
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Feb 4 10:28:06 2014 -0500

    Fix dissection of GTP MM Context RAND field.
    
    As suggested by Lükő Bálint to fix bug #9722.
    
    Change-Id: I177f7632a0936f105b1acff5e7c20bcce2328957
    Reviewed-on: https://code.wireshark.org/review/109
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 53404776be11d66574c4849ddfb7dd10f63f8854
Author: Jelmer Vernooij <jelmer@samba.org>
Date:   Mon Feb 3 00:36:50 2014 +0000

    Split out bencode dissector and use it in the bzr dissector.
    
    Change-Id: I5b2ef173faf7670fad64298d67f2aaf055b8d6d8
    Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
    Reviewed-on: https://code.wireshark.org/review/82
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 19873060150648c91fcc19b099f332f7d9f119e3
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Thu Jan 30 08:44:35 2014 +0100

    Bluetooth: btle: Make RxAdd field reserved in some cases
    
    Specification: "If the TxAdd or RxAdd fields are not
    defined as used in a given PDU then they shall be considered
    Reserved for Future Use."
    
    Change-Id: I767c0df0366afe789624046cda2d49c9875ffe60
    Reviewed-on: https://code.wireshark.org/review/103
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 4ba8609d10a7fea83c681c59212824594b1a2a4d
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Tue Feb 4 11:15:46 2014 +0100

    Bluetooth: AVDTP: Fix offset in case with Error Code
    
    Change-Id: I6e97781bfd1775dcc13c4488af11d615ef6594fb
    Reviewed-on: https://code.wireshark.org/review/102
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 5fd025e8d33ece1dfb1f436f15e0f3be4ca0c935
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 4 13:51:26 2014 +0100

    Fix indent (Remove tabs and use 4 spaces)
    
    Change-Id: Ide617723ffbe0c813f08b44804cd4ca52884a875
    Reviewed-on: https://code.wireshark.org/review/107
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 9f96c730d87f9d5621d5c9e96c2676a87937c02a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Feb 4 13:51:41 2014 +0100

    Fix indent (Remove tabs and use 4 spaces)
    
    Change-Id: Ide85336be3dca4059619bb91707bfc49e25af63d
    Reviewed-on: https://code.wireshark.org/review/108
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 6d0f3d894d1fb0ec99a25c2b3dac18a469ade670
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 31 15:45:51 2014 +0100

    Fix indent (Use tabs)
    
    Change-Id: I5c16950394915091a1dfb76e480ae7f2cba53e3f
    Reviewed-on: https://code.wireshark.org/review/106
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit e07e697e4de91547223a497e17a3aec9ade7e2b1
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Fri Jan 10 12:51:19 2014 +0100

    USB: Fix Linux header byte-order
    
    Linux USB Header should be in Host Endian.
    Also add ENC_HOST_ENDIAN to simplify code.
    
    Change-Id: I95e7d97014633e8fc1d7739d0728780d70c60442
    Reviewed-on: https://code.wireshark.org/review/15
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 4e7e5a63c3667422f93ee4b6ebb49ef5b7b51a82
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Feb 3 12:19:58 2014 +0100

    asn2wrs: Rewrite relative paths in header.
    
    Change both absolute paths and relative paths generated outside
    source directory to paths relative to asn1/<proto> subdir.
    
    Change-Id: I867d3a31c687b08347b11336ce69fc70db2d7c7b
    Reviewed-on: https://code.wireshark.org/review/88
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 28e028ddd5579c3d405b21523cdc2773c798e32f
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Mon Feb 3 23:14:47 2014 -0500

    Fix wslua docs script to handle class names with digits, like Int64/UInt64
    
    Change-Id: I555e4401828680cc8d6516b11af21d2ae5c0144d
    Reviewed-on: https://code.wireshark.org/review/99
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 1cd78285270dace76023d8a7e0d5694ce964f0b4
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Feb 3 19:56:49 2014 -0500

    Various fixes to the Lua int64 code
    
    - add casts to pacify certain buildbots
    - skip test if lua isn't available
    
    Change-Id: I614c05dca40cb848c87b361e4b3d3c4e94aafb9e
    Reviewed-on: https://code.wireshark.org/review/97
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 2e7f771a182df815e8c3d38986a1df0c77d7e4aa
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Sun Feb 2 22:49:30 2014 -0500

    Adds support for Lua Int64 and UInt64 operators, functions, and general
    usefulness, working around bug #9162 until Lua 5.3 is released.
    
    The existing Int64 and UInt64 classes provide virtually no
    usefullness, other than for creating a string of their value.  While
    one could then write Lua code to convert the string to Lua numbers and
    such, ultimately Lua has no native 64-bit integer support, making such
    a task difficult to handle in Lua.  This change adds a host of
    functions and operators to the existing Int64 (gint64) and UInt64
    (guint64) classes, to enable true 64-bit integer support on par with
    native Lua numbers.
    
    A test script is also provided, which tests the functions/operators.
    
    Change-Id: I4c5f8f5219b9a88198902283bd32ddf24c346bbe
    Reviewed-on: https://code.wireshark.org/review/83
    Tested-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit caed2818c94312d5df5d66fa20c6bba28fd49499
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Feb 3 15:05:32 2014 -0800

    Don't use newer shell features, as we now just use /bin/sh.
    
    /bin/sh in Solaris 10, for example, doesn't understand "${OS#Windows}",
    so using /bin/sh broke the Solaris build on the buildbot.  Use a case
    statement instead.
    
    Change-Id: Icdec74599c339e19ef6ffc7728f4ae2d5cf98999
    Reviewed-on: https://code.wireshark.org/review/96
    Reviewed-by: Guy Harris <guy@alum.mit.edu>
    Tested-by: Guy Harris <guy@alum.mit.edu>

commit 8f547d74dc0948cdfb60997e8a6268ecc747c050
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Feb 3 23:11:14 2014 +0100

    Upgrade RRC dissector to v11.8.0
    
    Change-Id: If43fc7ec8b5f997e573a9d84fda03f2ca2bf6dc7
    Reviewed-on: https://code.wireshark.org/review/94
    Tested-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>

commit 4dd6451a913cf58dc26fd8b3b373af7e08f22dbd
Author: Gerald Combs <gerald@zing.org>
Date:   Mon Feb 3 10:28:37 2014 -0800

    Convert the dissection chapter to AsciiDoc.
    
    Change-Id: Ieccd2ad235576b9ec6013ddb23a8373ccf2f8cdf
    Reviewed-on: https://code.wireshark.org/review/92
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit 538525918aa6a2e140acc63dbf14f3ac7797db45
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Feb 3 08:39:46 2014 -0500

    Don't pass tvb_get_ptr to proto_tree_add_string
    
    If the string doesn't end with a null-terminator in the given length it causes a
    read-overflow. Should fix bug #9717.
    
    Change-Id: I44647ef8ecb856e07d1175777ed603736ec63553
    Reviewed-on: https://code.wireshark.org/review/90
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit f62450ff9362058adeabb7fafc91ca69f09b1ede
Author: Peter Hatina <phatina@redhat.com>
Date:   Mon Feb 3 10:51:07 2014 +0100

    allow tshark reading from pipes
    
    Change-Id: If20a14b949667911df44f09c6a705b7645d4c49e
    Reviewed-on: https://code.wireshark.org/review/85
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 6d2f865b3513948ca4ab3f76fa4bf1a7f8f07f5a
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Feb 3 08:13:36 2014 -0500

    Add a cast to fix g4cc694839d.
    
    Apparently very recent gcc versions *do* complain about the cast from gint to
    enum, despite the comment to the contrary.
    
    Change-Id: I422df9950f1c7c46ca8ea37a0e3abd7aa8fc1c7d
    Reviewed-on: https://code.wireshark.org/review/89
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit c93ddddb6efe78369fae1d3552989db14b8130aa
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 15:14:19 2013 +0100

    Fix (-W)documentation found by Clang
    
    Convert comment to doxygen type
    
    Change-Id: Ib7adc2ece99dc4baa8ec3a349896dfa89277e00b
    Reviewed-on: https://code.wireshark.org/review/84
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit f9dbf32c97c97bba2b12803b581747a464cea8c5
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Feb 3 12:16:50 2014 +0100

    Fix one -fstrict-alias warning missed in g4cc69483
    
    Change-Id: I99aa593c188ca77dd20dba8e4305cc9ffdf50416
    Reviewed-on: https://code.wireshark.org/review/87
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 3ba10a7051e3fc6db0defaf769967439f93fe3ac
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Feb 3 11:02:43 2014 +0100

    Apply g4cc69483 to asn1 templates.
    
    Change-Id: Id44ef17e7293be5d713c5e9e5d55b25194b46016
    Reviewed-on: https://code.wireshark.org/review/86
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit 4cc694839d45d767f4880988da3b88389774b5db
Author: Gilbert Ramirez <gram@alumni.rice.edu>
Date:   Thu Jan 30 09:43:52 2014 -0800

    Fix all -fstrict-alias warnings found by gcc 4.1.2
    
    The majority of the fixes are for calls to uat_new(). Instead of
    having each caller cast its private data to (void**), we use void*
    in the uat_new() API itself. Inside uat_new(), we cast the void*
    to void**.
    
    Some dissectors use val64_string arrays, so a VALS64() macro was
    added for those, to avoid using VALS(), which is useful only for
    value_string arrays.
    
    packet-mq.c was changed because dissect_nt_sid() requires
    a char**, not a guint**. All other callers of dissect_nt_sid() use
    char*'s (and take the address of it) for their local storage. So,
    this was changed to follow the other practices.
    
    A confusion between gint and absolute_time_display_e in packet-time.c
    was cleared up.
    
    The ugliest fix is the addition of ip6_guint8_to_str(), for exactly
    one caller. The caller uses one type of ip6 address byte array,
    while ip6_to_str() expects another. This new function is in place
    until the various address implementations can be consolidated.
    
    Add VALS64() to the developer documentation.
    
    Change-Id: If93ff5c6c8c7cc3c9510d7fb78fa9108e4552805
    Reviewed-on: https://code.wireshark.org/review/48
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 479d27c69e46add652acbdd321fd3f88cfb50900
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Feb 2 21:18:17 2014 +0100

    QUIC dissector : Update from last Design Document and Specification (12/2/2013)
    
    Changed “GUID” to “CID” (Connection Identifier), as the original term carried common meaning and baggage that was not intended
    
    Change-Id: I04986331aee33be237dab6963c0ff39accf507cd
    Reviewed-on: https://code.wireshark.org/review/81
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 4982d95f2bd02c9a054f102a6fccaeaa7b1e8de9
Author: Ville Skyttä <ville.skytta@iki.fi>
Date:   Mon Dec 23 10:32:23 2013 +0200

    Install SVG icon.
    
    Closes-Bug: #9590
    
    Change-Id: I20b29ccc4237434c4a3d11615fc2cad832c3c685
    Reviewed-on: https://code.wireshark.org/review/80
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit d252d911a06baf525997474b618908c16f09fa67
Author: Peter Wu <lekensteyn@gmail.com>
Date:   Sun Feb 2 17:20:52 2014 +0100

    Fix dissector exception when GUID is empty in flags
    
    When the GUID (CID or Connection Identifier in a more recent spec) field in Public Flags is 0, a zero-length item would be added.
    
    This trivial patch prevents a dissector exception by checking the length first.
    
    Change-Id: Idf6d970bc1b0b3f1a8e47618a8759f6a0cd54c65
    Reviewed-on: https://code.wireshark.org/review/78
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 1b2145d931d663c8b4362c310682407fe67eb3d4
Author: Gerald Combs <gerald@zing.org>
Date:   Sun Feb 2 11:00:30 2014 -0800

    Convert three more WSDG chapters: works, build, and capture.
    
    Start adding references to Qt and wsutil. Fix a file extension in
    CMakeLists.txt.
    
    Change-Id: I0cbe7e802d88a05effff40b5de72669e22c0df53
    Reviewed-on: https://code.wireshark.org/review/79
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit 06510129bb697a586334996215a4be63aef137c4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 23 18:10:27 2014 +0100

    dissector for HDMI (High-Definition Multimedia Interface)
    messages on the Data Display Channel (DDC)
    
    this dissector is available as an option for I2C messages
    
    it handles EDID messages (Extended Display Identification Data)
    and passes HDCP messages on to the HDCP dissector
    
    Change-Id: Ia8d8e73c36e2a1ad560b911dd4c1c9f34997b5c2
    Reviewed-on: https://code.wireshark.org/review/63
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 3ea0cd742433b42367d01e71201b2c87a97c713c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Feb 2 08:05:35 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-02-02]
    
    Change-Id: Iad6b1cf37ab39a48ef42fe957724daa4c80ef094
    Reviewed-on: https://code.wireshark.org/review/75
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit d9c018539cf29a48fde0cfa9409350ad613593f5
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Sat Feb 1 16:46:50 2014 +0000

    Improve windows build
    
    Allows config.nmake to pick up settings from environment variables.
    With the move to git I'm no longer happy with my permanently modified
    copy of config.nmake, these changes allow the most often modified
    values to be set from environment variables.
    
    As a bonus, some of the variables are set by the vcvarsall.bat for
    Visual Studio 2012 or later
    
    Change-Id: I681aeaec9519f6b6c9fa2c33abc706ce335585f5
    Reviewed-on: https://code.wireshark.org/review/70
    Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
    Tested-by: Graham Bloice <graham.bloice@trihedral.com>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 05f54f7d6a18d50e1f59e6f63abe6e55ce53c156
Author: Edwin Groothuis <wireshark@mavetju.org>
Date:   Sun Feb 2 11:05:30 2014 +1100

    Fix build on FreeBSD 10.0
    
    Change-Id: I6be0d2dfe3b44f166233b1dd20ef02c10a024f97
    Reviewed-on: https://code.wireshark.org/review/74
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit ec6fc7690ba9930798a50f1c4e1e6173e715742b
Author: Gerald Combs <gerald@zing.org>
Date:   Sat Feb 1 11:26:38 2014 -0800

    Convert the libraries chapter to AsciiDoc.
    
    Add some docbook-related entries to .gitignore. Whoever maintains the
    Windows libraries has done a terrible job of keeping this chapter up to
    date.
    
    Change-Id: Ic6dcbd9e8369eae9f07403bd3f805a515886f542
    Reviewed-on: https://code.wireshark.org/review/72
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit bdafbad95518632a924a01d9c335c7a81796e7f7
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 31 17:47:21 2014 -0800

    Convert the tools chapter to AsciiDoc.
    
    Replace SVN text with Git, other mostly-minor edits.
    
    Change-Id: I41b602cc9334656dc8e5f37c33fb6cd660043d17
    Reviewed-on: https://code.wireshark.org/review/69
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Gerald Combs <gerald@wireshark.org>

commit 42af212cecb54d4350055a48e674b0fd47e30715
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Jan 31 18:05:49 2014 -0500

    Add experimental gitreview file
    
    Change-Id: I8361e6c2c477eca51e53185527db19993b8ddb94
    Reviewed-on: https://code.wireshark.org/review/66
    Reviewed-by: Gerald Combs <gerald@wireshark.org>
    Tested-by: Evan Huus <eapache@gmail.com>

commit cf48ff024409d7a29198e0e68776c48aaa7e0ae1
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 20:21:04 2012 +0200

    packet-iwarp-mpa: give more information if the ULPDU length doesn't match
    
    Try to dissect even it the size is not as expected.
    Windows doesn't use alignment for smb-direct.
    
    Change-Id: I66c465d331aaab5caf28385a6dd3a43b63af2208
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/56
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit f30b717f3438a2e63e9cf799f12675b068edabdf
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 31 21:12:37 2014 +0100

    remove some of the unnecessary if(tree) checks
    
    Change-Id: Ie1b684327a77c265188d916c1242d335c55aa8cb
    Reviewed-on: https://code.wireshark.org/review/65
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit 95477a933ae7ba99e3e74f5951e6dc839f8bf39d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 31 21:05:58 2014 +0100

    TABs -> spaces
    add editor modelines
    
    Change-Id: I5433e0d41a30043264a0f60c2166de471c80745c
    Reviewed-on: https://code.wireshark.org/review/64
    Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
    Tested-by: Martin Kaiser <wireshark@kaiser.cx>

commit dc9c107967babeb172275b59364ab9bae77ba234
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Sep 19 15:38:43 2012 +0200

    packet-iwarp-ddp-rdmap: make it possible to register "iwarp_ddp_rdmap" payload dissectors
    
    Change-Id: I4621cda936cb54c70de7e294cc760b9baff38961
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/54
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Reviewed-by: Evan Huus <eapache@gmail.com>

commit 7feac746031dfd69456df3c98e09bd1c0a8896c3
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 3 11:51:04 2014 +0100

    Revert "In get_unicode_or_ascii_string(), check if the length is odd/even, not the offset. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778 - Volume label field ... is not displayed correctly ..."
    
    This is wrong it breaks all sort of things. The "Volume label field"
    is a special case, which can be fixed by using nopad=TRUE.
    
    Change-Id: I3cd3f30ff0076d5e31a735391b175fd68e5fa142
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/26
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 505af30e0156e1ac3db7a411127084d1bca4c0ad
Author: Stefan Metzmacher <metze@samba.org>
Date:   Fri Jan 3 11:50:00 2014 +0100

    packet-smb.c: real fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778
    
    Change-Id: I33308c44791b487844f23db07d152897380d7cf1
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/25
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 3d59ff9e95aab13cadd046afcc36cb8c290b6e62
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Jan 31 02:25:42 2014 -0500

    Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.
    
    Change-Id: I689319c0071fdb42583e8bd7633d8f0660c92f1b
    Reviewed-on: https://code.wireshark.org/review/51
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit a94d127b771da2a7353ad26d8a70c4fe2cbc32fe
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Jan 31 01:22:58 2014 -0500

    Fix for Bug-9709 Lua: class attribute descriptions in API docs don't say if an attribute is read/write/both.
    Also added some minor text to README.wslua for developers.
    
    Change-Id: I50b36f06710da6920ad98be6dde27d6091d91d54
    Reviewed-on: https://code.wireshark.org/review/50
    Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
    Tested-by: Stig Bjørlykke <stig@bjorlykke.org>

commit b84d5ac17e4aecbc21acd3f4445809c31df9a532
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 31 17:02:02 2014 +0100

    Enhance / Update ICMPv6 dissector
    
    * Update to the last IANA icmpv6-parameters (2014-01-30)
    * Update to final draft (for RFC 6743 and RFC 6775)
    * Add RFC 7112 (Implications of Oversized IPv6 Header Chains) support (Add new Parameter Problem code)
    * Fix a encoding arg
    
    Change-Id: I90f65dfc54e5c0aff21a0e7ec2c937304aced02d
    Reviewed-on: https://code.wireshark.org/review/62
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit b4f90d96a5172fbc52c509bfed1851d2e227bfce
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 31 16:42:22 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: Id7bab3a69514f159eda8d1285ca7f8f2d42e34ad
    Reviewed-on: https://code.wireshark.org/review/61
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 2516e54202fb0d6b420fcce1c79e663ade713758
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 31 16:41:49 2014 +0100

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I695824b95f5e8978c2b58c4e98471d1ed204d686
    Reviewed-on: https://code.wireshark.org/review/60
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 848546ece8b4c74cd566a2672ad2cf1990420d5a
Author: Stefan Metzmacher <metze@samba.org>
Date:   Sat Sep 29 10:35:13 2012 +0200

    packet-smb2: dissect SMBDirect Buffer Descriptors
    
    Change-Id: Ie91c19078a92f36044b4eee55c3228e3257bf45d
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    Reviewed-on: https://code.wireshark.org/review/53
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
    Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

commit 764cc74628a5b68d234f1d196f9df07f0554ec9a
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Fri Jan 31 02:57:37 2014 -0500

    Fix for Bug-9712 Lua: changes to WTAP_FILE_ #define names prevents them being in init.lua
    
    Change-Id: I0a2ccd686a89ffbc918a7b8b6af4a0ba8a5ab097
    Reviewed-on: https://code.wireshark.org/review/52
    Reviewed-by: Gilbert Ramirez <gram@alumni.rice.edu>
    Tested-by: Gilbert Ramirez <gram@alumni.rice.edu>

commit 5c7d57a1e2711029a5ae9c18e1afeef9f4647479
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Jan 29 23:43:31 2014 -0500

    In .gitignore: added dylib and sublimetext file types to be ignored, plus init.lua from anywhere, and removed the dir-specific entries for it.
    
    Change-Id: I4b1f9b1603dcbf1e895944a4ccf382ad6ee309b0
    Reviewed-on: https://code.wireshark.org/review/49
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 21e0a63b295a159b5876018eb03d714a4600a8eb
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 29 18:04:20 2014 -0500

    Add remove_last_data_source and fix bug 9169
    
    The OP asked 9169 to be reopened because the capture was spewing ~40GB of output
    when dissected with tshark. Investigation showed this was because the HTTP
    dissector was requesting ONE_MORE_PACKET reassembly a lot, and TCP was adding
    each step as a data-source which was being printed by tshark's hex dump. This
    was leading to O(n^2) of output.
    
    To fix, introduce function remove_last_data_source which removes the most recent
    data source from the list. If the subdissector in TCP reassembly asks for
    ONE_MORE_PACKET, assume it hasn't added any tree items (since it shouldn't have)
    and remove the data source since it is unnecessary.
    
    This may break dissectors which add tree items and *then* return
    ONE_MORE_PACKET, since they will have their data source removed out from under
    them. I believe those cases should be fixed to not add tree items until they're
    sure they have enough data.
    
    Change-Id: Iff07f959b8b8bd1acda9bff03f7c8684901ba8aa
    Reviewed-on: https://code.wireshark.org/review/38
    Reviewed-by: Evan Huus <eapache@gmail.com>
    Tested-by: Evan Huus <eapache@gmail.com>

commit 458b83568399b8bc620a01e8b92dc5cffe7b763e
Author: Jiri Engelthaler <engycz@gmail.com>
Date:   Thu Jan 30 12:37:57 2014 +0100

    IEC60870-5-104: Added decoding of integrated totals without time tag, fixed inverted logic of "Overflow" and "Adjusted" bits, some minor code style changes.
    
    Change-Id: I76af5eabfd08f312f37547bcc10e3ffe10b17f2a

commit 40c459e75953d5ca4fa9103e084bbbbb46ce537f
Merge: 436fe9c 88e82bd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 30 10:36:25 2014 +0000

    Merge "openSAFETY: Fixing field / byte assignment"

commit 88e82bd69b374dded97fbcd50cc9bd61379c0a25
Author: Roland Knall <roland.knall@br-automation.com>
Date:   Thu Jan 30 10:50:57 2014 +0100

    openSAFETY: Fixing field / byte assignment
    
     - SNMT messages where presented in a way, where the value of the
       field was not pointing to the correct bytes where it came from
     - Sender / Receiver where renamed to be better understandable
     - SN send to (Receiver) now comes first as it does in the byte
       stream
    
    Change-Id: I364cb248bed9489c0cf9c7bf9fbd37b0225dbd78

commit 436fe9c85ecc8fe76ef11f314aefd46d3a198991
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Jan 29 11:13:47 2014 +0100

    Lua: Improved running in build directory.
    
    Load system init.lua from build-directory/epan/wslua
    Set Lua datafile_path to source-directory/epan/wslua
    Made dofile() search in source-directory/epan/wslua
    
    Change-Id: I009234eb8193c1ed3260455b245c256c9747930f

commit 7daae6d214b2b1a56056fdc0db520d3b2c5d5b8a
Author: Gerald Combs <gerald@zing.org>
Date:   Wed Jan 29 17:15:25 2014 -0800

    Fix Juan Antonio Montesinos' name.
    
    Change-Id: Ifb948839e92c2228addfbdcb19ed94fc38624bdd

commit 45fea8e2d770798b130fb5ef3dafe02cd54e64f0
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 29 18:10:22 2014 -0500

    Add missing gitignore entries
    
    Change-Id: Icfdde6bad4aed8dfd5c0b14a04c37395dfbf0395

commit 5f91002cf5e710739ec0f8ce34c589efa1a96af7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 29 23:24:47 2014 +0100

    replace spaces with a TAB
    
    Change-Id: I8340b4af524b5c4ffb1a10b0eccd809f1d6b1e9f

commit 1c09d044cb9e730b14701687070bfce459b5ade1
Merge: 8f15d3a 2c28c5d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 29 22:20:47 2014 +0000

    Merge "MIME: Rename image dissectors to file dissectors."

commit 2c28c5d93f673ca29578aefe2f84bebdd9b857d1
Author: Michal Labedzki <michal.labedzki@tieto.com>
Date:   Fri Jan 24 15:45:43 2014 +0100

    MIME: Rename image dissectors to file dissectors.
    
    Change-Id: Ie160733ceeed23ff96ddccfbf0ca2e7694789ff8

commit 8f15d3aa8d6e826ef0dd3713fc26b4101eeb6542
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Jan 22 14:49:38 2014 +0100

    Fix display of right arrow in CSV export
    
    Changeset 1d8a895fa4d7c16d213bda50b1177eccbb54326e introduced the use of UTF-8 righ arrow to indicate the direction in TCP dissector.
    While it displays nicely in Wireshark GUI or in a text export of packets, an export to CSV results in an escaped string.
    This patch is a naive attempt to display the right arrow in a more friendly way when exporting to CSV.
    Any smarter fix is welcome.
    
    Change-Id: Ife787268696fa69dafc24a5cf9706af4c4832831

commit d1fb81722f423ef4dbb895dd4e648e78591d905c
Merge: f97d6f3 82c5bfd
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Jan 29 19:56:48 2014 +0000

    Merge "We have a usable tag now. There's no need to fake a version number."

commit f97d6f397c3fc449a99c9107b5670c218eadfc50
Author: Hadriel Kaplan <hadrielk@yahoo.com>
Date:   Wed Jan 29 14:02:33 2014 -0500

    Fix for Bug 9707 'Lua: init.lua has multiple 'MENU_STAT_TELEPHONY' values'
    
    Change-Id: If4ee1906aa60dd37366cf2ef9bc4168e0ea024b6

commit 82c5bfd6f10186ae432198c276345ea415095ab5
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Jan 29 11:53:04 2014 -0800

    We have a usable tag now. There's no need to fake a version number.
    
    Change-Id: Ic6a704013b38e9be130be40098e9293e9196bfec

commit 60a1931beb3219746125e357f9ff2c40329443fd
Merge: 5982c61 e4a140c
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Jan 29 18:29:59 2014 +0000

    Merge "Lua: Added a utility function file_exists()."

commit 5982c6179b2fcd2ba889533d43d3313a67723e43
Merge: 6167a0f 7649011
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 29 17:44:54 2014 +0000

    Merge "Apply layouts in Qt Creator. Fix a tooltip."

commit 6167a0f6ed0780e8167f0be1d874e3a748e41e45
Author: Stefan Metzmacher <metze@samba.org>
Date:   Wed Oct 31 13:06:09 2012 +0100

    packet-smb2: fix lease epoch fields
    
    Bug: 9703
    
    Change-Id: I1955360adaee53846f084434c59180d715e19fcd
    Signed-off-by: Stefan Metzmacher <metze@samba.org>

commit cac3024d700b3246a3541ba80a08f93dab0b981a
Merge: a5b2a9c fc21610
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 29 17:42:10 2014 +0000

    Merge "smb2: Lease Epoch is only 16 bit"

commit fc216102e34738a81a5629b3672541067e809d49
Author: Volker Lendecke <vl@samba.org>
Date:   Tue Jan 28 11:27:14 2014 +0100

    smb2: Lease Epoch is only 16 bit
    
    See [MS-SMB2] 2.2.14.2.12
    
    Bug: 9703
    
    Change-Id: Ia9c9c658bd5020e0dad84fc74617fed60ce7df06
    Signed-off-by: Volker Lendecke <vl@samba.org>
    Reviewed-by: Stefan Metzmacher <metze@samba.org>

commit a5b2a9c93cae2e56c2c5ba0ae32fba11b821175f
Merge: a20d788 05a7306
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 29 17:39:22 2014 +0000

    Merge "smb2: Fix a typo"

commit e4a140c7f0558f50f1134f851c02571c38920e73
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Jan 29 16:05:48 2014 +0100

    Lua: Added a utility function file_exists().
    
    This function can be used to check for files before calling dofile(),
    which will fail for non-existing files.
    
    Change-Id: Iae7b7ef6d8eb6e0e18f98fee7c740d2a5705eef3

commit a20d788da38eb15bd162abc8394d7cd384010adb
Author: Gilbert Ramirez <gilramir@cisco.com>
Date:   Wed Jan 29 04:59:10 2014 -0800

    Add newlines at end of files that are missing them.
    
    gcc 4.1.2 complained with:
        No newline at end of file
    
    Change-Id: I813af88737e725a328713eea4a7096d28942f9b2

commit 05a7306482d94d3546b00fd5a2e492ef88fd16b4
Author: Volker Lendecke <vl@samba.org>
Date:   Tue Jan 28 11:12:09 2014 +0100

    smb2: Fix a typo
    
    Bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9703
    
    Change-Id: I8ebb20a48e1131fcf14ee55e5e1822a8dcd713d2
    Signed-off-by: Volker Lendecke <vl@samba.org>
    Reviewed-by: Stefan Metzmacher <metze@samba.org>

commit 447c96304e21c48de0f0f16f1f128e500871155b
Author: Martin Kaiser <martin@reykholt.kaiser.cx>
Date:   Sat Jan 25 19:06:25 2014 +0100

    tree variables don't have to be initialized
    
    Change-Id: Ic87133b143170d0146cd3a8fb23f8d0b33ec6502

commit 221878bc1b61fb579483f5428dc7fa198a623b4f
Merge: 58bb472 2df4f47
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Jan 28 19:13:40 2014 +0000

    Merge "[Automatic manuf, services and enterprise-numbers update for 2014-01-26]"

commit 58bb4726a8c9f97682f768928c303d78dba22156
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Jan 28 03:09:03 2014 +0000

    Comment out a lot more hf[] entries and related.
    (Found by checkhf).
    
    Note: There's quite a large amount of hf[] entries which are
          commented out. I wonder if there are "top-level" entries
          missing from the "parse-tree" arrays ?
    
    
    svn path=/trunk/; revision=54990

commit 9d0207ed90ee3b1f75e5a8bb22334057160b9f13
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Jan 28 03:06:03 2014 +0000

    Comment out unused hf[] entries and related found by checkhf.
    
    svn path=/trunk/; revision=54989

commit c1e53e735922699971bf36846d481459dfc61c93
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Jan 28 03:02:37 2014 +0000

    Re-arrange #if 0/#endif related to an hf[] entry so that checkhf doesn't complain.
    
    svn path=/trunk/; revision=54988

commit 953d54b12027ab6ed0fd5ed12104d91cc8ecb391
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Jan 28 00:48:23 2014 +0000

    From Marko Hrastovec via
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9697
    
    Architectural support for multiple version of the same Asterix categories.
    Includes implementation of CAT064 v.0.17.
    
    svn path=/trunk/; revision=54987

commit a40f824e0eefde7441f0c42f8b322bae98a8d437
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 27 19:22:10 2014 +0000

    Make it easier to try GTK 3.6
    
    svn path=/trunk/; revision=54986

commit 257e301696826d4d8708b4e719b946a486be952d
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 18:43:57 2014 +0000

    Convert the quick setup chapter to AsciiDoc and start converting its
    content to Git.
    
    svn path=/trunk/; revision=54985

commit 5c9c6cd8fbefc4577dcc508ffa862875fe98446a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Jan 27 18:22:39 2014 +0000

    Fix hf[] entries with refs to range_string arrays
     to add missing BASE_RANGE_STRING and to use RVALS instead of VALS.
    
    Fixes crashes in 'tshark -G values' and presumably also fixes
     crashes when used in a dissection.
    
    Introduced in SVN #54449.
    
    (I suspect that ' convert_proto_tree_add_text.pl' may need some work
     to handle range_strings).
    
    
    
    svn path=/trunk/; revision=54984

commit 80b5c5771334321b81ea6f96441ca86b60f7d89e
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Jan 27 17:20:44 2014 +0000

    Fix: value string specified as a BASE_VAL64_STRING in
     an hf[] entry but defined as a 'value_string' intead of
     as a 'val64_string'.
    
    Caused 'tshark -G values' to crash
     (and presumably would also cause a crash when the value-string
      is referenced in a dissection):
    
    Introduced in svn #54728
    
    (Note: There's still another 'tshark -G values' crash to to found & fixed)
    
    
    svn path=/trunk/; revision=54983

commit dfb3d167b35d9d82d59c5e07599c420103df02bf
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Jan 27 14:33:54 2014 +0000

    (Trivial) Fix spellling in a comment.
    
    svn path=/trunk/; revision=54982

commit dab27680cdbbf02389e5f0ad6d182b0e8ca0a4ec
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Jan 27 13:42:34 2014 +0000

    From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612
    
    Fix possibly-uninitialized variable caught by valgrind fuzzing in AMQP.
    
    svn path=/trunk/; revision=54981

commit 2338fdea0f1b3518027e4df28278f8b692344308
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Jan 27 13:12:59 2014 +0000

    Add missing cast.
    
    svn path=/trunk/; revision=54980

commit 9416835735e3f73abb4f3f6b3aea3be0296fa677
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Jan 27 12:54:34 2014 +0000

    Revert part of previous change
    
    svn path=/trunk/; revision=54979

commit f903141d65413c7f47303ee5ca5b5fe780f2fca6
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Jan 27 12:06:46 2014 +0000

    Send news of SecurityModeFailure to PDCP dissector, which will attempt to roll back to previous setting
    
    svn path=/trunk/; revision=54978

commit 3abb51aa67e82777159283f62cbdfad0eaae56ce
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Jan 27 09:57:24 2014 +0000

    Do not handle BER bitstring as ASCII string, because this will fail
    when the first bit is set.
    
    svn path=/trunk/; revision=54977

commit fbaff1f081f5f8ca7632b8d8b85e5db46f476d47
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Jan 27 09:55:46 2014 +0000

    Add back the fix from revision 54693.
    
    svn path=/trunk/; revision=54976

commit face757db3169f8f9964c7fd31250cf67c6764cb
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Jan 27 09:02:06 2014 +0000

    Added back x509af_get_last_algorithm_id() removed in revision 54647 to
    restore usage in cms and pkcs12.  They never got a valid value in
    actx->external.direct_reference because they use another actx in this case.
    
    This will add back the global variable in x509af, but this is needed
    until we manage to pass the value in another way.
    
    See comments in bug 9573.
    
    svn path=/trunk/; revision=54975

commit b48a2db7d1b3518b37197298fdd59cea3479fb54
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 05:26:38 2014 +0000

    Try to fix the path selector argument.
    
    svn path=/trunk/; revision=54974

commit 59990b70313ca29833faf26521c3006d02bfc068
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 05:10:34 2014 +0000

    Fix a section name conflict.
    
    svn path=/trunk/; revision=54973

commit 5b17df040e3c137e188a5ce4e32d25c4bae3c303
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 04:34:25 2014 +0000

    Restore an inadvertently deleted file.
    
    svn path=/trunk/; revision=54972

commit 5344e2f2fc4e17e1a287264f0529740d91768173
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 04:20:44 2014 +0000

    Migrate the build environment introduction to AsciiDoc.
    
    svn path=/trunk/; revision=54971

commit e61a6533e7d943c9f7a90de7296df3a05bb1e42d
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 27 03:08:01 2014 +0000

    Convert the preface to AsciiDoc with minor edits.
    
    svn path=/trunk/; revision=54970

commit bb21a0968183a0e395e47e981a6ff3a5ab3f0996
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 26 22:21:28 2014 +0000

    GPLv2 -> GPLv2+
    
    svn path=/trunk/; revision=54969

commit bdcf5496b33535237aa38e54c3890dc2802956ed
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 26 18:24:56 2014 +0000

    lupdate / lrelease ui/qt/Qtshark.pro
    
    svn path=/trunk/; revision=54968

commit ea227de9e2878b06ec754a1aabea972b05ca53da
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 26 18:24:45 2014 +0000

    Fix indent (Use 4spaces) and modelines info
    
    svn path=/trunk/; revision=54967

commit 2df4f47459e78153c392066429806e5e6ef65d99
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Jan 26 09:06:14 2014 -0800

    [Automatic manuf, services and enterprise-numbers update for 2014-01-26]
    
    Change-Id: Iaec909df5c97e92ee5d25b2ef1593b9dc00f0ad6

commit c6022b3b85dedeae9465e5bb2fe38fdb35f21ee9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 26 12:56:32 2014 +0000

    Drop support of Visual Studio 2005
    
    * Remove _MSC_VER < 1500 check
    * Cleanup config.nmake
    
    See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html
    
    svn path=/trunk/; revision=54965

commit 47f50d13ceff8f560b3fe02ed0084e4bd205e576
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 26 12:56:16 2014 +0000

    Fix indent (Use 4 spaces) and add modelines
    
    svn path=/trunk/; revision=54964

commit c802536f6756d9d6046379d6d3eb27e19b36d611
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 26 12:55:59 2014 +0000

    Fix encoding arg for RSVP dissector (with fix-encodings-args tools
    
    svn path=/trunk/; revision=54963

commit 64fd4c9c281cc20a03b11387b38dd92f6413c22f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Jan 25 18:44:29 2014 +0000

    (Trivial) update a comment
    
    svn path=/trunk/; revision=54962

commit b2c8429a2c12d65fec14d1f5f32fa18111c21835
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Jan 25 14:38:51 2014 +0000

    TABs -> spaces
    add editor modelines
    
    svn path=/trunk/; revision=54961

commit 0d1f9021ffee4af4d2bf31cce1924079de52f7f7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Jan 25 14:29:45 2014 +0000

    BASE_NONE -> STR_ASCII
    
    svn path=/trunk/; revision=54960

commit 5a70a53e11e986f4ece825996293741a3f41b79f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Jan 25 14:27:49 2014 +0000

    the sametime dissector stores the result of tvb_get_string() into hf
     variables that can handle only 7bit ascii strings
    replace this with tvb_get_string_enc()
    
    svn path=/trunk/; revision=54959

commit 4a32b10948fdfd141e95ca780f22343767aebaf3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 03:27:22 2014 +0000

    Comment out the "diff" section for now. We'll have to update it for "git
    diff" at some point.
    
    svn path=/trunk/; revision=54958

commit b326fe61c7de54b014e93596245c4d17e1cbcda3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 02:26:12 2014 +0000

    Uncomment anchors.
    
    svn path=/trunk/; revision=54957

commit b87a2cb204ce295772a82e8cc8e94c27bc833db6
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 01:49:57 2014 +0000

    Fix Windows build.
    
    svn path=/trunk/; revision=54956

commit 927914a2cfa825a4d1d7917e5291afbf016bd324
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 01:09:28 2014 +0000

    Fix xpath selector. Clean up whitespace.
    
    svn path=/trunk/; revision=54955

commit 4c5bb90167009981489cb35e72454b7b4db3d9a8
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 01:01:04 2014 +0000

    Migrate more SVN content to Git+Gerrit.
    
    svn path=/trunk/; revision=54954

commit 0555a544f4593926a4e5890432bff0e9a565582c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 00:17:46 2014 +0000

    Migrate some of the SVN-specific content to Git.
    
    svn path=/trunk/; revision=54953

commit c57ac03e655e753a7afbf9e4f835667939498013
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 25 00:17:19 2014 +0000

    Try to get CMake to build the Developer Guide again. I don't have
    dblatex installed so the release notes fail to build but the WSDG
    targets appear to work.
    
    svn path=/trunk/; revision=54952

commit a7ea59488d95d51388fde931f35c9e211843175d
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Jan 24 20:48:55 2014 +0000

    The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of the
    safe accessor functions, and it's all done via scary bit-twiddling macros to
    boot.
    
    Create the macros TVB_NIB_WORD and TVB_NIB_NIBBLE that (should) behave just
    like the raw-pointer NIB_WORD and NIB_NIBBLE macros, except using the safe tvb
    functions instead.
    
    Replace two instances with the safe versions, which fixes an out-of-bounds
    access caught by my valgrind fuzzer. If this doesn't break anything then we
    should probably do a wholesale replacement at some point, but I'm not feeling
    that adventurous at the moment.
    
    svn path=/trunk/; revision=54951

commit 5be35448f6daeee93010ceaa306b4c78ee29dd36
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Jan 24 20:24:02 2014 +0000

    Mark a few function parameters as unused....
    
    svn path=/trunk/; revision=54950

commit 1bd982a4921528f66dd35c0ac1a297cbf4e68b26
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Jan 24 20:19:06 2014 +0000

    Rework and simplify the code to follow the principle of "dissect as
     much as possible" rather than dissecting nothing if the length of a
     set of fields (e.g., a "command") seems wrong or if an exception
     occurs fetching data before previous fields have been displayed.
    In general: just fetch/dissect from start to end: If there is missing
       data, a Wireshark exception will eventually occur;
    
    Add lwm subtrees under the lwm protocol tree (*not* as protocols
     under the top (outermost) tree.
    
    Fix a bug which caused an exception to be reported as:
     "[Packet size limited during capture: LwMesh truncated]"
     rather than as the correct: "[Malformed...]"
    
    col_...() and expert...() functions shouldn't be called under 'if(tree)';
    
    Register the heuristic dissector using "IEEE802154_PROTOABBREV_WPAN"
     (like certain other dissectors) rather than using "wpan";
    
    missmatch --> mismatch
    
    Fix some long lines.
    
    
    svn path=/trunk/; revision=54949

commit c1a88c0995f5c4572088c87d40a254787a512121
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 24 20:08:22 2014 +0000

    Add packet-mbim.h to Makefile.common
    
    svn path=/trunk/; revision=54948

commit fae1cf24ecb0b416e5dd246183d38e1c5ecb96ee
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 24 19:50:43 2014 +0000

    Make "all" the default target again.
    
    svn path=/trunk/; revision=54947

commit 5368012328bb0d7b6842976bc72ac6d090348f31
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 24 19:12:59 2014 +0000

    Fix AsciiDoc WSDG build on Windows.
    
    svn path=/trunk/; revision=54946

commit 8997fb0d899e4877e67dc287dcdd6b26904bf112
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 24 18:55:27 2014 +0000

    Start migrating the Developer's Guide to AsciiDoc. So far only one
    chapter (WSDG_chapter_sources) has been converted.
    
    Conversion was done using the script in
    https://code.wireshark.org/review/#/c/9/ along with manual cleanup.
    Changes are mostly limited formatting.
    
    It's helpful to have a copy of the pre-conversion guide for comparison.
    I've placed a chunked copy online at
    http://www.wireshark.org/~gerald/wsdg_html_2014_01/ .
    
    Tested under Autotools. Nmake and CMake will likely break. I'll take a
    look shortly. If only we had documention adding a feature branch to
    Gerrit and using it to test different platforms...
    
    svn path=/trunk/; revision=54945

commit d8c15b8d91f5853033611599791311da1e6f7869
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 24 18:53:06 2014 +0000

    Add ability to register new UUID and CIDs
    
    svn path=/trunk/; revision=54944

commit ef935ca1deb8fb7b61713025b503c7e54da4d02b
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Jan 24 17:19:25 2014 +0000

    Remove some old obsolete text in the proto_tree_add_text() description.
    
    svn path=/trunk/; revision=54943

commit 7a44616a1dfe1355d63d5fb49fcea520ebe76897
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 24 16:33:31 2014 +0000

    Fix dissection of 8PSK Power Capability IE
    
    svn path=/trunk/; revision=54942

commit 3cbe97de5fdf6382894a5da2f3137beb49a7efae
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Jan 24 15:52:28 2014 +0000

    Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)
    captures in the menagerie which time out even under normal circumstances.
    
    svn path=/trunk/; revision=54941

commit 2fa2515f77a0604586612234ebf3e6f89759bf4a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Jan 24 07:55:03 2014 +0000

    Check for a zero offset in the "get status" reply *before* adding the
    offset in the tvbuff of the beginning of the packet to it.  Otherwise,
    it will never be zero, and the tests will always think the field pointed
    to by the offset is present.
    
    svn path=/trunk/; revision=54938

commit c86c9ed70992aacb3767522195b847de2d7bf008
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Jan 24 06:42:49 2014 +0000

    Looks like the asciidoc stuff is wip and breaks cmake builds.
    Comment it out for now.
    
    svn path=/trunk/; revision=54937

commit a9ddc06adc436d8ca4a9d97af95969d4ff01adf8
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 24 01:10:10 2014 +0000

    Prepare for conversion of Guide chapters to AsciiDoc.
    
    svn path=/trunk/; revision=54936

commit 81f3392d329306800f3e5cdd39c42395a3cdacdf
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 23 22:20:35 2014 +0000

    country and language are ISO-8859-1
    
    svn path=/trunk/; revision=54935

commit 089cedc784b4e161cd7bf1e9c8a20be82c975c56
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 23 22:19:52 2014 +0000

    make the menu string filterable
    
    svn path=/trunk/; revision=54934

commit 055be45abf8dd6ea3abca7d0fc27e1ad4f9eb77e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 23 22:18:41 2014 +0000

    the menu string is a DVB string
    
    svn path=/trunk/; revision=54933

commit bc14487ea67b84707bdac7d273efdee06261cac2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 23 20:31:20 2014 +0000

    From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9519 RSVP dissector does not decode Session Object (1) C-type (13) message
    
    svn path=/trunk/; revision=54932

commit f07d9ebea313c87e88db702f66c38ab0b09e3cc1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 23 20:01:51 2014 +0000

    Remove Update.c (and nio-ie5.[ch])
    
    Never use... and replace by (Win)Sparkle
    
    svn path=/trunk/; revision=54931

commit 86930ddde2026eae0880c0abb35ddb8150bc38ae
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Jan 23 15:11:00 2014 +0000

    Given that we allow the 'outfile file' to be stdout, then presumably all
     text messages (including informational) should go to stderr.
    
    svn path=/trunk/; revision=54930

commit 9be9ba5ba15cf1ce8c3ed7fb6cedb1c73030e6b3
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Jan 23 14:39:29 2014 +0000

    printf(...) --> fprintf(stderr,...)  (in a commented out line of code)
    
    svn path=/trunk/; revision=54929

commit 893b1aa3cd94111bc9ec2c59da8455b21378044f
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Jan 23 13:39:39 2014 +0000

    Remove duplicate #include.
    
    svn path=/trunk/; revision=54928

commit a70ec94269f6fa650abb8c8899ec09d0d1bc60e7
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Jan 23 07:57:20 2014 +0000

    Please GCC 4.3.2 that complains about a wrong 'variable may be used uninitialized in this function' error
    
    svn path=/trunk/; revision=54927

commit 8376b41cc0f22d8718c59d32d2ac9f1dcb7a8992
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 02:46:56 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().
    
    svn path=/trunk/; revision=54926

commit d2815333f57026807d630a147f6af69a8c48e858
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 02:37:43 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().  RFC 5352 says,
    in section 6.1 "Registration.Request Primitive":
    
    	The Pool Handle parameter contains a NULL terminated ASCII
    	string of fixed length.
    
    svn path=/trunk/; revision=54925

commit 8944519bf467cfb42b73bc968498135263d522d2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 02:30:00 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().
    
    Update URL of spec.
    
    svn path=/trunk/; revision=54924

commit 138987aea08b0d4b47b25f9554d182f6ea799401
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 02:24:34 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().  The version of
    the AR.drone Developer Guide I found online mentioned ASCII but not
    UTF-8.
    
    svn path=/trunk/; revision=54923

commit 732db281e9da1a3009cf191a7705a766dfd397bf
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Jan 23 01:48:13 2014 +0000

    Use wmem_new0 to ensure that all field values are initialized. Caught by
    valgrind fuzzing.
    
    svn path=/trunk/; revision=54922

commit 6dcce1fb9b5b6302e5f062648d6e80fb82d3fe5e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 01:45:55 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().  The specs say
    ASCII, but there's a proposal to use UTF-8.
    
    svn path=/trunk/; revision=54921

commit d4b7cc274273ec84110498744de8b98898e8a1ea
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 01:37:39 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().
    
    svn path=/trunk/; revision=54920

commit aa69618c746f8b24696b3f2931016d4168844284
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 23 01:35:28 2014 +0000

    Use tvb_memdup(), not tvb_get_string(), when copying octets (such as
    octets within a BCD number).
    
    Use tvb_get_string_enc() rather than tvb_get_string().
    
    svn path=/trunk/; revision=54919

commit 45418273e06f34a28c6a226c4f21e1c49906c20d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:37:10 2014 +0000

    BASE_NONE -> STR_ASCII
    
    svn path=/trunk/; revision=54918

commit 205a9f9b50333d3e96bb7765e7e0fad90a68be81
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 22:37:08 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string(); according to
    TIA/EIA-637-A, call-back numbers are either BCD or ASCII.
    
    svn path=/trunk/; revision=54917

commit fc586507ba560c59ddd4f3d2c5dc53ac260b7500
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:34:46 2014 +0000

    use tvb_get_string_enc()
    
    svn path=/trunk/; revision=54916

commit a592b6af9fff1069425aaefd70cdbe5ac70abb5d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:29:54 2014 +0000

    BASE_NONE -> STR_ASCII
    
    svn path=/trunk/; revision=54915

commit 0f44a72088ac8975531bd4460fd912486315c2b0
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:28:27 2014 +0000

    use tvb_get_string_enc(), the strings are 7-bit ascii
    
    svn path=/trunk/; revision=54914

commit 0c44ca68255da381b0916610a9fb9ebf9ec6c4ce
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:23:22 2014 +0000

    BASE_NONE -> STR_ASCII
    
    svn path=/trunk/; revision=54913

commit 6d85633b15be005fe25d8cc4c0f78059cbce0c82
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 22:20:16 2014 +0000

    edonkey seems to use 7-bit ascii for its tags etc
    (not sure about one item that could contain arbitrary data...)
    
    svn path=/trunk/; revision=54912

commit 28a5c66d0a5204e58fc52a6de9d534a87cb48871
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 22 21:57:42 2014 +0000

    no need for if(tree)
    
    svn path=/trunk/; revision=54911

commit 222296999b1897d26774928134fad76027449b4a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 20:51:56 2014 +0000

    Use tvb_get_string_enc() with appropriate encodings rather than
    tvb_get_string().  (Some versions of the spec speak of ISO 8859-15
    strings as well as UTF-8 strings, but we don't appear to try to handle
    those.)
    
    Update spec URL.
    
    svn path=/trunk/; revision=54910

commit dd8cf3de9012b57ffd56656cc57ce033ee3274f7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 20:29:47 2014 +0000

    Use tvb_get_string_enc(), and assume ASCII for E.164 addresses.  (I must
    be misreading Q.2630.3, as it seems to indicate that the addresses are
    BCD, not ASCII, speaking as it does of "hexadecimal digit[s] of
    address[es]".
    
    svn path=/trunk/; revision=54909

commit 2019647757c9fd5f864a0041796e9623181a961c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 20:05:17 2014 +0000

    At least according to
    
    	http://web.archive.org/web/20080308233204/http://dev.aol.com/aim/oscar/#SNAC
    
    "In general strings are not NULL terminated and are encoded using UTF8."
    
    It also says
    
    	Authentication
    
    	Over the years, the AIM backend has supported several different
    	methods for authentication. ...
    
    	When a client collects the loginId and password for the user it
    	should not normalize them in any manner.  It also should not
    	prevent the user from entering certain characters as the AIM
    	name space is constantly changing.  For example, currently the
    	AIM name space is ASCII based, but in the future that may
    	change.  In general, the client should not perform input
    	checking and instead allow the backend to reject bad values.
    
    which also suggests not assuming ASCII.
    
    So use ENC_UTF_8 in most cases.
    
    For actual messages, it says:
    
    	An IM can be encoded in the following different forms:
    
    	Name	Value	Notes
    	ASCII	0	ANSI ASCII -- ISO 646
    	UNICODE	2	ISO 10646.USC-2 Unicode
    	LATIN_1	3	ISO 8859-1
    
    so, if that's the case, the dissector should choose beween
    ENC_ASCII|ENC_NA, ENC_UCS_2|ENC_appropriate_ENDIAN, and
    ENC_ISO_8859_1|ENC_NA.
    
    Use tvb_get_string_enc() with an encoding rather than tvb_get_string().
    
    svn path=/trunk/; revision=54908

commit 76131de4ab69d66a683516c159abdc34fe7a7138
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 19:46:20 2014 +0000

    Update introductory comment to have correct file name.
    
    svn path=/trunk/; revision=54907

commit 07f22ffd40cab30a49948b87aa26adc4ccb3db81
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 19:31:03 2014 +0000

    Use tvb_get_string_enc() rather than tvb_get_string().
    
    XXX - if we supported various MacXXX character encodings, we could use
    those; that might require a preference to specify the encoding.
    
    svn path=/trunk/; revision=54906

commit 2b26c1e216fee43fa7a802e75fd2e28e279cdc7a
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Jan 22 18:15:44 2014 +0000

    Prepare for Git migration.
    
    Mass-replace "svn" with "git". Add commented code to use git to fetch
    the repository version.
    
    svn path=/trunk/; revision=54905

commit 6b7fc8f0efba29450eef9fb7efa2eb488a27df33
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 10:39:59 2014 +0000

    Use tvb_get_string_enc() with an explicit encoding, and assume ASCII.
    Fix the encoding argument to proto_tree_add_item() calls that add
    strings.
    
    svn path=/trunk/; revision=54904

commit 6e70ecddaa7106398d267d78b2947ffb7d285d8c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 07:55:06 2014 +0000

    Fetch strings using tvb_get_string_enc() and the appropriate encoding.
    
    svn path=/trunk/; revision=54903

commit a3fee176d46c10f27588b9d6543a9cd1db9f4a31
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 22 07:49:48 2014 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54902

commit a5e795812b5dbc204d88a426b0973799551f8a26
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 22 07:49:40 2014 +0000

    Fix encoding arg (found by encoding arg tools)
    
    svn path=/trunk/; revision=54901

commit 923c5b3b8665e65394062f616b2b75476a1957cb
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 22 07:49:31 2014 +0000

    Fix the second argument of some proto_item_add_subtree (function : dissect_vendor_tr111_suboption and dissect_vendor_cl_suboption)
    
    It is a ett variable no hf variable
    
    svn path=/trunk/; revision=54900

commit 90e6423c3827e0118adc0ad3d6d6a43950435e74
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 07:33:57 2014 +0000

    I don't see any specification of how a H221NonStandardIdentifier is
    encoded, but let's say it's pure ASCII for now.
    
    svn path=/trunk/; revision=54899

commit ee88d38b4e84149974e05ee57f4089582d0e124b
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 22 06:13:17 2014 +0000

    Add a SCTP port range preference.
    
    svn path=/trunk/; revision=54898

commit 31116b5a6bdaaba98a0d7e4730dc50a3a530765d
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 22 06:09:42 2014 +0000

    Remove unused entity.
    
    svn path=/trunk/; revision=54897

commit d262ff87896fdf1b6d4c42cc44341272fea18e9d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:53:43 2014 +0000

    Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, so
    just treat it as ASCII.
    
    svn path=/trunk/; revision=54896

commit 9ec41e3db28749d047f80794777de366b88a7dfa
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:50:23 2014 +0000

    The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it as
    such.
    
    Replace proto_tree_add_string(..., tvb_get_string_enc(same ...,
    ENC_xxx)) with proto_tree_add_item(..., ENC_xxx).
    
    svn path=/trunk/; revision=54895

commit d85bca8969cac6a46b64e18072898bc5ac2c89da
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:39:31 2014 +0000

    Another probably-wrong tvb_get_string().
    
    Also, add a URL for the PKCS #12 spec.
    
    svn path=/trunk/; revision=54894

commit 051cb78cd9fe985ca6c95a5845d88d26f559a49e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:27:15 2014 +0000

    To quote section B.5 "Keys for password integrity mode" of PKCS #12
    v1.1: Personal Information Exchange Syntax:
    
    	http://www.emc.com/emc-plus/rsa-labs/pkcs/files/h11301-wp-pkcs-12v1-1-personal-information-exchange-syntax.pdf
    
    "When password integrity mode is used to protect a PFX PDU, a password
    and salt are used to derive a MAC key.  As with password privacy mode,
    the password is a Unicode string, and the salt is a byte string."
    
    So, not having found any other references to salts as text strings, copy
    it with tvb_memdup(), not tvb_get_string().
    
    svn path=/trunk/; revision=54893

commit 19930d6f49b7a8300071a41db5183185d3b904c6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:14:05 2014 +0000

    Clean up indentation and bracketing.
    
    svn path=/trunk/; revision=54892

commit c85b34ed66e6d810cf80426ec8aa25473ad6d7f0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 04:13:37 2014 +0000

    The strings in question are generated as UTF-8 from the CBS encoding, so
    process them as such.
    
    svn path=/trunk/; revision=54891

commit e163578906efdb2166f6068baa153d23d3c25d35
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 02:41:13 2014 +0000

    Another tvb_get_string() replacement.
    
    svn path=/trunk/; revision=54890

commit c12dc677523e809f1f8ba958db02bd15de1ceab9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 02:37:45 2014 +0000

    Strings in LDAP are generally UTF-8, although if we treat something only
    as a string if every byte in it is a printable ASCII character, it's
    ASCII.  Use tvb_get_string_enc() with an appropriate encoding.
    
    svn path=/trunk/; revision=54889

commit 5e0641f271552ca5feb3575b85cb8cc78062747f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 02:04:15 2014 +0000

    Use tvb_get_string_enc() with an explicit encoding.
    
    svn path=/trunk/; revision=54886

commit e35ca75a68129f5c766c7401a7bf7759cd75a11a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 01:28:31 2014 +0000

    It's one character, either + or -, hence ASCII.
    
    svn path=/trunk/; revision=54885

commit a75657bbd6c7bbd3278e51750bf578392fea618e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 01:22:01 2014 +0000

    It's not a string, it's a byte array (bit array, really).
    
    Also, RFC 5035 isn't a complete ESS spec, it's an update to RFC 2634.
    
    svn path=/trunk/; revision=54884

commit 9c953985a14cc29eddc41242ced64e3636d82434
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 22 01:10:31 2014 +0000

    Clean up whitespace: use consistent indentation, etc;
    Add editor modelines.
    
    svn path=/trunk/; revision=54883

commit 90d7c5f59b574e254bc1bb70aaaf12372fe97cc3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 22 00:26:36 2014 +0000

    Don't write out packets that have a "captured length" bigger than we're
    willing to read or that's bigger than will fit in the file format;
    instead, report an error.
    
    For the "I can't write a packet of that type in that file type" error,
    report the file type in question.
    
    svn path=/trunk/; revision=54882

commit 5c825d6a364d83dace7b6c682aa47678e89df79b
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Jan 21 22:16:05 2014 +0000

    mp4 box type is always a 7bit ascii string
    
    svn path=/trunk/; revision=54881

commit ddb966fb2fbe95c22948dab6e33d39647868d189
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 20:13:40 2014 +0000

    The file's name has a lower-case "p" in "9p".
    
    svn path=/trunk/; revision=54880

commit 87f4b376f1cc4e0e89f880c4891661e5f20ee34e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 20:13:17 2014 +0000

    Fix one half-changed tvb_get_string() call.
    
    svn path=/trunk/; revision=54879

commit 4eb619b677b661df94ef2eb712d7d8117f1c2e0f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 20:12:48 2014 +0000

    Always combine ENC_UTF_8 with ENC_NA.
    
    svn path=/trunk/; revision=54878

commit 73598a7991d605debcb1489ef3efec4c4caf9ad8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 20:08:39 2014 +0000

    IA5 = ASCII.  Use tvb_get_string_enc() with an explicit encoding, not
    tvb_get_string().
    
    svn path=/trunk/; revision=54877

commit 4b02416cc93fe3173b48e418a806a33d41fc8369
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 19:53:52 2014 +0000

    9p strings are, not surprisingly, encoded using UTF-8; replace
    tvb_get_string() calls with tvb_get_string_enc() calls explicitly
    specifying UTF-8.
    
    svn path=/trunk/; revision=54876

commit f4ab2b2b004bc46eb91607dbc8146e388d4e6f2a
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Jan 21 18:48:01 2014 +0000

    Harden nfs_name_snoop_add_name against various malformed inputs. Thanks to Moshe
    Kaplan for the report.
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9672 and some
    other cases in the same vein.
    
    svn path=/trunk/; revision=54875

commit 4d9475e4ef71951d60120746f8bb130d3918f015
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 09:56:34 2014 +0000

    Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the job
    better.
    
    We don't need eventlog_get_unicode_string_length() in the eventlog
    dissector, either - tvb_unicode_strsize() does the job just as well.
    
    svn path=/trunk/; revision=54874

commit 35d0d0f1ae67528f1f2f7f23651b498178f7143a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Jan 21 08:59:47 2014 +0000

    From Igor Slepchin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9675 :
    RMT LCT dissector doesn't display 48-bit TOIs and TSIs properly
    
    svn path=/trunk/; revision=54873

commit 8f8eeb5dcea62a1d4dd27cec193756844fe12c43
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 08:50:35 2014 +0000

    Check the return of wtap_dump_close() even if we've gotten a read error;
    the only reason not to check it is if we've already gotten a write error
    and another write error would be superfluous (either "you got two of the
    same error" or "you got an I/O error *and* you ran out of disk
    space/disk quota" is of limited interest).
    
    Discard the return value of wtap_dump_close() in the case where we've
    already gotten a write error, in the hopes of squelching a Coverity
    warning.
    
    svn path=/trunk/; revision=54872

commit 0bc06ee3ab5ddc3bf00a97be4444b2a5d5f56385
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Jan 21 02:32:48 2014 +0000

    - Remove unneeded #includes;
    - "Once-only" test not needed in proto_reg_handoff..();
    - Set COL_PROTOCOL, clear COL_INFO at the begining of the dissector
       before fetching data from the tvb;
    - Use tvb_reported_length;
    - Use col_set_str/col_append_str where appropriate;
    - Zigbee --> lwm;
    - Fix typo;
    - Reformat some whitespace for consistency.
    
    ToDo:
    - Review use of col_...() and expert...() under 'if (tree)';
    - Review use of col_clear(..., COL_INFO) after text already added to COL_INFO;
    - Review certain tvb fetches to ensure  no fetches using a negative offset;
    
    svn path=/trunk/; revision=54871

commit 45d5b742190d9a5532ce95fbda8af61689e9023e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 01:44:58 2014 +0000

    Fix declaration of tvb_get_string().
    
    svn path=/trunk/; revision=54870

commit c540e33c495fa316aeea13ba5e267fc42e41a847
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Jan 21 01:24:13 2014 +0000

    Add properties ....
    
    svn path=/trunk/; revision=54869

commit 9cdf8dd5f5c1466c056d40f069cda28bdedfb1cc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 21 01:23:29 2014 +0000

    Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping for
    UTF-8 strings.
    
    Add that mapping for null-terminated ASCII strings.
    
    Factor out some common parts of comments about string routines, and
    clean up some other comments.
    
    svn path=/trunk/; revision=54868

commit 6517e3ba4b294931601f74112439eb827a3b5c85
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Jan 20 23:30:01 2014 +0000

    don't use tvb_get_string(..., len) to get exactly len raw bytes
    from a tvbuff
    
    svn path=/trunk/; revision=54867

commit ae82a1cafef36924e52330273383ed78771c86ee
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Jan 20 22:06:19 2014 +0000

    make MMI strings filterable
    
    svn path=/trunk/; revision=54866

commit 26701ed0f7f1d12a0535e287ee9ac299898ea64e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Jan 20 21:56:38 2014 +0000

    remove todo comments
    
    svn path=/trunk/; revision=54865

commit 933e95c8eca8891dcb5c83e3ffa78eb2a3138ec0
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Jan 20 21:39:00 2014 +0000

    tvb_get_string(): replace 8bit characters with the unicode replacement char
    
    svn path=/trunk/; revision=54864

commit 1d27123ab104fccaa7d327b59692b74b09abd0a7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 20 21:37:32 2014 +0000

    Longs are not guaranteed to be 64-bit.  Use G_GINT64_MODIFIER to format
    64-bit quantities.
    
    svn path=/trunk/; revision=54863

commit 3a96d94c50da47924a80d14e6f297b0a17ae6c8b
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 20:36:42 2014 +0000

    From Michal Labedzki:
    Bluetooth/Ubertooth: Improvements: Support for new btsnoop format, almost finished btle and minor fixes.
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9606
    
    svn path=/trunk/; revision=54862

commit 5fc0904093ecb6b1c90cbc5f3e09afa6d391cc27
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 20:30:41 2014 +0000

    packet-bootp.c: In function 'dissect_vendor_generic_suboption':
    packet-bootp.c:3293: warning: unused parameter 'pinfo'
    packet-bootp.c:3293: warning: unused parameter 'v_ti'
    packet-bootp.c:3294: warning: unused parameter 'optend'
    
    svn path=/trunk/; revision=54861

commit f0fb43a6215f0845face2b5dd0df568012321ae1
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 20:26:04 2014 +0000

    From alexeyv:
    Add decryption for resumed TLS sessions with a session ticket.
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5963
    
    svn path=/trunk/; revision=54860

commit 6402d8590ea0fe7bfb6fbc8d530cce64a0080183
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 20:03:49 2014 +0000

    Add generic dissection of unknown vendor sub options.
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9594
    
    svn path=/trunk/; revision=54859

commit 77e4a2f09c4e9f2e70184954f1b1a979a6df5c0b
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Jan 20 19:32:43 2014 +0000

    Fix 32/64 casting and add a note where the loss of precision might actually be a
    problem for 32-bit platforms.
    
    svn path=/trunk/; revision=54858

commit f5931c75599ef14b31f3eb8a0eb3e93a775bb903
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Jan 20 19:13:42 2014 +0000

    From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612
    
    AMQP 1.0 Dissector
    
    svn path=/trunk/; revision=54857

commit d2410336b8539d65fae563aa919032c4ce2f77b2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 20 18:35:45 2014 +0000

    From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638
    
    New Dissector For Lightweight Mesh protocol
    
    A dissector for ATMEL Lightweight Mesh protocol (lwm).
    The protocol is carried on the top of 802.15.4 frame.
    
    From me:
    * Add Modelines info
    * Fix indent (use 4 spaces)
    * Remove trailing whitespace
    
    svn path=/trunk/; revision=54856

commit c80e021e6f40f498db163d1bb4e63269f1c32129
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 20 09:42:52 2014 +0000

    Add modelines info
    
    svn path=/trunk/; revision=54855

commit fdee9286926c5b75de6cfed87ecded03cb72db3b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 20 09:42:45 2014 +0000

    Fix indent (use 4 spaces) and remove trailing whitespace
    
    svn path=/trunk/; revision=54854

commit 663ddb38d22a42a72591494c06e915f8d777c7a7
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 20 07:53:42 2014 +0000

    Fix build with CMake (Missing tap_export_pdu in ui/CMakeLists.txt
    
    svn path=/trunk/; revision=54853

commit 18d3a7010fd1b32a8772e8c8d6a8c7a288a532f8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 20 07:53:00 2014 +0000

    Fix typo (only need one comma)
    
    svn path=/trunk/; revision=54852

commit 072cce1ee1a2ac8f8c38500523438d66bfb6a7ca
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 06:59:10 2014 +0000

    From Abdul Hannan Khan:
    Correct AVP flags.
    
    svn path=/trunk/; revision=54851

commit e45896cafc3f6f2b452d80396d38ea0accd3510e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 20 05:51:10 2014 +0000

    Split the GUI and the tap part to make it possible to adapt to Qt.
    
    svn path=/trunk/; revision=54850

commit a8002aa0b74e747d835889d8897c5733ba052ee0
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 19 17:59:20 2014 +0000

    Fix two coverity messages:
    
    *** CID 718534:  Dereference before null check  (REVERSE_INULL)
    /tools/lemon/lemon.c: 3425 in translate_code()
    3419                rp->rhs[i]->index,i-rp->nrhs+1);
    3420           }else{
    3421             /* No destructor defined for this term */
    3422           }
    3423         }
    3424       }
    >>>     CID 718534:  Dereference before null check  (REVERSE_INULL)
    >>>     Null-checking "rp->code" suggests that it may be null, but it has already been
    +dereferenced on all paths leading to the check.
    3425       if( rp->code ){
    3426         cp = append_str(0,0,0,0);
    3427         rp->code = Strsafe(cp?cp:"");
    3428       }
    3429     }
    3430
    
    *** CID 1156989:  Out-of-bounds read  (OVERRUN)
    /tools/lemon/lemon.c: 3139 in tplt_xfer()
    3133       int i, iStart;
    3134       char line[LINESIZE];
    3135       while( fgets(line,LINESIZE,in) && (line[0]!='%' || line[1]!='%') ){
    3136         (*lineno)++;
    3137         iStart = 0;
    3138         if( name ){
    >>>     CID 1156989:  Out-of-bounds read  (OVERRUN)
    >>>     Overrunning array "line" of 1000 bytes at byte offset 1000 using index "i"
    +(which evaluates to 1000).
    3139           for(i=0; line[i] && i<LINESIZE; i++){
    3140             if( line[i]=='P' && i<(LINESIZE-5) && strncmp(&line[i],"Parse",5)==0
    3141               && (i==0 || !safe_isalpha(line[i-1]))
    3142             ){
    3143               if( i>iStart ) fprintf(out,"%.*s",i-iStart,&line[iStart]);
    3144               fprintf(out,"%s",name);
    
    svn path=/trunk/; revision=54849

commit a0df200a8407164c654051bae921f494bf8bb454
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Jan 19 16:19:24 2014 +0000

    coverity 702387
    add missing NULL check
    
    svn path=/trunk/; revision=54848

commit f544e0812a5c2cdec3d376f58f9785d19e1f5b67
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Jan 19 16:06:45 2014 +0000

    coverity 281214
    check the return value of strtok() before passing it to strtoul()
    
    (can't be triggered in practice as dumpcap never sends a NULL string)
    
    svn path=/trunk/; revision=54847

commit bb5051e85a0aa668b2373af27eabe10cbb95688a
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Jan 19 15:03:43 2014 +0000

    [Automatic manuf, services and enterprise-numbers update for 2014-01-19]
    
    svn path=/trunk/; revision=54844

commit 95ed1b4977c656e0f2fd8fb3412144f5c3c64d86
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Jan 19 09:40:04 2014 +0000

    As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the private part of the hf structure.
    
    svn path=/trunk/; revision=54843

commit 113c6d5f55b3aad3d6b9061adea3ba40f15bc185
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 19 02:18:24 2014 +0000

    Fix a typo
    
    svn path=/trunk/; revision=54842

commit 88a205d5e6e8d372130b2562716026a9d0b1f509
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 19 01:08:52 2014 +0000

    Error doesn't exist, use warning instead.
    
    svn path=/trunk/; revision=54841

commit 2a21b01fbbc4c98acf0a02ef9a923d648110eb99
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 19 00:48:22 2014 +0000

    Add option to specify special permissions for dumpcap during cmake phase:
    set(DUMPCAP_INSTALL_OPTION   <val>)
    where val is one of "normal" "suid" "capabilities"
    
    Some things left to do:
    - Error out in cmake if setcap isn't found or libcap isn't found.
    - Move multivalue option handling into it's own macro (-file) with
      value checking
    
    
    svn path=/trunk/; revision=54840

commit 5783452ab27e4f64d75eff9aab5587bdca415e02
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Jan 18 22:52:56 2014 +0000

    -Warray-bounds was listed twice
    
    svn path=/trunk/; revision=54839

commit 8424cf3f8c794e9f7d6bc655041d8d83c839cb7a
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 18 00:03:02 2014 +0000

    Add environment checks. Add a topic to our refspec.
    
    Check for a 'gerrit' remote and for a commit-msg hook. The hook script
    doesn't work on my system. This might be due to
    http://code.google.com/p/gerrit/issues/detail?id=843
    
    svn path=/trunk/; revision=54838

commit 642949701501d313059c3e7de888af266e00d0d1
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 17 22:18:50 2014 +0000

    Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :
    SMPP: source_telematics_id value length is 1 byte
    
    svn path=/trunk/; revision=54837

commit f63d80c2e4dbead4aca586deb67d97377b0cb37d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 17 21:52:55 2014 +0000

    From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9650 :
    ZigBee ZCL Appliance Identification: fix endianness of Company ID, Brand ID and Product Type ID
    
    svn path=/trunk/; revision=54836

commit c852f994eac3c0b438e6e768af6e7ef3669ee602
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 17 20:06:39 2014 +0000

    From Toralf Förster
    fix format strings for signed integers
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9637
    
    svn path=/trunk/; revision=54835

commit 90ea235292d7f165ff95d64345e55a16364ae5aa
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 17 19:35:57 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54834

commit 43595fa3f0c8b93fe59a4987c95d50714c34d229
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 17 19:21:41 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54833

commit 493ba3e3675ae48e042552b7cb4c38ef0a5e3038
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 17 18:58:50 2014 +0000

    Try to fix warning: initializer element is not computable at load time.
    
    svn path=/trunk/; revision=54832

commit a49fee443bdc587fe3c7d337c6522f3aa3a6952c
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 17 18:55:49 2014 +0000

    Fix a bug intrduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54820
    
    svn path=/trunk/; revision=54831

commit 7649011c91d0dc52819a9c5710b4446f5ebd6326
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 14:40:46 2014 -0800

    Apply layouts in Qt Creator. Fix a tooltip.
    
    Change-Id: I02759cb83ef970395a80acaafb9a28c630000000

commit fae3157f04d1567a9fbc24e22f7fa9fad8ff1ef6
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 20:15:20 2014 +0000

    Look for win_flex and win_bison.
    
    svn path=/trunk/; revision=54830

commit 705083d2790976821c4c7db6eb95eb2aa071a2ae
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 19:42:13 2014 +0000

    If you use bashisms it means you're a bash script.
    
    svn path=/trunk/; revision=54829

commit 8db4bc2499a43afe57fca8589a43d7ee30cd1b86
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 18:57:29 2014 +0000

    More Chocolatey lex/yacc updates.
    
    Add Windows-style path handling to runlex.sh. Update the example
    Chocolatey LEX path accordingly. This lets us use path information in
    LEX and have it work in both nmake and runlex.sh
    
    Add a FindChocolatey.cmake module. Update FindLEX and FindYACC to use it.
    The code is currently untested and commented out.
    
    svn path=/trunk/; revision=54828

commit 62249477b6b159e929ac4f94bf5e3c38c475636d
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Jan 16 12:02:30 2014 +0000

    Remove #include and make the situation with snow3g clearer in a comment.  May need further removal, depending upon concensus on wireshark-dev
    
    svn path=/trunk/; revision=54827

commit 8c608ca3d1e7698c4a49af08721d179adce9da7f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Jan 16 07:30:22 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54826

commit bce9eaad75f7d352ca9e80bb0c0e81801e414887
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 02:23:42 2014 +0000

    Partially revert r54824.
    
    svn path=/trunk/; revision=54825

commit d5b706be513769a6f44fffb23b4d87b9c45f3c05
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 16 01:28:02 2014 +0000

    Allow the use of Win flex-bison and document how to do that.
    
    svn path=/trunk/; revision=54824

commit 60045cae1cf352861deaf86d581c1e44ad27b128
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 15 23:56:41 2014 +0000

    Implement basic support for SPXII decoding (at least we get the payload offsets
    right now).
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552
    
    svn path=/trunk/; revision=54823

commit 1c6679c5ec91e56a037a7e523282b6d617b2beb2
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 15 23:09:36 2014 +0000

    Dissect SPXII flag bits.
    
    First part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552
    
    svn path=/trunk/; revision=54822

commit 622d9cb953c3c177dabc9baea451f60ccd750263
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 15 23:00:07 2014 +0000

    Add modelines and fix one indentation issue.
    
    svn path=/trunk/; revision=54821

commit efbecb3e9a29f63191edadc7507d86d98ea15937
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 15 19:29:03 2014 +0000

    Fix a couple of
    warning: initializer element is not computable at load time
    
    svn path=/trunk/; revision=54820

commit 3f6502079a2b4e2c61b7e78a2c70057a5cf0d80a
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 15 18:06:57 2014 +0000

    Add captype and tfshark binaries to .gitignore
    
    svn path=/trunk/; revision=54819

commit 9374ede4ff5164b417b392a467fb758d62b31d57
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 08:38:14 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54818

commit 2f0ddb96d093a4ea925e7f7053587c96f507569b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 08:36:09 2014 +0000

    Fun and games with const.
    
    svn path=/trunk/; revision=54817

commit 9228c72ef0f34982cfe344d74570adabb86c6cf1
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 08:35:55 2014 +0000

    Explain casting away const.
    
    svn path=/trunk/; revision=54816

commit 1f8d2e25d23f0ee30b809c29b8d2a30e33ab61b1
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 15 07:13:23 2014 +0000

    Update to version V12.3.0 (2013-12).
    
    svn path=/trunk/; revision=54815

commit d15a6d0add6554e82efdeca73f7f85be798f0c62
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 03:37:06 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54814

commit ada9dafdf05fdf25547eedad770ca5146704bce4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 03:35:44 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54813

commit dae86605b61bbbabd54749e6bde7c0c10b031ca8
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 15 02:09:11 2014 +0000

    Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes many
    heuristic cases broken in r49999 when we permitted packets > 64KB, since that
    relaxed so severely the definition of a valid packet header.
    
    64MB is an arbitrary and perhaps suboptimal number, but it seems to do the right
    thing in all the examples I have handy.
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9634
    
    svn path=/trunk/; revision=54812

commit 61867d0b2f80971dc6927c50f61a4d2bb0420cad
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 15 01:05:03 2014 +0000

    Eliminate fvalue_set() in favor of routines that take arguments
    appropriate for particular FT_ types.  This lets us do some more type
    checking and lets us use const pointers when appropriate.
    
    Constify a bunch of stuff, and don't cast away constness.
    
    svn path=/trunk/; revision=54811

commit 04b18f44c1af4da3c8c089c58bbc9bb2a1362bc1
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Jan 15 00:52:27 2014 +0000

    Make it more clear that we're faking a git description for now.
    
    svn path=/trunk/; revision=54810

commit d7e93e99c7b3486b280c2c6dc5c3aa37ab608fcd
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Jan 15 00:51:38 2014 +0000

    Copy over recent changes from trunk-1.8 along with some local
    modifications.
    
      ------------------------------------------------------------------------
      r54807 | gerald | 2014-01-14 16:35:34 -0800 (Tue, 14 Jan 2014) | 2 lines
    
      Start using the output of 'git describe'.
      ------------------------------------------------------------------------
      r54805 | gerald | 2014-01-14 15:38:16 -0800 (Tue, 14 Jan 2014) | 2 lines
    
      Start adding support for plain git.
      ------------------------------------------------------------------------
    
    svn path=/trunk/; revision=54809

commit 62aef677200b856905bd882366d75d2e45dcb879
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 14 20:48:30 2014 +0000

    Fix typo (Direcly => Directly)
    
    svn path=/trunk/; revision=54804

commit 4ed44704d2d0f9ef7001c3ed83ab3ee2ac91dbe8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 14 20:37:23 2014 +0000

    Add filetap/abi* to .gitignore
    
    svn path=/trunk/; revision=54803

commit 32da185ed5edb2b2db4e06021536b1a921dcd293
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:42:54 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54802

commit a48d06df11ae7abdc196dd897a20bea414832b7d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:42:16 2014 +0000

    We have to cast away constness here, because C doesn't have
    parameterized types.
    
    svn path=/trunk/; revision=54801

commit f862fc40ba18f322c995566de6bc7abea9faff36
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:35:36 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54800

commit d99e0b13d49ae732107ab2f89747215b9c3ec213
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:34:01 2014 +0000

    Regenerate ANSI TCAP dissector from the changes in r54499.
    
    svn path=/trunk/; revision=54799

commit afc159eaf372bac35c9a71cf3208064e692cd1e4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:19:31 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54798

commit 11220f625c38e6e1413f76e592d90d3ce6e74545
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:16:12 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54797

commit 834c79a07e524641010fcb215cd5bc40c7fb507f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:12:14 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54796

commit 570a36436c07e1baa10c69fb153dff266606c405
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 18:03:54 2014 +0000

    Consistently use "guint8" for "8-bit byte".
    
    Constify.
    
    For routines that manipulate sequences of 8-bit bytes, have them take
    guint8 pointers rather than void pointers.
    
    Don't cast away constness.
    
    svn path=/trunk/; revision=54795

commit 7a559d2876d0d9a9b5da411c8878561a399864d3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 17:49:50 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54794

commit 13176da15bb334b09d78203072207dee4614c71a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 17:47:31 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54793

commit 0a99ee25d5cce63ddbd52215969bae948c7501d3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 17:45:03 2014 +0000

    Don't make claims of constness that can't be guaranteed in terms the C
    compiler can verify.
    
    svn path=/trunk/; revision=54792

commit 85ab202c08b3e0c5eafef26f3dddc2c4214b5ac4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 14 17:44:21 2014 +0000

    Fix -Wsometimes-uninitialized found by Clang
    
    packet-pdcp-lte.c:1397:9: error: variable 'decrypted_data' is used uninitialized whenever 'if' condition is false
    packet-pdcp-lte.c:1469:50: note: uninitialized use occurs here
        decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length);
    packet-pdcp-lte.c:1353:27: note: initialize the variable 'decrypted_data' to silence this warning
    
    packet-pdcp-lte.c:1397:9: error: variable 'payload_length' is used uninitialized whenever 'if' condition is false
    packet-pdcp-lte.c:1469:66: note: uninitialized use occurs here
        decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length);
    packet-pdcp-lte.c:1354:24: note: initialize the variable 'payload_length' to silence this warning
    
    svn path=/trunk/; revision=54791

commit 6b6d709afc6527da1ed496277763975a6cfe460a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 14 17:44:07 2014 +0000

    Fix unused const variable found by Clang 3.4
    
    svn path=/trunk/; revision=54790

commit a48b6f4aac483dc1db2a59c1f3e800dd8c64ae7a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Jan 14 16:51:10 2014 +0000

    Upgrade LTE RRC dissector to v11.6.0
    
    svn path=/trunk/; revision=54789

commit 330654baf8f16fac4529a0f62c323397369ccb11
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Jan 14 16:48:43 2014 +0000

    SNOW3G is not available on default Wireshark
    
    svn path=/trunk/; revision=54788

commit eabf15f80ac98a00a738fffe718f37a04138ac41
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Jan 14 16:23:38 2014 +0000

    Fix dissection of 3GPP2 SMS encoded in UCS2
    
    svn path=/trunk/; revision=54787

commit 293f8ca2478e075a39d06a1f3fe5f5f1bbdb0c2b
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Jan 14 16:22:44 2014 +0000

    Make sure we allocate bytes for snow3g at least rounded up to next 4 byte boundary
    
    svn path=/trunk/; revision=54786

commit b948c75dfefcc726c7ade21d94259bdf68bb84b4
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Jan 14 15:11:35 2014 +0000

    Update a comment
    
    svn path=/trunk/; revision=54785

commit 58e88001362ec6bb7e16f7938de507a203efbdfb
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Jan 14 15:07:20 2014 +0000

    Add snow3g integrity (not quite working for me), but rework how integrity and ciphering functions and conditional compilation is done
    
    svn path=/trunk/; revision=54784

commit b0d4e7a34bcabbdad0be1d958d4febaa8a52f03f
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Jan 14 14:01:03 2014 +0000

    UCS2 encoded SMS is directly read from data -> remove PROTO_ITEM_SET_GENERATED()
    
    svn path=/trunk/; revision=54783

commit b01a99c385bc80566cff9134f93b5d4680dd5a58
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Jan 14 11:09:47 2014 +0000

    Provide hook for calling EEA1 implementation (Snow3G).  Implementation not supplied due to licensing conditions.  TODO: EIA1.
    
    svn path=/trunk/; revision=54782

commit e2b668efe769286e3bdcfce7da7040851f4ca10d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 10:50:26 2014 +0000

    Whoever in GLibland was responsible for defining the signature of
    g_snprintf() owes the world a huge apology.  They *could* have just used
    size_t, or they *could* at least have, if they insisted on having GLib
    types to mirror regular types, made gsize an alias for size_t and,
    whatever they did with gsize, they *could* have used it as the argument
    for the size of the buffer for g_snprintf(), but no, they had to use
    gulong.
    
    svn path=/trunk/; revision=54781

commit ecdc8646561af52fdc7ac7ac78b978bc97e481cd
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:32:50 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54780

commit e1b57afbc9b67483513490cca2cd8a9c68ba949e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:30:45 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54779

commit 9232db14c7bb67378ce714e55f26208c670ebe5d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:30:24 2014 +0000

    But *do* cast const void * to the appropriate type.
    
    svn path=/trunk/; revision=54778

commit 1ec9417a43d6708ea00cbfd307bdb840149e9764
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:26:24 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54777

commit 6aa49e37e0459eb820a6ab4f160c08a0aa284a42
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:22:38 2014 +0000

    Don't assign away constness.
    
    svn path=/trunk/; revision=54776

commit bd165ab19a5053da683a6d17fa8f1aab8b2ccdf0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:14:28 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54775

commit 4a82c3b60b358ed67d3e2492aa6a93e115242d21
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:12:45 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54774

commit dc7103456583b9368f69fe87548113f79892a833
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 08:09:33 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54773

commit 382e2c895c16dd0b83f9b0f725417289d5932a3d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 07:59:58 2014 +0000

    gsize, not gusize.  Whatever.
    
    svn path=/trunk/; revision=54772

commit 8b2aced72c505ec621386666e67e46ce8d183034
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 07:58:18 2014 +0000

    Glib, gotta love it.  No, gusize isn't the same as size_t, it's long,
    which is Too Damn Short on Windows.  (Microsoft, gotta love 'em.  I
    guess even more Windows programmers than UN*X programmers thought long
    was 32 bits, now and forever, world without end, amen.)
    
    svn path=/trunk/; revision=54771

commit aaeb6a467b596375406c0bd5171cc7f300dbb5eb
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 07:56:43 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54770

commit dd152d81af022cd0004a4db4371c5c27fc3ab15e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:49:04 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54769

commit 4a7636a6f83c83dfeab4392b3a2863a957117c98
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:47:50 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54768

commit c6c1887a0b9a028802826243fc61e8669f28f37e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:39:57 2014 +0000

    Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as the
    ip_to_str equivalents do.
    
    Don't cast away constness, and don't make it necessary to do so.
    
    svn path=/trunk/; revision=54767

commit e1f6ad8387f43135e62caf8c21014a38985ec8a8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:29:02 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54766

commit 0f40fd837cf49a25d5c6a8df831196c5217948db
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:25:51 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54765

commit 720cfe49c8b185b26d89f424299ab485f7a1b678
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:23:48 2014 +0000

    Don't cast away constness.  In one place, this requires that we use one
    pointer while we're filling in a string and then assigning it to a const
    pointer when we're done.
    
    Don't use guint16 as a size value; it does no good (it doesn't magically
    protect you againt too-long strings), it runs the potential risk of
    overflow, it doesn't save time for arithmetic (32-bit or 64-bit
    arithmetic may well be faster, and will at least be as fast), and it
    doesn't save space (if it fits in a register, you save nothing, and if
    it's on the stack, there will probably be padding.
    
    svn path=/trunk/; revision=54764

commit 547efd4dc92a54817fcb7bcc0dc9877cfbc646c8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 05:17:06 2014 +0000

    Cast away constness.
    
    svn path=/trunk/; revision=54763

commit 1980bb74d984847480c28ae27ce080f4f2cce51c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 04:09:21 2014 +0000

    Constification.
    
    svn path=/trunk/; revision=54762

commit 1b0cfd415ccc5211107d60bda52d299ea209381f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 04:05:23 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54761

commit 6a4bd7a91e970a8d300c3df7d19abdccc6e44cea
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 04:01:59 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54760

commit 6a9b99cf98436e12072e43876e8bee0a120d7a6f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 04:01:34 2014 +0000

    And more constification.
    
    svn path=/trunk/; revision=54759

commit ccbebb0ee3e841c11b56dd44235a14b6cdfdf08e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 03:56:36 2014 +0000

    More constification.
    
    svn path=/trunk/; revision=54758

commit c1b602584df7eefdf1526f1df6eae25063a0e29d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 03:24:37 2014 +0000

    Don't make promises of constness that we can't honor.
    
    svn path=/trunk/; revision=54757

commit 60f06e558a9226e6faa659d16eb589320ac206d2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 03:16:27 2014 +0000

    Don't cast away constness when you don't have to.
    
    svn path=/trunk/; revision=54756

commit 3decdd5d9841eed596ba5b79cfd8afda8f2e3513
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 03:06:40 2014 +0000

    Squelch some casting-away-constness warnings.
    
    svn path=/trunk/; revision=54755

commit f7b0675bc6e2df2c62ff1f9e2751ed12583fe762
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 02:30:05 2014 +0000

    Clean up references to an address and squelch some warnings.
    
    svn path=/trunk/; revision=54754

commit 7b32b5c14a0c7ea1174e683f5920fbd33ee0cfc6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 02:25:20 2014 +0000

    Don't cast away constness.
    
    svn path=/trunk/; revision=54753

commit 88e3e47bfd4fb585e7bd795b65932630e337c16a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 02:17:16 2014 +0000

    More prototype cleanup.
    
    svn path=/trunk/; revision=54752

commit 6b8e8d3fea855f954d7962e50c3440f8d4f789cf
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 02:06:42 2014 +0000

    Make a routine not used outside the SNMP dissector static.
    
    svn path=/trunk/; revision=54751

commit 97137766e7f80aef469ca365046ab9af927e8c17
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:44:36 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    Said header declares pipe_input_cb_t, so we don't have to do it
    ourselves.
    
    svn path=/trunk/; revision=54750

commit d399b7ac9031ace67b982040687d6a1a92574bb9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:41:38 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    svn path=/trunk/; revision=54749

commit afef2cd8f4449f911d4c374e55c002727aa1057a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:40:09 2014 +0000

    Detangle the #ifdefs a bit.
    
    svn path=/trunk/; revision=54748

commit 2e5c54935b8cbeac6a7dea3c2fe5077588216b9a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:35:13 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    Don't cast away constness when passing something to a routine that takes
    a const pointer argument.
    
    svn path=/trunk/; revision=54747

commit 6a37db92d100394ec3841e3b706f8b89f28fde02
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:31:49 2014 +0000

    Make a routine not used outside this file static.
    
    svn path=/trunk/; revision=54746

commit 205162061e37d63417b003e43ecc10e94453bdb0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:29:16 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    svn path=/trunk/; revision=54745

commit 91ad2eadb82d5013791ce8bfc1332a8b05d55f59
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:26:51 2014 +0000

    Include ui/progress_dlg.h to get the declaration of
    delayed_create_progress_dlg().
    
    svn path=/trunk/; revision=54744

commit d041ec61afe7811cf86438b900ef9a6a30769b24
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:23:49 2014 +0000

    #if 0 out an unused routine.
    
    svn path=/trunk/; revision=54743

commit 5a43b704c8fbedf35663127e966b4955c17922f4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:16:55 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    svn path=/trunk/; revision=54742

commit 8642c3f473d02505389932c40cb740178e92c843
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 14 01:11:42 2014 +0000

    Make a routine used only in this file static.
    
    svn path=/trunk/; revision=54741

commit 2081d99c2d0c9ab91e7f91c19e731ac0fc27d513
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 23:05:44 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so - which means
    creating the header file in the first place.
    
    Also, declare proto_register_wimax_compact_dlmap_ie() early in
    wimax_compact_dlmap_ie_decoder.c, similar to what we do in
    wimax_copact_ulmap_ie_decoder.c.
    
    svn path=/trunk/; revision=54739

commit d363ef35ca33e2127063664b7fc1e72088792e2d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 23:03:30 2014 +0000

    tvparse_until() is used, so don't make it static.
    
    svn path=/trunk/; revision=54738

commit 41a13add473c9ffa9a9ea7e24854f5144e9ef458
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Jan 13 22:57:31 2014 +0000

    Upgrade LPP dissector to v11.5.0
    
    svn path=/trunk/; revision=54737

commit f8cb559431c2417ec68b1bd59586ae17155b8759
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Jan 13 22:54:41 2014 +0000

    Update SVN properties
    
    svn path=/trunk/; revision=54736

commit 9935ef747409e346cd49d174c78615b1020fe043
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:46:05 2014 +0000

    dissect_CBA_Connection_Data() isn't used outside packet-dcom-cba-acco.c,
    so make it static - and get rid of the #if 0'ed out declaration in
    packet-dcom-cba-acco.h.
    
    svn path=/trunk/; revision=54735

commit 7ef949bc39530cc5f699b38d166605abc5e8c6d7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:38:56 2014 +0000

    No reason for decode_bgp_rd()'s return value to be non-const, so make it
    const.
    
    svn path=/trunk/; revision=54734

commit 40791d0c4c6005ad7581f83429610e9f66a9680d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:36:52 2014 +0000

    Move dissect_pn_uint16_ret_item() to packet-pn.c, to be with its sibling
    dissect_pn_uint16().  Declare it in packet-pn.h.
    
    svn path=/trunk/; revision=54733

commit 4a09abdf678942168ed7c8f2bb9e37d60b00a696
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 13 22:25:13 2014 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54732

commit 86f6c85860b8c6dd64177b935a128b5b1fc0dfe8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 13 22:25:03 2014 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54731

commit 4fdbf843a6281b39c06765554afb48a9ac8eead0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:24:54 2014 +0000

    dispatchService() is imported from other code; declare it in
    opcua_transport_layer.h, not opcua_transport_layer.c.
    
    svn path=/trunk/; revision=54730

commit 4cf9cd343f61b5098a2264eb1e15e27a3ca47d55
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 13 22:24:53 2014 +0000

    From Kevin Loewen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9631
    
    Add dissector for Pathport Protocol
    
    From me :
    * Fix indent (use 4 spaces)
    * Remove unused variable and fix Clang warning
    
    svn path=/trunk/; revision=54729

commit 10345a6b2e87d842e5f9968b73ec86d60c29c844
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Jan 13 22:24:32 2014 +0000

    From Miroslav Miklus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9504 Enhance BGP dissector : bgp-ls dissector (draft-ietf-idr-ls-distribution-04)
    
    BGPTYPE_LINK_STATE_ATTR is temporarily set to 99, would need change when IANA allocate a Path Attribute value for BGP-LS
    
    From me :
    * Fix indent
    * fix arg encoding (via encoding-args tools)
    
    svn path=/trunk/; revision=54728

commit c9778167eadaaa4392cbb34509a3f8234b8d467f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:20:25 2014 +0000

    #if 0 out unused routines claimed to be "untested" and #if 0'ed out in
    epan/tvparse.h, and static routines used by that code.
    
    svn path=/trunk/; revision=54727

commit 1f1887f47e38e7df162a8250055e8391bfff93fe
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:14:38 2014 +0000

    Get rid of unused routine (the initialization is done in
    geoip_db_post_update_cb() - as the comment says, "and also once on
    startup").
    
    svn path=/trunk/; revision=54726

commit 59722b868dbab7395fcea01beefef8a496af0a74
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 22:06:12 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so - which means
    creating the header file in the first place.
    
    That means luaopen_bit() doesn't need to, and shouldn't be, declared in
    wslua.h.
    
    Have make-reg.pl generate a #include of lua_bitop.h.  Also fix the "this
    is autogenerated" warning.
    
    svn path=/trunk/; revision=54725

commit 020230e865033fb9ab0e2f7db0b5eee6d8fa88a2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 21:36:43 2014 +0000

    f_k() is used outside packet-gsm_a_rr.c, so it can't be static.
    
    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so - which means
    creating the header file in the first place.
    
    That means f_k() doesn't need to, and shouldn't be, declared in
    packet-gsm_rlcmac.h.  Include packet-gsm_a_rr.h in packet-gsm_rlcmac.c.
    
    svn path=/trunk/; revision=54724

commit 7f5567a6058cc306e7257eedfe11ab1c96ad7abc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 21:23:46 2014 +0000

    lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() are
    used in the Netlogon dissector, so don't make them static.
    
    Now that we've added HEADER START/HEADER END to Pidl, use it to declare
    those routines in packet-dcerpc-lsa.h.  Don't declare them in
    packet-dcerpc-netlogon.c, as they're now declared in the header.
    
    svn path=/trunk/; revision=54723

commit 386c5ba6c6ce20695786bc71c6e75a60f98fcd03
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Jan 13 21:23:36 2014 +0000

    Fix crash when exporting to CSV file
    
    svn path=/trunk/; revision=54722

commit 833d315c0242b6b3f91e0fb46936c2893abf8f22
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 21:18:29 2014 +0000

    Document {CODE,HEADER} {START,END}.
    
    Clean up indentation.
    
    svn path=/trunk/; revision=54721

commit a2979508d011e897f9867997711e4496b1905ac7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 21:05:44 2014 +0000

    Add HEADER START and HEADER END, similar to CODE START and CODE END, to
    allow stuff to be put into the .h file; that way, if you put helper
    functions into the .c file, for use by dissectors other than the one
    being generated, you can put declarations for them into the .h file.
    
    Do some checks for mis-nesting of CODE and HEADER blocks.
    
    Clean up the "this is generated code" header.
    
    svn path=/trunk/; revision=54720

commit c463f6cc88f7d3256d4bae7e4167ff1988645e1c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 20:17:20 2014 +0000

    Make a routine not used outside this file static.
    
    svn path=/trunk/; revision=54719

commit 7cff496408f2c703aa5f310331f482f60ead3aec
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 20:14:00 2014 +0000

    Make a routine not used outside this file static.
    
    svn path=/trunk/; revision=54718

commit 6df963eff08172793ad35c22715ceb390ca7bd2e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 20:12:14 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so - which means
    creating the header file in the first place.
    
    svn path=/trunk/; revision=54717

commit aec280d8743c43cb7de8308c258785463f389ff8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 19:49:12 2014 +0000

    In a source file that defines external functions, the header file that
    declares the functions must be included, in order to make sure the
    declarations match the function signature.  Make it so.
    
    They *didn't* match; fix that.
    
    Do *not* use 16-bit tvbuff offsets; there is no advantage to that (and,
    in fact, 32-bit arithmetic may be easier on some platforms), and it has
    the disadvantage that you're more likely to have the offset overflow.
    
    dissect_cbs_serial_number() returns the new offset, not the length of
    the item it dissected; don't add its return value to the offset, set the
    offset to its return value.
    
    Make dissect_cbs_message_identifier() return the new offset as well, for
    consistency, and don't add *its* return value to the offset.
    
    svn path=/trunk/; revision=54714

commit 39fe54ac35e84dd934210a34fbf3c5447e2ab60a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 19:32:10 2014 +0000

    In a file that defines external routines, the header file that declares
    them should be included, to make sure the declaration and definition
    match.  Make it so.
    
    svn path=/trunk/; revision=54713

commit 7620abccdc40728399cea4e87d3e264c5485a9cf
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 19:29:21 2014 +0000

    Make routines not used outside packet-dcerpc-lsa.c static.
    
    svn path=/trunk/; revision=54712

commit 61d5c458a026add4ef45c174504a88a9b37eacb6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 13 19:07:48 2014 +0000

    Squelch some warnings.
    
    svn path=/trunk/; revision=54711

commit bfde80d3dcaaa70264424bdee8f884a2238fe632
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Jan 13 16:22:01 2014 +0000

    Make sure we point to the GPLv2.
    
    svn path=/trunk/; revision=54710

commit 1242a77e74e541c696b11c62996a0eeffebd6471
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Mon Jan 13 10:51:37 2014 +0000

    Change level off TCP/RST expertitem from chat to warn. Add a comment
    that RST is still an indicator for network errors/problems.
    
    svn path=/trunk/; revision=54709

commit 1bd240749d0754ba6cc1360ec508f9dc97f6feec
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Jan 12 22:21:55 2014 +0000

    One more place where setcap does not need inheritance
    
    svn path=/trunk/; revision=54708

commit 527071fb0dba0b8cae5ed8baa58b19ebf1996b89
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Jan 12 20:52:19 2014 +0000

    Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9633 :
    Do not try to add a new NAL unit when the previous one was not decoded
    
    svn path=/trunk/; revision=54707

commit 658e0d82da9ff775e097dc712e851e5a2ec1e142
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Jan 12 17:57:21 2014 +0000

    remove unnecessary if(tree) statements
    
    svn path=/trunk/; revision=54706

commit b3df31324b03e5512ae8c20955de90a459a490d2
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Jan 12 17:49:30 2014 +0000

    Coverity 280438: missing break
    
    svn path=/trunk/; revision=54705

commit 8989899e92f0948163f3c8bcf97baddde520aa59
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Jan 12 15:03:43 2014 +0000

    [Automatic manuf, services and enterprise-numbers update for 2014-01-12]
    
    svn path=/trunk/; revision=54702

commit bdfabe5979358cc5b982421f760f54640e8e1cf8
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Jan 12 03:17:51 2014 +0000

    Zcl OTA Upgrade cluster dissector.  Bug 9545 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9545)
    
    From Fabio Tarabelloni
    From me: Reorder function definitions so declarations aren't necessary
    
    svn path=/trunk/; revision=54701

commit 11a61d757d25c8e47b95c9dd2c1309df78ded7ed
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Jan 12 02:29:51 2014 +0000

    Bluetooth/Ubertooth improvements.  Bug 9606 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9606)
    
    From Michal Labedzki
    
    1. Bluetooth: Implement the rest of fields in Low Energy Link Layer dissector
    2. Bluetooth: Merge all UUIDs together
    3. Bluetooth: Extract LE Channel MAP to separate dissector
    4. Ubertooth: Dissect CC2400 registers
    
    svn path=/trunk/; revision=54700

commit c071a1c7286eb9789dc5c96bb45ab75c75c3ecb4
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Jan 12 00:50:41 2014 +0000

    Bluetooth/Ubertooth improvements.  Bug 9606 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9606)
    
    From Michal Labedski
    
    1. add support for new btsnoop "format" introduced by BlueZ team in "btmon" tool
    2. Bluetooth: Make EIR, AD and COD more generic
    3. Bluetooth: HCI/LL: Update Error Codes to Core 4.1  Specification
    4. Ubertooth: Fix response command handling
    5. Ubertooth: Update to support firmware version
    6. Ubertooth: Dissect by Vendor Id/Product Id
    
    svn path=/trunk/; revision=54699

commit 4210311b6985f957ad4073b410678685f0494865
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Sat Jan 11 20:40:43 2014 +0000

    Clean up OPTSTRING, removing ':'s from options that don't expect args and removing the G option completely, as it doesn't appear to be supported.
    
    svn path=/trunk/; revision=54698

commit 31e24e47dbf8d3b832e3d087741c5f7e30eacdd7
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Jan 11 19:47:24 2014 +0000

    Link wiretap library with tfshark.  This is hopefully a "temporary" fix as the plan is to not have tfshark depend on wiretap.
    
    From Michal Labedzki
    
    svn path=/trunk/; revision=54697

commit e2cec3b99025c579c5564688c0fc4ad76a6f7e9d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Jan 11 12:16:56 2014 +0000

    Remove (ugly) hack in about_dialog.cpp (include main.cpp to have function to set comp_info_str and runtime_info_str variable)
    
    Now About Dialog is start after main() and variables is set by main(), only extern variable in wireshark_applicatin.h
    
    svn path=/trunk/; revision=54696

commit bf95d60829edd21873e6e2d801a79e580afe06dd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sat Jan 11 11:16:49 2014 +0000

    Fix indent (use 4 spaces) and add modelines
    
    svn path=/trunk/; revision=54695

commit 1a279aca25c1ca5e9a82168e97d908d12f6163d5
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Jan 10 22:57:28 2014 +0000

    Update the enterprise-numbers URL.
    
    svn path=/trunk/; revision=54694

commit 640e6f44ec65e87f9112fd09f93b21dc79fce0e6
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Jan 10 18:58:56 2014 +0000

    Return other than 0 from RTSE when handling reassembly initiated from SES.
    
    This bug was introduced in revision 53093 when updating to new-style dissector.
    
    svn path=/trunk/; revision=54693

commit 830509b7dc0a1610b578dbdf95736bc45905061e
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Jan 10 17:56:55 2014 +0000

    Update a comment and fix some indentation
    
    svn path=/trunk/; revision=54692

commit 92b1a4a112708e96f352142961bef9e1ef05e107
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Jan 10 12:51:57 2014 +0000

    Move UEId to the beginning of summary shown in info column, plus only look for existing reassembly info when not starting a new SDU
    
    svn path=/trunk/; revision=54691

commit 4debda5779b3cbc2b4e51a79a9f37c175e423d2a
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Jan 10 12:36:17 2014 +0000

    Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as other UEs seem to get selected while list is being repopulated during retapping
    
    svn path=/trunk/; revision=54690

commit 5843e9516370f4108bdf710a5f565d9a88e00483
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 10 09:23:36 2014 +0000

    use a value string for the emi
    correct the dot offset
    other minor cleanup
    
    svn path=/trunk/; revision=54689

commit 8a99c0428ce72b75ff247559d56c86b350484776
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 10 09:15:08 2014 +0000

    dissect Digital Only Token and retention limit
    
    svn path=/trunk/; revision=54688

commit 80ed2d24bd54cddfdb28d26359bca7069780ebfc
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Jan 10 08:48:38 2014 +0000

    correct a typo in a filter string
    
    svn path=/trunk/; revision=54687

commit 05f7044bc718524474e4f8413840a62b72019a5c
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 10 07:01:15 2014 +0000

    Make internal functions static
    
    svn path=/trunk/; revision=54686

commit 02eb787d13ca94be1d38a44e20b5cc0701b98943
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 10 06:49:25 2014 +0000

    Fix
    tfshark.c:1676:102: warning: unused parameter ‘data_offset’ [-Wunused-parameter]
    tfshark.c:177:1: warning: ‘string_compare’ defined but not used [-Wunused-function]
    tfshark.c:184:1: warning: ‘string_elem_print’ defined but not used [-Wunused-function]
    
    svn path=/trunk/; revision=54685

commit 70dc6197ec35d99cca2af594fd75c09f12b15bcd
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Jan 9 21:58:09 2014 +0000

    From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :
    ANSI IS-637 SMS enhancements for CMAS (TIA-1149) and header dissection
    
    svn path=/trunk/; revision=54684

commit f42fa7abf12b4f6a374901ec117081005e2ec0cd
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Jan 9 21:42:36 2014 +0000

    USB: Add DFU dissector.  Bug 9610 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610)
    
    From Michal Labedzki
    
    svn path=/trunk/; revision=54683

commit 944db5d44782300dc8e6d4d08f07858953eff593
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Jan 9 21:29:07 2014 +0000

    Set explicitly P2P direction for received SMS
    
    svn path=/trunk/; revision=54682

commit 84dc9e9b4bb02715666633031bb561198a012922
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Jan 9 20:19:43 2014 +0000

    Revert "from me" changes of r54676.  Checks for NULL were functional logic, not trying to NULL protect proto_item_append_text.
    
    svn path=/trunk/; revision=54681

commit 0fa16ed92a82122ca398d02f2122c61cc0cf3e69
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 9 13:45:51 2014 +0000

    From Marko Hrastovec
    dissect all elements of category 48 messages
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9629
    
    svn path=/trunk/; revision=54680

commit e830c290da0a01b5fef0352ce591804676472b20
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Jan 9 13:02:27 2014 +0000

    From Marko Hrastovec
    rename RE field len to make it generic for all categories
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9624
    
    svn path=/trunk/; revision=54679

commit 02b9cbb5719550634ab5a861e078c7de014d7928
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Thu Jan 9 11:02:29 2014 +0000

    Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)
    
    svn path=/trunk/; revision=54678

commit 993a4d5b7c0192a244cce159860d04a04c44e56c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 9 03:01:37 2014 +0000

    Mark an unused parameter as such.
    
    svn path=/trunk/; revision=54677

commit 5ff31ef33d11697c773a2f21126f0fe4d26ebf62
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Jan 9 02:49:18 2014 +0000

    Remove some global variables.  Bug 9471 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471)
    
    From Michael Lum
    From me: Remove a few proto_item* NULL checks because it's done by the underlying function.
    
    svn path=/trunk/; revision=54676

commit bbc7ad3c4ec1e778be9255d2112a2085a555c4da
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Jan 9 01:30:25 2014 +0000

    cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.
    
    svn path=/trunk/; revision=54675

commit 2203d51591a4d79518541faad4cadbcd679836ab
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Jan 8 22:02:07 2014 +0000

    make tfshark finally compile:
    - Link against filetap
    - Add cfile.c to sources
    - Add the generated tshark-tap-register.c (which seems to be pulled
      in by one of the intermediate libraries with autotools)
    
    svn path=/trunk/; revision=54674

commit 0cde948e34aaa74740095923fe1f9aa248096df7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 21:27:44 2014 +0000

    Add libfiletap.
    
    svn path=/trunk/; revision=54673

commit 8c916394efcc6e49adb098c7d34a2ba911ae653b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 20:57:34 2014 +0000

    TFShark doesn't capture traffic, so it doesn't need
    SHARK_COMMON_CAPTURE_SRC.
    
    svn path=/trunk/; revision=54672

commit 658e0b30e6c169ad0e842c9c8420a7a78fe285b7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 20:50:52 2014 +0000

    At least some of the files in PLATFORM_CAPTURE_SRC are needed by
    programs that use {lib,win}pcap but that don't capture traffic, such as
    rawshark; rename it to PLATFORM_PCAP_SRC, to match CMake.
    
    svn path=/trunk/; revision=54671

commit c81a43da68059a8b41571e8d273f0e528a323491
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 20:36:37 2014 +0000

    At least some of the files in PLATFORM_CAPTURE_SRC are needed by
    programs that use {lib,win}pcap but that don't capture traffic, such as
    rawshark; rename it to PLATFORM_PCAP_SRC, and include it in
    SHARK_COMMON_SRC rather than SHARK_COMMON_CAPTURE_SRC.
    
    svn path=/trunk/; revision=54670

commit 324a7c904302882f7a0dfe9e795e1dff6beb0451
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 20:22:13 2014 +0000

    Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.
    
    svn path=/trunk/; revision=54669

commit 005ff3f64d6f017edc100888357240f3e5aeaf0e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 20:10:17 2014 +0000

    Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about it
    is that it includes files used in TShark and rawshark as well as
    Wireshark, and that name is what's used by the autotools.
    
    Add capture_sync.c to SHARK_COMMON_CAPTURE_SRC, as it's used both by
    Wireshark and TShark, but not by rawshark, and as it's in the autotools
    SHARK_COMMON_CAPTURE_SRC.  Move PLATFORM_CAPTURE_SRC from
    (WIRE)SHARK_COMMON_SRC to SHARK_COMMON_CAPTURE_SRC, as it should only be
    used by programs that capture traffic.
    
    svn path=/trunk/; revision=54668

commit 9f664e5bdfff170dbd2f18bd95862f7b9fe82159
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 8 20:03:16 2014 +0000

    Add vendor-id="Acision"
    
    svn path=/trunk/; revision=54667

commit 57c4d976645addb3985cf0162b3fb5e1fc201692
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 18:42:26 2014 +0000

    use a DVB string for the text field in the extended event descriptor
    check for text length 0 while we're at it
    
    svn path=/trunk/; revision=54666

commit c05722e3169ac9d72dd801b78496ff48a0f4097a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 18:21:33 2014 +0000

    remove duplicate editor modelines
    it's enough to have them at the end of the file
    
    svn path=/trunk/; revision=54665

commit 5460e0960bb66df5210ee56de3662259c5521d7c
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 18:16:36 2014 +0000

    From Antony Bridle
    
    Added dissection capabilities for ASTERIX Category 062 Reserved
    Expansion Field.
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9624
    
    svn path=/trunk/; revision=54664

commit a9725030e5e2e515700bebbee845a80d4e3716dc
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Jan 8 15:58:49 2014 +0000

    Make it possible to use have_tap_listener() in a plugin
    
    svn path=/trunk/; revision=54663

commit 7cbbf32324e73d675a690d22592578e7d7bc5069
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 8 14:43:41 2014 +0000

    Don't create About window when Wireshark Qt start
    
    svn path=/trunk/; revision=54662

commit d18311376afaca098d0d083aa076cf6895b72f45
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 13:57:02 2014 +0000

    merge two if statements
    
    svn path=/trunk/; revision=54661

commit 10da33247d0d118db613a9d5218f237948e93dc4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 13:56:24 2014 +0000

    Coverity 280379
    if the key is missing, it's always a request
    
    svn path=/trunk/; revision=54660

commit e8c0ef0acfdf8b40dbbae6a5b66b378c42924a87
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Jan 8 13:01:01 2014 +0000

    Add file_access.c
    
    svn path=/trunk/; revision=54659

commit f9385077ea09f98e8223c1bbfc96b599d27b4835
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 12:49:45 2014 +0000

    no need for if (tree)
    
    svn path=/trunk/; revision=54658

commit 9979ebf12dd2033ef29f3a433e886be632895136
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 12:38:27 2014 +0000

    Coverity 280335, 280336
    check the return value of gtk_tree_selection_get_selected()
    
    svn path=/trunk/; revision=54657

commit 0b4aeb3b63b43e2abc4a871c78b9ae4777e7513d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Jan 8 11:06:31 2014 +0000

    Coverity 280334
    check the return value of gtk_tree_selection_get_selected()
    
    if there was no selected item, wireshark would crash
    but this is very unlikely in practice
    
    svn path=/trunk/; revision=54656

commit be9d2e6f3b80f946d59b12e32a5462c08f16672a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 10:34:00 2014 +0000

    Add libfiletap.
    
    Add libwsutil to wireshark-dev.files - I'm not sure it's necessary, but
    code added to Wireshark has to be able to call routines from libwsutil.
    
    svn path=/trunk/; revision=54655

commit 2f2bd943e9697bec4763d0b10e60a564bef45331
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 09:21:26 2014 +0000

    Don't put into the distribution files that don't exist.
    
    svn path=/trunk/; revision=54654

commit a7c8e678bf1ad13fd41c8f338354bad244721099
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Jan 8 08:19:51 2014 +0000

    Added a check for valid algorithm id.
    
    svn path=/trunk/; revision=54653

commit c79fb5464b5c0c0d666d620b1f90b749eff30573
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 05:40:53 2014 +0000

    Sorry, the bytes-to-read argument to file_read() is unsigned int, so
    cast packet_size to unsigned int.  Yes, that means that it can't read
    more than 65535 bytes.
    
    Clean up white space while we're at it.
    
    svn path=/trunk/; revision=54652

commit 035526af10a6fec3ddde084af96e9fb12f81599f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 05:36:36 2014 +0000

    tfshark.c doesn't build without warnings, so default to "don't build it"
    for now.
    
    svn path=/trunk/; revision=54651

commit cd7909ebdf16c4e3814de2a368b51d600bc8e910
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 05:34:02 2014 +0000

    Handle tfshark.
    
    svn path=/trunk/; revision=54650

commit 276ac8d44a0f30293b343c311bade2930dee213b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 05:32:55 2014 +0000

    No generated C files in filetap, so no libfiletap_generated.
    
    svn path=/trunk/; revision=54649

commit ffb31ecac8b3cb14470c89c1b2e8e82c3fa8d7b4
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 05:05:23 2014 +0000

    Unused parameters are unused.
    
    svn path=/trunk/; revision=54648

commit 92a567f20d2d45db3ed0bfb9a3a8a09dc5db76db
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Jan 8 04:55:59 2014 +0000

    Make global algorithm_id in x509af dissector a direct_reference instead.  Bug 9573 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9573). Removes valgrind warnings as well as just being Good Code.
    
    svn path=/trunk/; revision=54647

commit bf284da2eef917f8bf55be3aad15bb296072bb77
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Jan 8 04:35:28 2014 +0000

    TFShark (Terminal Fileshark) v.001.  Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)
    
    This is a VERY PRELIMINARY version of tfshark.  It's an attempt to jumpstart FileShark and its architecture.  Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)
    
    This code has helped me identify what I believe to be all of the necessary layers for a complete fileshark architecture.  And those layers will slowly be added in time (patches always welcome!).
    
    svn path=/trunk/; revision=54646

commit a6ed8a1de97a70668a8feaeade2a11cc4c93185f
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Jan 8 01:58:06 2014 +0000

    Have HAVE_SPANDSP just go over entire file rather than individual functions.
    
    svn path=/trunk/; revision=54645

commit 2adcfcd914d60b7baa3344c26d9976081f7a533c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 8 00:39:14 2014 +0000

    Need <strsafe.h> for StringCchPrintf().
    
    svn path=/trunk/; revision=54644

commit 1678d378e74993bfff01e56b5d1fe8f348811b04
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Jan 8 00:29:56 2014 +0000

    Explicitly reject two-pass live capture, it doesn't work anyways.
    
    svn path=/trunk/; revision=54643

commit d28084d1839bb581229f72acc37608b00c2caba7
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Jan 8 00:28:13 2014 +0000

    Move UAT xton() to wsutil library
    
    Use ws_xton() in few more places.
    
    svn path=/trunk/; revision=54642

commit e8dd800cc16765afadc8543ed9292ea5caf73df1
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 7 23:56:21 2014 +0000

    As checkAPIs.pl says, "use StringCchPrintf".
    
    svn path=/trunk/; revision=54641

commit 62796c01f0851e0938b741c862ef6a36861cd6fb
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Jan 7 23:38:50 2014 +0000

    From Michal Labedzki via
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610
    
    USB: Dissect Application-specific Interface Class/Subclass/Protocols
    
    svn path=/trunk/; revision=54640

commit 4cbe95e84fb421750969488711f3590bb93026c1
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Jan 7 23:32:11 2014 +0000

    Update documentation to match change in r54630:
    "The capabilities for dumpcap don't need to be inheritable."
    
    svn path=/trunk/; revision=54639

commit 25f66df3194a546e9d580e685c22a7bd2d9a8987
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Jan 7 23:08:42 2014 +0000

    Rework compiler flag detection to be able to handle changed
    order of flags
    
    svn path=/trunk/; revision=54638

commit 2abbb53d679390b725fd900fe1fb6ec0ccff3c72
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Jan 7 22:55:03 2014 +0000

    Remove svn:executable attribute.
    
    svn path=/trunk/; revision=54637

commit 147e1850202f326ea7ae9872d970d8c9c74bfabe
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Jan 7 22:42:50 2014 +0000

    From Michal Labedzki via
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610
    
    USB: Update Standard Descriptor Type numbers to 3.1 Specification
    
    svn path=/trunk/; revision=54636

commit 8dae67429c9f039e1324759674af59e12a422341
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Jan 7 22:39:15 2014 +0000

    Don't use #defines for errno values, just build the value-string directly. They
    weren't used and were causing build failures due to redefinition in certain
    environments.
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9614
    
    svn path=/trunk/; revision=54635

commit 644d6fe8ea8411bea48648377b75f0b45857b206
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Jan 7 22:36:01 2014 +0000

    Fix warning when use make packaging on Windows
    
    warning: unknown variable/constant "{PROGRAM_NAME_PATH_GTK}" detected, ignoring (macro:MUI_FUNCTION_FINISHPAGE:387)
    
    
    svn path=/trunk/; revision=54634

commit abda30e9e6d8fd9aa28edc4677796e61a9c88997
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Jan 7 22:17:32 2014 +0000

    Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate"
    
    Validate JSON UTF-8 characters, replace with '?' when invalid.
    
    svn path=/trunk/; revision=54633

commit d1dcee936b2a0ed257c526889b664e2b314d3eb0
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Jan 7 21:55:49 2014 +0000

    Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.h
    
    tvbuff version was moved, but with 'or' optimization from packet-json.
    
    svn path=/trunk/; revision=54632

commit adb28bd812497c3bf663d9202854d703bc7f2bfe
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Jan 7 21:21:20 2014 +0000

    The capabilities for dumpcap don't need to be inheritable.
    
    See
    
    	https://bugzilla.redhat.com/show_bug.cgi?id=1022377
    
    svn path=/trunk/; revision=54630

commit 1df5d94c67de7d8ee69d45a0d9fad97e4e21613d
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Jan 7 21:09:03 2014 +0000

    include config.h at the top of the file.
    A used parameter was marked unused.
    
    svn path=/trunk/; revision=54629

commit 2f76706a5478961db55077759e33ec2fcc056b42
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Jan 7 18:36:37 2014 +0000

    HAVE_PLUGINS was defined twice
    
    svn path=/trunk/; revision=54627

commit 8da8e47ab195e51891a149ef8e3b7cdb203d94fe
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Jan 7 18:08:02 2014 +0000

    Try to get rid of some warnings.
    
    svn path=/trunk/; revision=54626

commit 43252e322e12e5fc96bebf14ef7593553d5da8fd
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Jan 7 17:41:06 2014 +0000

    From Zoltán Lajos Kis:
    
    OpenFlow 1.4 dissector: add missing features
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9621
    
    svn path=/trunk/; revision=54625

commit 3dbebff4f2e47c2a40eacf383565f251b21cfcab
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Jan 7 17:25:20 2014 +0000

    Fix
    warning: redundant redeclaration of 'zbee_get_bit_field'
     warning: redundant redeclaration of 'zbee_aps_cid_names'
    
    svn path=/trunk/; revision=54624

commit 74394f2cf7ac48e39c7bc058b4db3217c89c36c8
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Tue Jan 7 14:46:17 2014 +0000

    Added expired handling to FieldInfo.
    
    This avoids using free'd pointers (which leads to crash) when
    assigning FieldInfos to global variables.
    
    svn path=/trunk/; revision=54623

commit fd4faf661972ba56428fc5d8bef126ff7c555d61
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 6 23:07:48 2014 +0000

    Expand a comment.
    
    svn path=/trunk/; revision=54622

commit 81b21459c3664a4a8c6d39960afa63515e4a177c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Jan 6 23:02:32 2014 +0000

    In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()
    to determine whether to fill in the column from frame data or not.
    
    svn path=/trunk/; revision=54621

commit f026d8a8076c24f42192c1540b0e348a8292f3fc
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Jan 6 18:18:04 2014 +0000

    Call deciphering and integrity checking appropriately for
    SecurityModeCommand and SecurityModeResponse.
    
    Also show when integrity has been checked and found to be correct.
    
    svn path=/trunk/; revision=54620

commit 7bf44dcd97c60ae359b11ca91ef45868869c3831
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 6 17:28:49 2014 +0000

    Try to fix warning: cast discards '__attribute__((const))' qualifier from pointer target type .
    
    svn path=/trunk/; revision=54619

commit 52033d39d9fc5936f83dc09581a6631c1f2a2fda
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 6 17:25:03 2014 +0000

    Try to fix warning: initializer element is not computable at load time.
    
    svn path=/trunk/; revision=54618

commit 9c05ac141dbae1950858550a0633ba38797a37bf
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 6 17:12:54 2014 +0000

    Fix a typo.
    
    svn path=/trunk/; revision=54617

commit ef399fb652c0be3b2bd85b7bdab73cd2286ec74f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 6 15:30:01 2014 +0000

    Try to fix warning: initializer element is not computable at load time.
    
    svn path=/trunk/; revision=54616

commit f6bf6285ef5405c82e71fb05a3a3a81f53c65107
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Jan 6 11:28:20 2014 +0000

    Do EEA2 deciphering in-place, from Pascal
    
    svn path=/trunk/; revision=54615

commit 5a3ba6c19bb44cf11d124c7e75a1a9106b39e981
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Jan 6 08:30:53 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54614

commit df3d47aebc883957dfb5f44b028e8ebb694c58df
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Jan 6 00:44:41 2014 +0000

    Base dissector for fileshark functionality.  Intended as the equivalent of packet-frame for capture files.  This is meant as a placeholder for now, so don't take any of the fields/data as being written in stone.
    
    
    svn path=/trunk/; revision=54613

commit bcacd60c1ce82e08c48938bb9d88f35ecb1ad3c6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:40:07 2014 +0000

    Fix indent (use 4 spaces)
    
    svn path=/trunk/; revision=54612

commit 6c66f368df1a55c8b4493c3f9677b4414f3a7718
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:39:58 2014 +0000

    Fix indent (use 4 spaces) and add modelines and remove trailing whitespace
    
    svn path=/trunk/; revision=54611

commit 2108ccad0919792017923d7fdbc64e97d16067ef
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:39:50 2014 +0000

    Fix indent (Use tabs) and add modelines
    
    svn path=/trunk/; revision=54610

commit f27990cfbbf3465897c58880611d11d5ff371363
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:39:43 2014 +0000

    Fix indent (use 4 spaces)
    
    svn path=/trunk/; revision=54609

commit bf762928058b13f3ed633fe4fdebc320cf2bd2dd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:39:35 2014 +0000

    Fix indent (4 spaces) and add modelines
    
    svn path=/trunk/; revision=54608

commit 9e49bf897d49131bd9fad87e4da21cd0f967773c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:16:29 2014 +0000

    Fix build when use PortablesAPPS
    
    svn path=/trunk/; revision=54607

commit a051efea06eb5320f0641563a018f6a87b0be9e2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:16:22 2014 +0000

    Fix indent (use 4 spaces)
    
    svn path=/trunk/; revision=54606

commit 88dcc80aadbbb241dd88e01f074ed144e0dc129d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 18:16:14 2014 +0000

    Enhance NSIS Windows installer (Wireshark Qt support)
    
    * Add Radiobox to choose File Association (Wireshark GTK or Qt)
    * Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...)
    * Fix unistaller (don't remove all icons...)
    * ...
    
    svn path=/trunk/; revision=54605

commit 76c9fc03bb8a6dacc2a356aa462c691492e1eae3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Jan 5 17:16:03 2014 +0000

    Enhance NSIS Windows installer (Wireshark Qt support)
    
    * Add Radiobox to choose File Association (Wireshark GTK or Qt)
    * Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...)
    * Fix unistaller (don't remove all icons...)
    * ...
    
    svn path=/trunk/; revision=54604

commit 9aad2eebc9014bee2d62453e26ed366f245f9273
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Jan 5 15:03:44 2014 +0000

    [Automatic manuf, services and enterprise-numbers update for 2014-01-05]
    
    svn path=/trunk/; revision=54601

commit 5fdb8221019fd7cb0a1f165aa84a886fbdd62624
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Jan 5 14:58:07 2014 +0000

    Dissect the remainder of IEC104 integrated totals, including the binary counter
    reading and the various flags.
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9596
    
    svn path=/trunk/; revision=54600

commit 2ddfebb63ce9e1973cf2830c2fca03614bdbe433
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Jan 5 12:17:52 2014 +0000

    use a DVB string for the event text in the short evt descriptor
    
    svn path=/trunk/; revision=54599

commit 36e68f7b36d2dc41b48940fcfe89c0a876e84433
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Jan 5 00:47:24 2014 +0000

    From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9613
    
    Don't use "rand" as a variable name, it shadows a global in recent MacOSX
    stdlib.h
    
    svn path=/trunk/; revision=54598

commit 21cc2789053f4eeeec928813984cdba0e154d347
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 23:41:22 2014 +0000

    Fix a typo.
    
    svn path=/trunk/; revision=54597

commit 0c3f422b3015aa3e06d37f6e2dc1428739b9f777
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 17:48:15 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54596

commit 65ac347e0c892be30ba80bb38384c98a8eb2d07c
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Jan 4 17:45:12 2014 +0000

    Minor: update 'Conversation' intro to include find_or_create_conversation
    
    svn path=/trunk/; revision=54595

commit b26f50cbb1867fed335f3648712df528dd205b43
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Jan 4 17:29:20 2014 +0000

    (Trivial) explicitely --> explicitly
    
    svn path=/trunk/; revision=54594

commit 3a533ccc320b680b7440163b1455a7dbdd5a0bf1
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 12:03:02 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54593

commit c7c5e4f54ed23305dd87eaa5547f9c53b513f9d3
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:54:27 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54592

commit 6b58ef91d45e6ac38e2d9f28de3e18ef78dda43e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:48:40 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54591

commit 42e0144f082c274d111e7c73ef2f0dfc2795e3eb
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:40:43 2014 +0000

    Remove unused function and variable.
    
    svn path=/trunk/; revision=54590

commit 2334acec2ca333561d324b6d95bea88f6dd02296
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:34:46 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54589

commit 4763f36a7541bb9f5d38eb446253146a4bd29742
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:26:30 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54588

commit 2b32fed0efc4241992b5308d8ac0d0d401f7d37e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 11:24:33 2014 +0000

    Omit assignment for not used types.
    
    svn path=/trunk/; revision=54587

commit 72970675bd2596f795e878627358b0a470f7463c
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Jan 4 10:06:04 2014 +0000

    Add the rest of the NOKIA extensions.
    
    svn path=/trunk/; revision=54586

commit d0f7a4fadf89efabf4ab98db22900eed368dbabe
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 4 01:13:01 2014 +0000

    Add tooltips for the total number of streams.
    
    svn path=/trunk/; revision=54585

commit 2fa2f632ec480c2690015562e4c46d8c4b9bc9b4
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Jan 4 01:00:19 2014 +0000

    Add a note and commented-out definitions for Win flex-bison.
    
    Alex Zhondin was kind enough to create a Chocolatey package for Win
    flex-bison.  Unfortunately a bug in Chocolatey's shell wrapper generator
    keeps us from using it for the time being.
    
    svn path=/trunk/; revision=54584

commit 7af0e2a44669a6baabaa43246c87e3673d86f5b0
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Jan 3 15:09:24 2014 +0000

    Add partial dissection of IEC104 M_IT_TB_1.
    For https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9596
    
    Also add modelines.
    
    svn path=/trunk/; revision=54583

commit c62db3cdc07693856489f01b475cd3bc7fc49720
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Jan 3 14:44:16 2014 +0000

    For -h option: output to stdout and exit(0) as per convention;
    Do some whitespace changes;
    Change editor-modelines tab-width & etc to 8.
    
    svn path=/trunk/; revision=54582

commit 58a92b1f14e766b728f28b29de82c03ec216036a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Jan 3 14:30:09 2014 +0000

    For '-h' option: exit(0) as per convention;
    No need to build a constant string on the stack at runtime;
    Fix a typo;
    Do some whitespace changes;
    Change tab-width & etc to 8 in editor modelines.
    
    svn path=/trunk/; revision=54581

commit 4f62f2cfa34f64b01dd8e411ebc834638692711b
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 3 13:29:48 2014 +0000

    Add a few more of the NOKIA extensions.
    
    svn path=/trunk/; revision=54580

commit 3fb89feca67e62e76e21d830464d8e33627ca59b
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Jan 3 12:21:26 2014 +0000

    EIA2 is now functional
    
    svn path=/trunk/; revision=54579

commit 8299c8deebc27d56b3be5f693c4b058e1aebf87a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 3 10:22:10 2014 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54578

commit ff19d5726da88617ea74caba53e68c8a3d6363d0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Jan 3 10:21:56 2014 +0000

    Update NEWS and Release note
    
    Revert part of last commit about AUTHORS-SHORT in Windows....
    
    svn path=/trunk/; revision=54577

commit dd03231870be8447ed335414435d8789e9b8965f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Jan 3 09:48:53 2014 +0000

    Update with the removal of the ASN1 plugin and the GNM dissector.
    
    svn path=/trunk/; revision=54576

commit 396c028eb75d5d939b12d552fdd7d93b7e4d2ed9
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Jan 3 06:03:28 2014 +0000

    Make sure we have a dissector table before calling dissector_try_uint_new. Fixes
    a null-ptr deref found while fuzzing.
    
    svn path=/trunk/; revision=54574

commit 75dbaf583032ba966ca6b79f952c59e3bb84e718
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Jan 3 00:40:21 2014 +0000

    Check flags that might be supported by both C and C++ still
    separately.
    
    svn path=/trunk/; revision=54573

commit 0752f22af1b0f46d47f05e3648a26aa50e2f0506
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Jan 3 00:14:46 2014 +0000

    As discussed on wireshark-dev: follow autotools to use
    -Wshorten-64-to-32 for c only
    
    svn path=/trunk/; revision=54572

commit ef5e9fd6b42a2aa0631b7909ed1b2fc5489af20f
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Jan 2 20:48:33 2014 +0000

    Don't try to build asn1/asn1/Makefile either (see r54561).
    
    svn path=/trunk/; revision=54571

commit 9d41c658fe5b003d3a16646d1d05da8c68596b01
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 20:47:21 2014 +0000

    No seek-read routines use the length argument, so eliminate it from
    wtap_seek_read().
    
    svn path=/trunk/; revision=54570

commit 5acabc99b0755be8d199d20f5aff96c3e3873845
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 2 20:21:09 2014 +0000

    It is AUTHORS-SHORT.txt in Windows
    Kept comment about dev release (and change logo)
    Use the some order like Wireshark GTK (Authors before Folders)
    
    svn path=/trunk/; revision=54569

commit 11e4e670a4578ea7f8efc0902b2353e9aea1c32a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 20:17:24 2014 +0000

    Don't use the length argument to the seek-read routine; no other
    seek-read routine does that.
    
    Pass the length we just filled in to buffer_assure_space() in the
    seek-read routine, and use that in the memcpy() as well.
    
    svn path=/trunk/; revision=54568

commit d91261a53b1ca12e70079a0b4ab3de13d8783385
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Jan 2 19:48:26 2014 +0000

    Don't try to build asn1/gnm/Makefile (see r54561).
    
    svn path=/trunk/; revision=54567

commit 24b377b51fdacec76fc11d9040dcb889ddf24301
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Jan 2 19:47:03 2014 +0000

    Don't try to distribute asn1.dll since we no longer build it.
    
    svn path=/trunk/; revision=54566

commit ac0f903dfaa37f68d5297c9b64784819c266d52e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 19:39:20 2014 +0000

    Don't pass the wtap * to a routine if it's not needed.
    
    svn path=/trunk/; revision=54565

commit e9730c89affc185c5285387d3c86ec42a5aea23c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 19:33:47 2014 +0000

    Fill in the struct wtap_pkthdr in the seek-read routine.
    
    svn path=/trunk/; revision=54564

commit a56494a526e6c362c22b1169fa42ca150e78a672
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Jan 2 19:11:06 2014 +0000

    Fix wireshark-qt startup coredump under autofoo and Windows: make cmake's
    VERSION_* macros integers instead of numbers (and treat them as such in
    ui/qt/about_dialog.cpp).
    
    svn path=/trunk/; revision=54563

commit bbcd2dcc12e4f4614be252d3df3d989067b7e472
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Jan 2 18:32:58 2014 +0000

    Set SVN properties.
    
    svn path=/trunk/; revision=54562

commit b22d9ab940489f615c3968678a0d01df589d3045
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Jan 2 18:01:33 2014 +0000

    Disabling building of the gnm dissector, I don't tink it was ever used.
    
    svn path=/trunk/; revision=54561

commit 0a5f6f4a5bababec0e13d267882e58e07b365618
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Thu Jan 2 17:59:04 2014 +0000

    Actually enable building filetap library.
    NEWS changed
    
    svn path=/trunk/; revision=54560

commit 643b57266512d0a2c417cca9737ec3ffa93007f2
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Jan 2 17:47:34 2014 +0000

    Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.
    
    svn path=/trunk/; revision=54559

commit 61c72710a72810a9ac81c9a6adabcbc303f08b6d
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Jan 2 17:42:02 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54558

commit f5c6f39201ffaff122d0de32d9db10497a89cd07
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 2 17:04:10 2014 +0000

    Add About window for Wireshark Qt
    
    svn path=/trunk/; revision=54557

commit 5490a6636d17ab525b61bf51168b3392260c5c4d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 2 16:52:56 2014 +0000

    Fix icon in top of Wireshark Qt main window
    
    svn path=/trunk/; revision=54556

commit 8ef3e2fad3aa3ccd93c2392b51dd0f3839702de8
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Jan 2 15:41:45 2014 +0000

    For getopt() arg processing:
     - Use exit(0) for -h option as per convention;
    
    For g_option...() arg processing (when USE_GOPTION is set):
     - Fix bug: 'capinfos x' doesn't print any info about x;
       (bug introduced in SVN #48481);
     - Use stderr for error messages related to cmd-line arg parsing;
    
    
    svn path=/trunk/; revision=54555

commit be849dcaad553c31df22ec56c6251d78916bc2c3
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Thu Jan 2 15:17:14 2014 +0000

    rename filetap/file_wrappers.[hc] -> filetap/ft_file_wrappers.[hc]
    to avoid colliding include file names with wiretap/file_wrappers.h
    
    svn path=/trunk/; revision=54554

commit 2db085d86495f9fea4f142780b636220a8301868
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Jan 2 11:46:58 2014 +0000

    Fix indent always use tab
    
    svn path=/trunk/; revision=54553

commit 3cb2c58eaf5472ffe979b30d1c7b10908546e40c
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Jan 2 11:27:10 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54552

commit 558c885d6ddb4791d47ea3063a3570eb99291f73
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 09:23:45 2014 +0000

    Have a routine that reads and processes the record header, and use it in
    both the read and seek-read routines.
    
    Use the packet length read from the packet header when reading packets
    randomly.
    
    svn path=/trunk/; revision=54549

commit ce4d667efe586f78ddab0708412cffe10bd9af01
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 02:18:04 2014 +0000

    Process the packet header and data in common code, shared by the read
    and seek-read routines.
    
    svn path=/trunk/; revision=54548

commit abda7cd1af7500fa6f2ad0ddbe2be9addafccc9e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Jan 2 02:16:22 2014 +0000

    Read the packet header in the seek-read routines as well as the read
    routines.
    
    svn path=/trunk/; revision=54547

commit 492883cbf1887c9a113356bdc3afdaf92c338e82
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 1 23:22:53 2014 +0000

    If the uncompression buffers are empty, they have no data; set the count
    of bytes in them to 0, as there's no data in them, and set the offset in
    that buffer of the stream's current position, to 0, as we're currently
    at the beginning of the file in both streams.
    
    This fixes some tricky-to-reproduce errors (which show up only if the
    ngsniffer_t structure is allocated from data that's been allocated,
    written to in those variables, and freed).
    
    #BACKPORT 1.8, 1.10
    
    svn path=/trunk/; revision=54544

commit f878016d6bbd8fe91e57a408c7327ea200967c71
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Jan 1 23:19:17 2014 +0000

    Back out r54523 - more work is needed on it, and some testing found an
    unrelated uninitialized-data bug that I want to fix in the next commit,
    and then backport.
    
    svn path=/trunk/; revision=54543

commit 10ebce27dc49a5b3bb596dc0248248b59d337dbe
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 18:14:16 2014 +0000

    Add svn:keywords property
    
    svn path=/trunk/; revision=54542

commit 2bd1b5486ab5d8e0616effe94d8acae2d9b1e6e2
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 18:11:38 2014 +0000

    Remove incorrect property 'svn:keyword'
    
    svn path=/trunk/; revision=54541

commit c228237fac597bcd5c933840429ed32235016eff
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 18:08:30 2014 +0000

    Change incorrect property 'keywords' to 'svn:keywords'
    
    svn path=/trunk/; revision=54540

commit fa353bcfc1b6f52fc4d550aea8028fb70f882ab1
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 18:02:11 2014 +0000

    Remove incorrect property 'svn:kywords'
    
    svn path=/trunk/; revision=54539

commit b602491f2b2d9a76ed49943f7c496854a189a581
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 17:58:19 2014 +0000

    Remove incorrect property 'eol-style'
    
    svn path=/trunk/; revision=54538

commit d193a13c1c9476a3e02fabbe34e0aa70132ee38d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Jan 1 17:54:44 2014 +0000

    Fix property name: svn:eol_style ==> svn:eol-style
    
    svn path=/trunk/; revision=54537

commit c3dce3be6bb0caf302cf1cfb414f69840ca4bc89
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Jan 1 14:55:20 2014 +0000

    Fix compile issue
    
    svn path=/trunk/; revision=54536

commit 998bbfb9e1086bc4ac28cb745674d3b4eda43a0a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Jan 1 14:51:58 2014 +0000

    Try to pacify OSX-10.6-x64 buildbot
    
    svn path=/trunk/; revision=54535

commit 6ebc058f473085a2fa9884fe2fd7f4a9959be915
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Jan 1 14:33:19 2014 +0000

    Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() functions and update dissectors to use it.
    Remove gsm_sms_char_7bit_unpack() / gsm_sms_chars_to_utf8() functions.
    Update documentation a bit.
    
    svn path=/trunk/; revision=54534

commit e504cf945bb54c3c73efbaee51acaa968179586a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Jan 1 14:29:16 2014 +0000

    wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_decoder.c
    
    svn path=/trunk/; revision=54533

commit 28a25115062f7783bd333602a4dbf0818978e125
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Jan 1 14:12:38 2014 +0000

    Add extern C for init_wslua (for future use in Wireshark Qt)
    
    svn path=/trunk/; revision=54532

commit 6daf9fd15b0b63cef0bbd13cd574888f05d695f6
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Jan 1 13:18:45 2014 +0000

    Filetap library, version 0.001
    
    This is intended as the "tap library" for fileshark.  Right now its basically just a very stripped down (and renamed) copy of the wiretap library.  The goal is to remove "capture" and "wire" specific functionality out of the file handling to make it easier/simpler to support non-capture type files in the epan architecture.
    
    svn path=/trunk/; revision=54531

commit 818c0fdaf84b358d4f6fd1879a9a06c7499ab902
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 1 12:25:44 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54530

commit ddda691c2bbf4e4898c25b65b7090ead75f53a96
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Jan 1 12:20:27 2014 +0000

    Happy new year!
    
    svn path=/trunk/; revision=54529

commit 451c30ef815763a48137a93ac60b6af43f976ad4
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Jan 1 12:17:57 2014 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54528

commit 322e7272a66d248372e09c21d05c411d3dfea9cf
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:51:10 2013 +0000

    Use a common code path for most of both sequential and random file
    access.  We currently can't provide a time stamp when randomly reading,
    so don't set WTAP_HAS_TS in that case.
    
    svn path=/trunk/; revision=54527

commit 1e3f101b2e922b11b21800e633bbb2f99062a926
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:49:09 2013 +0000

    Back out a change so that we can check it in again with the correct
    commit message.
    
    svn path=/trunk/; revision=54526

commit d734fe4562dae74d0ae9a9db1b4bc2ee6f31783a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:48:02 2013 +0000

    When reading MIME-encapsulated files, read the entire file at once,
    don't break it into chunks.
    
    This means we don't need to do reassembly in the MIME-encapsulated-data
    dissector.
    
    svn path=/trunk/; revision=54525

commit 8387a45fcc1f5cf586e1714e45d10fea20dc20d3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:47:24 2013 +0000

    When reading MIME-encapsulated files, read the entire file at once,
    don't break it into chunks.
    
    This means we don't need to do reassembly in the MIME-encapsulated-data
    dissector.
    
    svn path=/trunk/; revision=54524

commit cdce403745187e103d1bfc6f9e08272f77f092b5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:43:54 2013 +0000

    When reading sequentially, pass the packet data length to
    ngsniffer_read_rec_data(), and separatelyskip extra data after that.
    
    When reading randomly, use the packet length read from the packet
    header.
    
    svn path=/trunk/; revision=54523

commit 0dd01761f37ee7e77d99b2843638f41f5d0f884d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:41:35 2013 +0000

    Use the packet length read from the packet header when reading packets
    randomly.
    
    svn path=/trunk/; revision=54522

commit 9df5acefab8e0fa0d70908c5650bb321ac4afe69
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:34:43 2013 +0000

    Trust the packet length we calculate when reading packets randomly.
    
    svn path=/trunk/; revision=54521

commit a628e77311b3836392de52331198cb87352c2ebe
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:33:49 2013 +0000

    Make it clearer that we're using the packet length read from the packet
    header when reading packets randomly.
    
    svn path=/trunk/; revision=54520

commit eeda7ec1aea880f1ee951d1b3188693d88a98b55
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:32:30 2013 +0000

    Use the packet length read from the packet header when reading packets
    randomly.
    
    svn path=/trunk/; revision=54519

commit cd13dd378234c8a75e4852a7edfcbb01453559f2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:31:44 2013 +0000

    Use the packet length read from the packet header when reading packets
    randomly.
    
    svn path=/trunk/; revision=54518

commit 31d74c1922daae28586efa2a18ae1f7887e0d85c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:30:39 2013 +0000

    Use the packet length read from the packet header, and check for an EOF
    and treat it as an error, when reading packets randomly.
    
    svn path=/trunk/; revision=54517

commit 4648f411a77ec772bc1041d99231713213ab4653
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 31 23:30:18 2013 +0000

    Use the packet length read from the packet header, and check for an EOF
    and treat it as an error, when reading packets randomly.
    
    svn path=/trunk/; revision=54516

commit a4c1a7c4765450e37ae870f3f252186cb5ed42ae
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 31 17:19:43 2013 +0000

    Revert r54510: OSX buildbots still complain about unused hf variables
    
    svn path=/trunk/; revision=54515

commit 1d11745a1646e3b9bc5b300593f79cc809be7aea
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Dec 31 16:23:00 2013 +0000

    Add -h option (with output to stdout and exit status 0).
    Add editor modelines.
    
    svn path=/trunk/; revision=54514

commit 6b4944ecedbb5d5d870233c314604f292146ca85
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Dec 31 16:17:09 2013 +0000

    Follow convention for -h option:
      Output to stdout & then exit(0).
    Add editor modelines.
    
    svn path=/trunk/; revision=54513

commit 1b180b3f47df3be98488b6609f4335d44b26a47a
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Dec 31 15:10:51 2013 +0000

    Use the normal convention for exit status and output file descriptors:
    Changes:
     - exit(1) if error (not exit(-1));
     - for -h: output to stdout & exit(0);
    
    Also:
     - editor modelines: set tab-width=8;
     - use a consistent whitespace & formatting style;
    
    svn path=/trunk/; revision=54512

commit aa796df61c3553485b9b5a7c354c7fa8caf86efb
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 31 14:50:52 2013 +0000

    Add SVN properties
    
    svn path=/trunk/; revision=54511

commit 729e8a28856b5ec393a26959d4874b06c9f5f5b8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 31 14:48:48 2013 +0000

    move packet-tango.c from dirty to clean
    
    svn path=/trunk/; revision=54510

commit 97f904a1a34e148cf1d970938ad2c65352368aed
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 31 14:25:28 2013 +0000

    add Novell PKIS to the list of new protocols
    
    svn path=/trunk/; revision=54509

commit 43e892e985fb8e01d7422886a4a88e0e8d69422e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 31 14:20:08 2013 +0000

    From Dirk
    dissector for Novell's PKIS certificate extensions
    
    from me
    clean up the $Id$ tags
    remove packet-pkis(-template).h
    remove ASN.1 definitions that cause compiler warnings
       (OID, SecurityLabelType2)
    move the dissector to the clean ASN.1 dissectors
    support CMake build
    change the name to novell_pkis
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9597
    
    svn path=/trunk/; revision=54508

commit fc15329e6a33ddd7550b9fb76bcbc5b814bb7e37
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 31 13:09:52 2013 +0000

    add some more box names
    
    svn path=/trunk/; revision=54507

commit 27191036613047df5a8ec91dc8db982054af432d
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Dec 31 00:46:53 2013 +0000

    Zero security struct to avoid reading garbage value, and remove a redundant test
    
    svn path=/trunk/; revision=54506

commit a65cbe8e7b3efe25db3cb6861dac302a145655c5
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Mon Dec 30 23:58:45 2013 +0000

    Add new function: tvb_skip_guint8()
    
    svn path=/trunk/; revision=54505

commit e1ea055c798fcb920066811483ca2bbfcca84534
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 23:44:42 2013 +0000

    Clean up white space.
    
    svn path=/trunk/; revision=54504

commit 53cba3e3b9b4d493ee4ca3256942ee2163a1cb9a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 23:37:12 2013 +0000

    Add an "ATM reassembly failed" flag for capture file readers to provide,
    and set it in NetXRay/Windows Sniffer files if the putative "ATM
    reassembly failed" flag is set and, if reassembly failed, don't attempt
    to dissect the packet.
    
    svn path=/trunk/; revision=54503

commit 1c9b36ad4673501b0fd22ae867f80d60fcdb9005
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 22:31:04 2013 +0000

    gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.
    
    svn path=/trunk/; revision=54502

commit bb4b783a3a6663b2b946fd59188a4db1f069fedc
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 30 22:22:22 2013 +0000

    Fix a couple of old typos;
    Use a consistent formatting style for function defs;
    Add editor modelines.
    
    svn path=/trunk/; revision=54501

commit 2c73dbcd75a2d5fce2141fee129dc84592782dea
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 22:14:45 2013 +0000

    Squelch compiler warnings.
    
    svn path=/trunk/; revision=54500

commit 58346b632786cebda787c8519b2d3e70207ab6b5
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 30 22:07:38 2013 +0000

    Move tcap and camel "persistent data" functionality to the dissectors themselves instead of being part of epan directory.
    
    svn path=/trunk/; revision=54499

commit 94387fdcbd451cf0762ed898a5e63fbf85f3904c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 21:03:43 2013 +0000

    If we don't have libgcrypt, have a stub zbee_sec_ccm_decrypt() routine
    that always returns FALSE, meaning "can't decrypt".
    
    Should fix bug 9608.
    
    We already declare zbee_sec_ccm_decrypt() in a header file, so don't
    declare it in the source file.
    
    svn path=/trunk/; revision=54498

commit e133ec250be8a4be4d79c46424743ac9bc0f4cf3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 20:56:53 2013 +0000

    More reverse engineering.
    
    svn path=/trunk/; revision=54497

commit 3490faec3458d3fe83820e77b4c7e9da54ae8c77
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Dec 30 12:26:03 2013 +0000

    Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9286 :
    PLMN 440 20 is now used by SoftBank.
    While we are at it, update the E.212 list to the latest operational bulletin no. 1041.
    
    svn path=/trunk/; revision=54496

commit 5946c5236bc36965bd72911c6c4a1d8f432ad707
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 30 06:43:19 2013 +0000

    For file formats that don't have magic numbers, so they're recognized by
    heuristics, but do have a file extension that files of that format are
    likely to have, use the extension of the file we're opening, if it has
    one, as a hint for which heuristics to try first.
    
    svn path=/trunk/; revision=54495

commit 8724d5de0f9905cf2cfa20a0bff1cc6625c78587
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 30 02:24:11 2013 +0000

    Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.
    
    svn path=/trunk/; revision=54494

commit f7208c856293b0152aaa5b395919bb7f76457bb2
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 30 01:47:51 2013 +0000

    Don't use 'l' as a constant modifier:
     Define NTP_BASETIME as an unsigned [int] constant;
    
    Also:
     Add editor modelines;
     Create/use an extended value-string;
     Use casts to time_t consistently;
     'offset++' --> 'offset += 1'
     Adjust some whitespace.
    
    svn path=/trunk/; revision=54493

commit ce68b8db87a39dfbc08972b71179376329541f7f
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 29 23:29:03 2013 +0000

    Make arrow down/ up work in gtk again.
    
    Broken by r54328 g_ascii_isprint() can test only char type and event->keyval is unsigned int.
    
    svn path=/trunk/; revision=54492

commit 87328505f0aad29093bc026c59217052ed8b76dd
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 29 23:09:12 2013 +0000

    Replace a global variable used only for its size with a #define for the
    size; this eliminates a global variable and also eliminates some
    compiler warnings on LP64 platforms.
    
    svn path=/trunk/; revision=54491

commit f7af5c4887444985be2f39c4a0309d878275c7f9
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 29 21:22:51 2013 +0000

    For the Juan Antonio entry: specify the dissector written;
    Move the entry to the end ofthe first section (before the
     'and by' section.
    
    svn path=/trunk/; revision=54490

commit 756457682d9232cd2a7f5197e954b1dd8dfea8c9
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 29 20:58:27 2013 +0000

    From robionekenobi: packet-mq enhancement
     Add new Structure dissection
     Fix some small issues
     Reformat some part of code
     use spaces instead of tabs for indentation
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9603
    
    From me:
     Remove some trailing whitespace;
     Change a few tabs to spaces;
     Change editor-modelines tab-width, etc to 8 (altho
       not really relevant since tabs not being used).
    
    svn path=/trunk/; revision=54489

commit 745c8660be2707df41d7cea3cd2725d18b9d6ff0
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 29 18:45:09 2013 +0000

    From stcook
    clear the temporary buffer after each DXM channel data line
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9598
    
    svn path=/trunk/; revision=54488

commit 870635c2487139732a6513ef3ea8f30c923fdccb
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 29 17:28:12 2013 +0000

    The IEEE OUI, IAB, and OUI-36 lists currently redirect to
    http://standards.ieee.org/regauthmaint.html, which says
    
    IEEE Registration Authority Services will be unavailable from Friday, December 27th through Monday, December 30th
    
    As a result the manuf file got clobbered. Revert the manuf file to
    its non-clobbered state and add sanity checks to make-manuf. Add a
    note about the impending addition of OUI-28.
    
    svn path=/trunk/; revision=54485

commit 2693738f49ca01f316261d18b2ccdd47104855ca
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 29 16:00:26 2013 +0000

    Set svn:keywords and svn:eol-style properties.
    
    svn path=/trunk/; revision=54484

commit 57a62f7a4d725aeef2a28d3d43178c44e57a6eaf
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 29 15:28:49 2013 +0000

    New dissector for the CCSDS CFDP protocol.  Bug 9517 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9517)
    
    From Juan Antonio
    
    svn path=/trunk/; revision=54482

commit f01ee8af9f783b5fa04e37615d4c78ad0a06148e
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 29 15:03:50 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-12-29]
    
    svn path=/trunk/; revision=54480

commit 82f9e9ec68c8974d68b58b36c2815447dfa72024
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Dec 28 20:37:21 2013 +0000

    use the correct record length for an IPv6 record in the NRB
    
    this is already correct in 1.8 and 1.10 and was
    accidentially(?) changed in r52176
    
    svn path=/trunk/; revision=54479

commit d3ed64d8e33e67d483752dae9a4b75b6445c8bfe
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Dec 28 12:26:37 2013 +0000

    Add ZigBee Green Power dissector.  Bug 9424 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9424)
    
    From DSR Corporation
    
    svn path=/trunk/; revision=54478

commit a8ac1188855bff2d4ab39dab5a582e921054464d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 27 23:55:23 2013 +0000

    Use Unicode REPLACEMENT CHARACTER for TS 23.038 errors, as we do for
    unassigned code points in some other character sets.
    
    svn path=/trunk/; revision=54477

commit d6b35d5c6b46772b8fdf3f7e049bd5690b12c324
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 27 17:42:46 2013 +0000

    mp2t: return offset when dissecting AF (continuation of r54396)
    
    svn path=/trunk/; revision=54476

commit 6bb97fa32792a301887433e431125ded5cfc6aa5
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 27 15:46:50 2013 +0000

    Generate prototype for plugin_reg_handoff()
    
    This should fix warnings:
     plugin.c:XX:1: warning: no previous prototype for 'plugin_reg_handoff' [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54475

commit cc74708a796d38f11993df8061d833dfe052489e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 27 11:08:41 2013 +0000

    Fix some typoes, quote $CFLAGS and $LDFLAGS when using them in
    assignments (not sure that's necessary, but...).
    
    svn path=/trunk/; revision=54474

commit d0915cabb3001ba3d7e796dd489e309e9aa2a4ce
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 27 10:49:35 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54473

commit fa2c0bb556de44faaf14e537723643ce4b7f6b0e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 27 08:11:25 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9576
    
    Replace g_memmove with memmove
    
    However there still one move g_memmove related code in "packaging/macosx/native-gtk/glibconfig.h".
    
    svn path=/trunk/; revision=54472

commit 2412913616db37727cee7a726fd6929cfa8c9b36
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 26 21:45:51 2013 +0000

    Fix configure-script errors with some versions of autoconf.
    
    svn path=/trunk/; revision=54470

commit 31954c98ee03a6dc0702a41fde283395acbf8959
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 26 21:35:20 2013 +0000

    From Robert Jongbloed via
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8355
    
    Support RTP/RTCP multiplexing. With input from Jonathan Lennox.
    
    svn path=/trunk/; revision=54469

commit 0893e063242a5d4509b61ea7e232ea6639cd489b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 26 21:03:54 2013 +0000

    OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.
    build 5658) (LLVM build 2336.11.00)" likes -Wmissing-prototypes but not
    -Wmissing-declarations and G++ 4.8.2 likes -Wmissing-declarations but
    not -Wmissing-prototypes, so check whether *either* of them requires
    -Werror in order to be detected as NSFC++.
    
    Fix a copy-and-pasteo while we're at it.
    
    Don't treat a different willingness to accept
    -Wmissing-{prototypes,declarations} as an indication that you have
    mismatched C and C++ compilers.
    
    svn path=/trunk/; revision=54468

commit 29f61a9debf53d6ef098eafe4701fdf547ab6298
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 26 15:42:06 2013 +0000

    Add numeric types instead of string where possible in the RTPproxy dissector.  Bug 9561 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9561)
    
    From Peter Lemenkov
    
    svn path=/trunk/; revision=54467

commit f563d1d4f8d20f3c12e154b74168cee044b687c7
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 26 15:08:18 2013 +0000

    ZigBee Test Profile #2 and ZDP fixes.  Bug 9584 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9584)
    
    From DSR Corporation
    
    svn path=/trunk/; revision=54466

commit 60b1c303828139a96b424c8fe99dc3607940faee
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 26 14:28:22 2013 +0000

    Bugfix attribute id parsing in zbee dissectors.  Bug 9566 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9566)
    
    From Fabio Tarabelloni
    
    svn path=/trunk/; revision=54465

commit a2abd0eef45c1622d6dfd99a3ba5994566cc1809
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 26 14:12:50 2013 +0000

    Protect ucp_mktime against too-short input strings, as caught by Alexis'
    ASAN-fuzzing.
    
    svn path=/trunk/; revision=54464

commit 6697a94ba55934a132154439dc44b378cbf991e3
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 26 14:10:26 2013 +0000

    "Better" fix for OpenSafety heuristics with Modbus/TCP.  Bug 9572 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9572)
    
    From Roland Knall
    
    This fix is on top of/in conjunction with r54193 and both need to be backported.
    
    svn path=/trunk/; revision=54463

commit 441ebf8cc8eee553e27982c3c2d2269954b0c7c9
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 26 14:01:37 2013 +0000

    Use the correct define for the array length check, actually fixes the overflow I
    originall tried to fix in r54441.
    
    svn path=/trunk/; revision=54462

commit 67527befa6ca1ee78bdab50c2fb4a76e12f9be33
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 26 13:45:59 2013 +0000

    Report files not recognized as capture files as type "unknown" rather
    than as open errors.
    
    svn path=/trunk/; revision=54461

commit e3d4fe8aae92e1edff06724e3541c963601c66ec
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 26 12:58:26 2013 +0000

    Add some new tags seen.
    
    svn path=/trunk/; revision=54460

commit ca91b33cc88e100c9fa73aef1e6ac5d514b4d7f7
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Thu Dec 26 10:53:53 2013 +0000

    There's no need to mark inline functions with _U_
    
    svn path=/trunk/; revision=54459

commit e79f82dc9ffbaac56a54cef4664dda5ee09dbebd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Dec 26 10:00:36 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54458

commit c39b9e7db5a3ecfdb68961a6567e4c44a7e940c6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Dec 26 09:54:31 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54457

commit 766d4438f2f60e40d05b8d6afc7df8331d89cf3f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Dec 26 09:54:22 2013 +0000

    Fix -Wunused-const-variable found by Clang
    
    svn path=/trunk/; revision=54456

commit 00fb8f078a67627c0b1643fd3ec93ecf7299f230
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Thu Dec 26 09:54:12 2013 +0000

    From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595
    
    Small changes (mainly textual) to packet-scsi.c
    
    The attached patch fixes small issues in SCSI dissection:
    1. Extends the meaning of some fields (for example, the mysterious 'LBPME' becomes 'LBPME (logical block provisioning management enabled) / TPE'
    2. Adds another ASC value which is important to me - 'Thin Provisioning Soft Threshold Reached' . Added comment where to get all of them (at  http://www.t10.org/lists/asc-alph.txt or http://www.t10.org/lists/asc-num.txt)
    3. Fixes a small typo: scsi.extcopy.dest_lba is 'Destination LBA', not 'Source LBA' (silly copy-paste mistake).
    
    svn path=/trunk/; revision=54455

commit 841156804816e5a00087f3a82e7c3e47335bffab
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 26 03:45:12 2013 +0000

    Since the documentation states that, "Text2pcap understands a hexdump of the form generated by od -Ax -tx1 -v.", supply an example that actually matches that format.
    
    In addition, change the hex bytes so that they represent a valid, well-formed packet, rather than a malformed RSVP packet.  This should allow a user to more clearly verify that the text2pcap converstion worked as expected in the event he/she desires to test text2pcap using the example provided.
    
    
    svn path=/trunk/; revision=54454

commit c0823e1977240ba2ee01606bbf764a1d64a2682d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Dec 25 23:03:12 2013 +0000

    OmniPeek's dissection nonwitstanding, the timestamp field in the
    PeekRemote packets from Cisco appears to be a 64-bit timestamp; it's
    probably the Time Synchronization Function timestamp (TSFT), so call it
    that.
    
    svn path=/trunk/; revision=54453

commit 189debcadb8a043d7ddca61f984e12305fc604b1
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Dec 25 09:23:33 2013 +0000

    Code that uses that parameter is #if 0'ed out, so _U_ it for now.
    
    svn path=/trunk/; revision=54452

commit 21f8c1fb7b3243e316a211803684a1d0b56c2dbc
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 25 08:44:43 2013 +0000

    Show ciphering and integrity keys separately.  Correct inputs to integrity calculation (result still not right with gcrypt 1.6 yet)
    
    svn path=/trunk/; revision=54451

commit e44ebaa9deebd5643b6440222408948631452120
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Dec 25 03:48:20 2013 +0000

    Use expert info instead of proto_tree_add_text.
    
    svn path=/trunk/; revision=54450

commit 6535f89772cbb7360390b4722457fa071793e604
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Dec 24 23:41:24 2013 +0000

    Make many fields filterable.  Used convert_proto_tree_add_text.pl to do a "first pass" at converting proto_tree_add_text calls since this dissector is the worse (ab)user (by volume) of proto_tree_add_text and the "coding style" is very conducive to having convert_proto_tree_add_text.pl correctly guessing the field info.
    
    Another pass or two of convert_proto_tree_add_text.pl (with more manual intervention) is needed to be a "proper" dissector, but it gets it off of the checkAPIs.pl "naughty list" in time for Christmas.
    
    svn path=/trunk/; revision=54449

commit b5baf01b869ecfa8b13ee735e3ed1634a74b222b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 18:51:13 2013 +0000

    No need for quotes around the arguments to AC_MSG_ macros.
    
    svn path=/trunk/; revision=54448

commit 8713e0457b9ce2993d04d33e9eae715826850269
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 18:43:42 2013 +0000

    Some warning options are, for reasons not entirely obvious to me, not
    supported by some versions of g++ even though the corresponding version
    of gcc supports them.  Other versions of g++, and clang, support them.
    
    Check, before adding a -W option for C++, whether the compiler supports
    it; that check must be done with -Werror, at least with g++, in order to
    get a non-zero exit status from the compiler.
    
    svn path=/trunk/; revision=54447

commit 68e7ccc5dc234425ae758f63bdbb8194c5c8d6a6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 24 15:16:02 2013 +0000

    From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589
    
    Enhance SSL dissector : fix ssl_private_decrypt()
    
    rename and remove some variables
    
    svn path=/trunk/; revision=54446

commit 46d0f09bf58e7a93b2165beefa411d4241211974
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 24 15:15:52 2013 +0000

    From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589
    
    Enhance SSL dissector : fix ssl_private_decrypt()
    
    free all gcrypt resources
    
    svn path=/trunk/; revision=54445

commit ee6d040ebf4c20b284ad8fdefc9b14f3191e13b9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 24 15:15:43 2013 +0000

    From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589
    
    Enhance SSL dissector : fix ssl_private_decrypt()
    
    free all gcrypt resources
    
    svn path=/trunk/; revision=54444

commit ad5d1b910587d67affa085d668e8153a50c0b8d6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 24 15:15:29 2013 +0000

    From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589
    
    Enhance SSL dissector : fix ssl_private_decrypt()
    
    initialize all variables
    
    svn path=/trunk/; revision=54443

commit 7c5dc6d5660c33aba741fbb4692dce3c91b4d48a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 24 15:15:17 2013 +0000

    From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589
    
    Enhance SSL dissector : fix ssl_private_decrypt()
    
    remove unused functions and a #define
    
    svn path=/trunk/; revision=54442

commit 36587bc7be5a5d1231e6443d933c10cb54b96494
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 14:34:06 2013 +0000

    Avoid accessing past the end of an array.
    
    svn path=/trunk/; revision=54441

commit d6b1e2e95cc82352a7bbda45f865d97a93de49ad
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 24 13:53:09 2013 +0000

    use https instead of http in the url when the packet contains ssl
    
    svn path=/trunk/; revision=54440

commit fba61a31becc8be0789fbb5376c1fe909b9cfa4f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 24 13:44:00 2013 +0000

    add ssl detection to proto_get_frame_protocols()
    
    svn path=/trunk/; revision=54439

commit 7708c2a19f6f7b1861b7c7280ac813afef8a6220
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 24 13:38:32 2013 +0000

    dirty hack to make things compile without libgcrypt
    
    would it make sense to check global_pdcp_check_integrity inside
    calculate_digest()?
    
    svn path=/trunk/; revision=54438

commit 8cbcfcf6a406b9c79f222c2d217e3b1ddf0e9240
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Dec 24 07:24:39 2013 +0000

    Lop off last 4 bytes of payload to use for digest calculation. Still doesn't get expected result.
    
    svn path=/trunk/; revision=54437

commit 18f94609d890abebedc91fc2f7b2c6a963d3c022
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 03:39:19 2013 +0000

    Remove now-unused ephemeral stack code. And another one bites the dust...
    
    svn path=/trunk/; revision=54436

commit 7151a4d99e615664158543d7caf8cadf7f82f069
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 03:29:14 2013 +0000

    Replace all(?) remaining ep_stack occurences with wmem stacks.
    
    svn path=/trunk/; revision=54435

commit 0ea5c80e1accdd471f86368d933e3776f00d0262
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 01:38:26 2013 +0000

    Replace an ep-stack with a wmem stack. Running epan_init() no longer uses
    any ephemeral memory.
    
    svn path=/trunk/; revision=54434

commit edb6cf0b160ed7e9987f5f4c5894cc38a804807d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 01:30:00 2013 +0000

    Get rid of no-longer-used variables.
    
    svn path=/trunk/; revision=54433

commit 1dfa4e2697c058482d29ae6985583e3a99ff31f1
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 01:17:41 2013 +0000

    Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that those
    data-structures can be used with manually managed memory.
    
    svn path=/trunk/; revision=54432

commit 5f91a0afc7aabda4670bfb20616af6cbbfd0360d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 01:03:59 2013 +0000

    Oops, escape characters shouldn't cause anything to be added to the
    string, they should just cause TRUE to be returned - it's the *next*
    code point that gets treated specially and, after mapping, added to the
    string.
    
    svn path=/trunk/; revision=54431

commit 5a81522aa23745199b364a987ee8a8dfc670da77
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 24 00:54:30 2013 +0000

    Make sure uchar is always initialized. Just use '?' since the comment indicates
    that it's a weird (undefined?) case.
    
    svn path=/trunk/; revision=54430

commit bd8aeb9054ac6ee0aa2d395a329d312a70c86ec6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 00:23:09 2013 +0000

    Update some comments.
    
    svn path=/trunk/; revision=54429

commit 0d7a48a8bfb2b9f954d0f6b37172bb28e0239a92
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 24 00:20:09 2013 +0000

    Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in a
    bit-packed string, and use it in some places.
    
    svn path=/trunk/; revision=54428

commit 57c6542aaf3e0c60a46dd60f9d0c6a814928bc8d
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Dec 24 00:09:41 2013 +0000

    Still not quite working, but using MAC API with gcrypt 1.6 now for digest
    
    svn path=/trunk/; revision=54427

commit b71b269a233ac9283af71af9c4f807e22b99227f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 23 22:05:23 2013 +0000

    Fix setup of new expert info item.
    
    svn path=/trunk/; revision=54426

commit 7adc48009bb67f125182fe51954ddb20e52a2a0f
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 23 21:39:09 2013 +0000

    Make C-type filterable.
    
    If someone wanted to make more hf_ variables accompanied by a variety of value_strings for each category, they are certainly more than welcome.  For now it just cuts down on the proto_tree_add_text (ab)use.
    
    "Comment out" unused hf_ variable found.
    
    svn path=/trunk/; revision=54425

commit 0fc3f9c05c9d38050bff86df78194f6c6d552d2c
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 21:30:44 2013 +0000

    Designated initializers are not standard C90, just list all the '-1's without
    their field names.
    
    svn path=/trunk/; revision=54424

commit e8057786921920130dbcaef548b0f366654694ff
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 21:19:34 2013 +0000

    Avoid using ephemeral memory in register routines.
    
    svn path=/trunk/; revision=54423

commit a0321ddb9dc826a8c39f2609e893d3045dd3d165
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 21:19:06 2013 +0000

    Avoid one unnecessary use of ephemeral memory.
    
    svn path=/trunk/; revision=54422

commit adff2b3b503cbd4ada5607b6feb29f7a88dbc77d
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 21:09:26 2013 +0000

    Get rid of some useless intermediate ep-memory when building Diameter arrays.
    
    svn path=/trunk/; revision=54421

commit b2e5e4a81a15ccced82c532a4e88f5ed44cb95b5
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 20:52:12 2013 +0000

    First round converting OIDs from emem to wmem. Just internal functions so far.
    
    svn path=/trunk/; revision=54420

commit d5672481ea2937645ba5d0d426694958adf1a09b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:42:43 2013 +0000

    From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498
    
    dtls: use generic ssl dissect code for TLS extensions
    
    This makes the DTLS dissector use the now common TLS extensions
    dissector from packet-ssl-utils.c instead of its own.
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    
    svn path=/trunk/; revision=54419

commit 7b75159f1e382b9b86164e07e84bff4ab82e7aba
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:42:28 2013 +0000

    From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498
    
    ssl: move TLS ext dissect code to packet-ssl-utils.c
    
    This moves the code used to parse the TLS extension into packet-
    ssl-utils.c and adds an architecture that this code could be used by
    dtls in the next patch. This patch should not change anything in the
    functionality.
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    
    svn path=/trunk/; revision=54418

commit a92a1252f5778a9446369be7bed758fc391bb0a5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:13:48 2013 +0000

    Add modelines info
    
    svn path=/trunk/; revision=54417

commit aa65e8463ec72ca61bf4769ae943d533f474e4d1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:13:31 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54416

commit 09e10bb3311a6e42367236416db08f4db16ca426
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:13:17 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54415

commit c3a3825b99929cdb46d132885bfd1185e80cae14
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:13:04 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54414

commit efa81cdac8fbd2b5ba4fe87014b7c7217d8d6811
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:12:51 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54413

commit b3a584d8dc91437bc675b85e61ad3969a1698196
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:12:39 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54412

commit 368df16f6a5a68b7245b2c59aabdfdd4f729ada4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:12:26 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54411

commit 8b468ca3ff4e9aff0ae06420c78531967f11a152
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 20:12:13 2013 +0000

    Fix Result of operation is garbage or undefined warning found by Clang
    
    svn path=/trunk/; revision=54410

commit b48d585d6cccc438b413c290b69682afa008170b
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Dec 23 20:05:18 2013 +0000

    Set SVN properties.
    
    svn path=/trunk/; revision=54409

commit 43a2cd33ee4a0f70f39f017ec6262faf3e675a12
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 19:24:20 2013 +0000

    Fix Windows Buildbot
    
    packet-ubertooth.c(680) : warning C4244: '=' : conversion from 'gint16' to 'guint8', possible loss of data
    
    svn path=/trunk/; revision=54408

commit 0d76e3453ed325f948a8fb2da0dce59c325311dc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:56:30 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    USB: CCID: Add ACR122 dissector to be autodetected by VendorId/ProductID
    
    svn path=/trunk/; revision=54407

commit e32d169edf2d83f6fee2e601229f48b56a13bb35
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:56:19 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    NFC: Add ACR122 USB dongle dissector
    
    ACS ACR122 is compatibile with PN532, but has its own API. Dissect it.
    
    svn path=/trunk/; revision=54406

commit 908bd0973068631b473fe12355affd7e44c5c9cd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:56:06 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    Bluetooth: Add support for Low Energy Link Layer dissector
    
    svn path=/trunk/; revision=54405

commit b16af7bdec39afe0819c52e1573e37f9cc2e378a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:55:55 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    Bluetooth: L2CAP: Clarify constant
    
    BTL2CAP_FIXED_CID_MAX should not be 0x40 because this is first
    dynamic CID, so rename to BTL2CAP_FIXED_CID_LAST and set to
    last fixed CID value.
    
    svn path=/trunk/; revision=54404

commit eb68a7b8d392896ff3a42c381f610f8f01724eed
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:55:37 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    Bluetooth: HCI: Clarify roles for Switch Role command
    
    Descriptions now based on Core 4.1 specification.
    
    svn path=/trunk/; revision=54403

commit 717b8d3c493e7a0a18897c9274d13b105814faa9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:55:04 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    USB: Add support for Ubertooth dissections
    
    svn path=/trunk/; revision=54402

commit 00fd173870f92b1645d90aae156f4f19511fb6b6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:54:46 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    USB: Make setup request to be able decoding by next dissector
    
    Most devices use them as commands, so we can dissect this protocol (class, vendor).
    Also update "hci_usb" to decode these informations.
    
    svn path=/trunk/; revision=54401

commit 27a9308cf7ca7d979372265c4e13364323093ea4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:54:27 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    USB: Decode the rest of Linux header
    
    svn path=/trunk/; revision=54400

commit 1b5ebb16fd4c7125198065a0e6f200d47610a55e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:54:09 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
    
    USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122
    
    Bluetooth: HCI_USB seems to be compatible with AMP Controllers
    
    svn path=/trunk/; revision=54399

commit 21eb60df17ed7c7ca0ab162ac3599f6d03b4ad19
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:12:16 2013 +0000

    Fix compilation after last change in packet-pdcp-lte (about unused parameter)
    
    svn path=/trunk/; revision=54398

commit 0ce7d1790d94219485d3d68f792270bfc72e2c9d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 18:12:04 2013 +0000

    Make Buildbot Happy
    
    Fix : ./wslua_proto.c:1261:1: error: 'ProtoField_systemid' defined but not used [-Werror=unused-function]
    
    svn path=/trunk/; revision=54397

commit 37ec8781bb685130bd89100f91a0ddbb4d79d7ab
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Mon Dec 23 18:07:28 2013 +0000

    mp2t: rework dissecting adaptation field
    
    - move dissecting adaptation field length to dissect_mp2t_adaptation_field()
    - return offset, not delta.
    
    svn path=/trunk/; revision=54396

commit 8c870995f038dd37770711b20c5f4c0a707328d5
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Mon Dec 23 18:06:33 2013 +0000

    mp2t: avoid calling get_mp2t_conversation_data()
    
    svn path=/trunk/; revision=54395

commit bcd2ecfc948fea2ef6475fe37101c900b87319a1
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 23 17:57:57 2013 +0000

    Add FT_SYSTEM_ID for type checking
    
    svn path=/trunk/; revision=54394

commit 68e0469733c3821f6ddc23ebf1f4e0e9980f7391
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 23 17:20:07 2013 +0000

    Use G_GINT64_CONSTANT(nnn) instead of nnnul in a few places;
    Add a few casts to time_t;
    Do a few whitespace tweaks (indentation, trailing, etc)
    
    svn path=/trunk/; revision=54393

commit 460d57cf06e17637d446eda79e986d8ec2f8adcd
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Dec 23 17:01:37 2013 +0000

    Fix up casing and code formatting in the UDP Decode-As code.
    
    svn path=/trunk/; revision=54392

commit b20e6a20eb9feaf81ec711627dfc69958b6066bb
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Dec 23 16:50:25 2013 +0000

    Make the SCTP Decode-As dialog more consistent with the TCP one.
    Rename the 2nd SCTP Transport tab to "SCTP(PPID)" to make it obvious what it
    is.
    
    Fix up casing and code formatting in both SCTP and TCP Decode-As code.
    
    svn path=/trunk/; revision=54391

commit 9e8306c74619da78a51e250d289e52a7cab81706
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 23 16:47:10 2013 +0000

    Back out inadvertant change introduced in SVN #54340
     to use GTK2 when building Windows Wireshark.
    
    svn path=/trunk/; revision=54390

commit bc7c39eab3354750dffa21c76fa96ee108660bb9
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 15:58:26 2013 +0000

    Make buildbot Happy
    
    error: unused parameter 'allow_partial_value'
    
    svn path=/trunk/; revision=54389

commit 7479af52e5a3cc7040d65de274e2510ea8020d5c
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 15:56:40 2013 +0000

    Add #if 0'd code to calculate CMAC digest, which isn't supported in windows build of libgcrypt currently getched by 'setup'.
    
    svn path=/trunk/; revision=54388

commit 8ab9c55618a99417b4972f37ab3ee7da58cca0cf
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 23 15:53:13 2013 +0000

    From  Ville Skyttä: Spelling Fixes
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591
    
    
    svn path=/trunk/; revision=54387

commit eecbfd1f3bf613704c043f79543eb5133a046f1d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 23 15:35:07 2013 +0000

    Reove _U_ from some function parameters ...
    
    svn path=/trunk/; revision=54386

commit f687bd18daad271c59c20f56dfcf9e53047ccc71
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 15:25:05 2013 +0000

    Change types to try to avoid warnings.
    
    svn path=/trunk/; revision=54385

commit 00048cf418e4af9472c46e51d1cdc8294283aeea
Author: Evan Huus <eapache@gmail.com>
Date:   Mon Dec 23 15:19:25 2013 +0000

    Add GPLv2+ license header to headers-check.c as per private email from the
    author.
    
    svn path=/trunk/; revision=54384

commit 7ec4582b4f4b11ffc4e0f29b2cd14ad49f55584b
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 23 15:18:48 2013 +0000

    Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id with FT_BYTES to now use FT_SYSTEM_ID type.
    
    svn path=/trunk/; revision=54383

commit 5b8f078f4bc535b37d8af8cf08ae36d6ad663035
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 13:53:56 2013 +0000

    Remove printf() call
    
    svn path=/trunk/; revision=54382

commit 5742802a738bcb78847d0d36b9935baab87f6c52
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 23 13:45:07 2013 +0000

    From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551
    
    Dissect SCSI XCOPY and RECEIVE COPY Parameters commands
    
    From me :
    Fix encoding-args
    Fix trailing whitespace
    
    svn path=/trunk/; revision=54381

commit 9d688a9fdec1344255b5bfc168b37715d00d8c04
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 13:43:13 2013 +0000

    Call function and compare result with parsed mac-i.  Now just need to do EIA2(AES) calculation
    
    svn path=/trunk/; revision=54380

commit e8e3f1011b4d9baadea1ed6a04457d8159150684
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Mon Dec 23 12:19:16 2013 +0000

    Removed a wrong sanity check in ByteArray base64_decode.
    
    svn path=/trunk/; revision=54379

commit 27409e8f2eee299b61ae3acd085088b4e5a151be
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 11:38:38 2013 +0000

    Use preference variable that wasn't used yet to pacify buildbot
    
    svn path=/trunk/; revision=54378

commit 2f2b05aee2f624670fc2cf9ac10d65f782408e5f
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 23 10:56:51 2013 +0000

    Starting to get ready for integrity checking
    
    svn path=/trunk/; revision=54377

commit 0566944f171a6ad7afe11c67c29e37a54761a761
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 23 09:42:10 2013 +0000

    correct http2 detection
    
    check the input tvb's length before doing tvb_get_guint8(tvb,2)
    reject a short packet, don't throw an exception
    
    svn path=/trunk/; revision=54376

commit eb3ff1396fbda59351b88872ea137d2b066b5b91
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 23 02:19:27 2013 +0000

    Fix warning.
    
    svn path=/trunk/; revision=54375

commit 8a5d226894040ea759989eddfb0109fbfb9ebe94
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 23 01:25:20 2013 +0000

    Fix the offset constant in SURROGATE_VALUE(), and add rather than OR it.
    
    Expand a bunch of comments, discussing what various routines do and
    should perhaps do.
    
    Pull the core of tvb_get_ucs_2_string()/tvb_get_ucs_2_stringz() and
    tvb_get_ucs_4_string()/tvb_get_ucs_4_stringz() into common routines, as
    we did for tvb_get_utf_16_string()/tvb_get_utf_16_stringz().
    
    svn path=/trunk/; revision=54374

commit 0ab7d560f3c5ec6e51889252346dec9fa6ee6812
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 23 01:16:00 2013 +0000

    Make (most) fields within packet-osi-options.c filterable.
    
    Not sure how to handle the filter names.  Even though OSI isn't a "protocol", there's enough commonality to justify a "dissector".  Also not sure if packet-osi-options.c should just be merged with packet-osi.c to make the relationship more obvious (both files aren't that big)
    
    svn path=/trunk/; revision=54373

commit df25b7a7e0a658d9fcd0b25b32d6c4d0b9c7433c
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Sun Dec 22 22:19:41 2013 +0000

    Improved out-of-bounds check in TvbRange ustringz and le_ustringz.
    
    This functions should probably be marked as obsoleted now that we
    have support for encoding in stringz.
    
    svn path=/trunk/; revision=54372

commit 8a4f419f602e764b367ffe6536b9e7ddcdd2402a
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Sun Dec 22 22:09:06 2013 +0000

    Made TvbRange strsize take an optional encoding argument.
    
    svn path=/trunk/; revision=54371

commit 9de6aa86197063a9e56f824217e727eb80b363cb
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 22 21:16:31 2013 +0000

    From Fabrice Bellard:
    Add Carrier Id and detailed PHY info to MAC LTE UDP framing dissector
    
    svn path=/trunk/; revision=54370

commit 18f68cae7ef8f1088ef7c44b10e86908e2af0be6
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 22 20:12:31 2013 +0000

    Try to pacify buildbots
    
    svn path=/trunk/; revision=54369

commit ee0ea80d07c83390f85239fe390618b79201c1ba
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 22 19:26:58 2013 +0000

    Fix dissection of GSM SMS PDU
    
    svn path=/trunk/; revision=54368

commit 89786cc8c764737f8681abd406dfaa4ffdb4f561
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 22 18:18:12 2013 +0000

    Overhaul the ISIS dissectors
    
    1. Make real dissectors and call dissector_try_uint_new for each "isis.type"
    2. Use make_register script for dissector initialization
    3. Replace isis_dissect_unknown() with real expert info
    4. Use convert_proto_tree_add_text.pl to make many more filterable items and gets some files off of the checkAPIs.pl naughty list.
    5. Remove (now unnecessary) dissector specific header files
    6. Do some reordering of functions to eliminate the need for function declarations.
    
    Additional whitespace formatting and modelines should probably be applied to all of these dissectors.
    
    Used capture files from bug 5354 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5354) and bug 1792 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1792) for fuzztesting.
    
    svn path=/trunk/; revision=54367

commit 302a4cf1c053e789e6b3ad0ec0863d9843350f7c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 22 17:27:53 2013 +0000

    Fix copy/paste error
    
    svn path=/trunk/; revision=54366

commit 3fba8ea2fe8d53b0494ed5f81b5dad67bcf32bf3
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 22 16:27:21 2013 +0000

    proto_tree_add_text -> proto_tree_add_item
    
    svn path=/trunk/; revision=54365

commit e348c13deb255db357154dc066f32cc7c178da78
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 22 15:47:17 2013 +0000

    (Trivial)
    - Minor whitespace changes;
    - Fix a typo;
    - Add editor modelines to tnbuff_subset.c
    
    svn path=/trunk/; revision=54364

commit 523abb73f8279b95c6c51b10c3a54d1b71a25064
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 22 15:31:42 2013 +0000

    'L' constant modifier not needed.
    
    svn path=/trunk/; revision=54362

commit e73a97a46825074b98283f16e22a19234a525559
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 22 15:22:49 2013 +0000

    Constant modifier 'L' not needed;
    Remove unneeded #includes;
    Change several tabs to spaces;
    Add editor modelines.
    
    svn path=/trunk/; revision=54361

commit 95379b9274282cb09b66aa6acb04415649478ea6
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 22 15:03:44 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-12-22]
    
    svn path=/trunk/; revision=54359

commit c00f8779f5f78e1350837ea8dc6164a91fb903cc
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 22 14:47:16 2013 +0000

    Don't use 'L' as a constant modifier.
    
    svn path=/trunk/; revision=54358

commit 400a1fcd60c311340788008fdc81484ed1910963
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 22 14:43:35 2013 +0000

    Use G_GINT64_CONSTANT(n) rather than 'nLL' when defining constants;
    Fix a typo in a comment.
    
    svn path=/trunk/; revision=54357

commit a48a5a164f45cd829851b8977708d67d93e34e49
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Sun Dec 22 13:08:39 2013 +0000

    Made TvbRange string and stringz take an optional encoding argument, and
    removed the yet-another-string-function string_enc and stringz_enc.
    
    Documented the encoding argument.
    
    svn path=/trunk/; revision=54356

commit a1c84e00de20a6a9d382d25048fd9f3139c9ed2b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 22 11:15:35 2013 +0000

    Get rid of a set-but-unused variable.
    
    svn path=/trunk/; revision=54355

commit 51ea411db779d3a6715726e9c49263aca179d618
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 22 10:52:29 2013 +0000

    Move expert value_string body to expert.c (from expert.h)
    
    svn path=/trunk/; revision=54354

commit 1f88687d3f72859d9e46f8b859c5c532fa5aa777
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 22 10:45:22 2013 +0000

    tvb_get_ucs_4_string: increase offset by 4
    
    copy&paste of tvb_get_ucs_2_string?
    
    svn path=/trunk/; revision=54353

commit 0f8572cb514ecd0aa8214aaf40fb98f1dd26209a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 22 10:41:27 2013 +0000

    Avoid including definition of column_info structure in dissectors.
    
    Move COL_* enum to <epan/column-utils.h>
    
    XXX Later we can rename epan/column-info.h to column-int.h (or smth like this)
    
    svn path=/trunk/; revision=54352

commit fc7a77189d31a6b35175cee4c01f8e253da7e774
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 22 08:45:57 2013 +0000

    Add UCS-4 support, and use it.
    
    Shuffle the character ENC_ values around a bit, keeping the Unicode
    encodings together, moving the Windows code pages (only one for now)
    after the ISO 8859 encodings, and putting "I can't believe it's not
    ASCII!" at the end.
    
    Fix some comment typoes, and update another comment, while we're at it.
    
    svn path=/trunk/; revision=54351

commit 5084f58ce2ca1c1e0db771cd3649d4439ae7e4a5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 22 02:12:32 2013 +0000

    We support ENC_UCS_2, so use that in proto_tree_add_item() and
    tvb_get_string_enc() rather than using iconv to convert it to UTF-8.
    
    svn path=/trunk/; revision=54350

commit f9cce15b3592b60e85b22ddad97a999af350469f
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 22 01:29:21 2013 +0000

    Generated stuff does not belong into the source tree
    
    svn path=/trunk/; revision=54349

commit 6d17d3c4d61737b2d600af1a8f0c8317437c3731
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 22 01:21:56 2013 +0000

    Beginnings of doxygen support.
    Currently the doxygen.cfg files are not designed for
    out-of-tree builds - that needs to be fixed first.
    
    svn path=/trunk/; revision=54348

commit 48504bc5f505be3d0486acbac4ad7b687ab6db95
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 22:12:46 2013 +0000

    Oops, added the "unknown header version" expert info to the wrong item.
    
    svn path=/trunk/; revision=54347

commit 50d9d2f94ffcda6336dcc61045ee63ab953bddcc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 22:10:49 2013 +0000

    Support all the DVB ISO 8859-x encodings, now that we have ENC_ values
    for all of them.
    
    svn path=/trunk/; revision=54346

commit 80ad1520f5b0f1033786c026c0a3c8be2326f6a0
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Dec 21 22:05:42 2013 +0000

    Fix for
    
    /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-peekremote.c: In function ‘dissect_peekremote_new’:
    /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-peekremote.c:210:15: error: variable ‘ti_header_version’ set but not used [-Werror=unused-but-set-variable]
       proto_item *ti_header_version, *ti_header_size;
                   ^
    cc1: all warnings being treated as errors
    
    
    svn path=/trunk/; revision=54345

commit f231a273f2937dac827a77f64954eaa7d51e4346
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 21:55:46 2013 +0000

    Add the rest of ISO-8859-n, thanks to Jakub's "generate a mapping table"
    program.
    
    Put the character-encoding cases in order.
    
    svn path=/trunk/; revision=54344

commit 026fae3855f650ba225dfd17c4ea80d9a84a6c94
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 21 21:42:18 2013 +0000

    Don't use 'L' as a constant modifier.
    
    svn path=/trunk/; revision=54343

commit ad0c90e2a937c01a26867ad683b8bd693006a7e1
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 21 21:02:41 2013 +0000

    Use G_GINT64_CONSTANT(-1) instead of -1L.
    
    svn path=/trunk/; revision=54342

commit aba3b9afed2461bbcfb9f41ab12ad623b0954868
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 20:54:26 2013 +0000

    Dissect some more fields in the legacy (20-byte) header, as per the
    screenshot in bug 9586.
    
    First cut at dissecting the 802.11n (55-byte) header, as per the other
    screenshot in that bug.
    
    Update Protocol column to match the new name we gave the protocol.
    
    Still waiting for a new-header capture to test with....
    
    svn path=/trunk/; revision=54341

commit 7d5a52f4c88ccc352551c132840ed660d156d004
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 21 19:12:04 2013 +0000

    Add a comment as to a required change to CFLAGS
    if Wireshark is ever to be built with Gtk >= 3.10.
    
    svn path=/trunk/; revision=54340

commit 2e20f895bec366d195d7a2d7136f88d052687977
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 18:40:20 2013 +0000

    Argh, fix include.
    
    I start thinking about compiling (read: installing) Qt...
    
    svn path=/trunk/; revision=54339

commit c40e1dc2d8fd41066157016caab5359bea7f2717
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 18:19:07 2013 +0000

    fix warnings.
    
    svn path=/trunk/; revision=54338

commit 6ec4ba58a18298d443d87de2cd8bd64dc97464e1
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 21 18:16:07 2013 +0000

    If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated' warnings);
    
    Given that Wireshark is moving to QT, the Wireshark changes required to
    fix the features deprecated in Gtk 3.10 will not be done.
    
    svn path=/trunk/; revision=54337

commit 58289a8ba05a62e54932e49bc05c59afec57e6cd
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 18:00:00 2013 +0000

    missing include
    
    svn path=/trunk/; revision=54336

commit c442c1bd66b3a273520453f51a4fdbea8a7e01db
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 17:37:37 2013 +0000

    Fix buildbot: ./wslua_util.c:102: warning: implicit declaration of function 'rel_time_to_ep_str'
    
    svn path=/trunk/; revision=54335

commit 4cf7cdd387d3caca7729521f8f89ec5123322c05
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 17:34:41 2013 +0000

    fix some warnings.
    
    svn path=/trunk/; revision=54334

commit 4f6f488c20f5d43b78b939f71328d3c12a01dc56
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 17:24:19 2013 +0000

    Avoid including <epan/addr_resolv.h> in dissectors
    
    svn path=/trunk/; revision=54333

commit deb2b236f2482c1bbdbfca7e91fa0cd679e27cb3
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 17:23:17 2013 +0000

    Add missing includes
    
    svn path=/trunk/; revision=54332

commit 1fbc6102dc28047d8cf1c0fc81457f713520f3f6
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 16:22:44 2013 +0000

    include header file.
    
    svn path=/trunk/; revision=54331

commit 3d6fdc55d06aba5a8a73c7d77792963a941ad58a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 16:16:56 2013 +0000

    New functions: str_to_ip6(), str_to_ip()
    
    This way we can avoid including lot of system header files in some dissectors
    and it might fix bug #9581
    
    svn path=/trunk/; revision=54330

commit aa4b08e2ca2785e22e8e49271b7513a28275bbe1
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 15:25:06 2013 +0000

    ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()
    
    svn path=/trunk/; revision=54329

commit 33ef0c2600a986e8094caa266873d48c5899dece
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 15:12:11 2013 +0000

    isascii(x) && isprint(x) -> g_ascii_isprint(x)
    
    svn path=/trunk/; revision=54328

commit 746ee39329954d5bca8d62736844bc17b1d0516c
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 15:01:45 2013 +0000

    Drop isprint.h use g_ascii_isprint() when this include hack was enabled.
    
    svn path=/trunk/; revision=54327

commit be733f30414ceb85304396d30b9648b6afe283e5
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 14:38:51 2013 +0000

    Move epan/base64.[ch] to wsutil/ with function name change.
    
    svn path=/trunk/; revision=54326

commit 576c7eae45be250478b5317bacfa19ad46f812de
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 14:33:54 2013 +0000

    Move base64_to_tvb() to tvbuff_base64.c
    
    svn path=/trunk/; revision=54325

commit 3778699fb53cb0ab07a0ca0977f3efd5c3a86681
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 21 11:44:31 2013 +0000

    Commit sample program to generate charsets.c tables using iconv()
    
    For now only single-byte, and it must be possible to encode whole charset as UCS-2
    
    svn path=/trunk/; revision=54324

commit 0d479ec37fb5e8baa81b25eeb998b183d9c58987
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Dec 21 09:43:02 2013 +0000

    make it possible to compile the sample dissector.
    Fix one trivial error found.
    Add a missing forward declaration.
    
    svn path=/trunk/; revision=54323

commit 81fb51a310fdba34bd234b20575b979e69889e2c
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Dec 21 03:04:27 2013 +0000

    Fix compilation without HAVE_HFI_SECTION_INIT defined.
    
    svn path=/trunk/; revision=54322

commit 9591364899d545871751ff10ff3d21b5a9cd24ff
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 01:52:18 2013 +0000

    Update documentation to reflect the non-existence of
    proto_tree_add_unicode_string().
    
    svn path=/trunk/; revision=54321

commit ab9aa3c8592b2476dd8e4946d197b547f663bbd9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 01:50:55 2013 +0000

    Update documentation to reflect removal of tvb_get_unicode_string*, full
    support for (correct) UTF-16, and new string encodings.
    
    svn path=/trunk/; revision=54320

commit 2af870ce4c471a282ed653446e607a843948b941
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Dec 21 01:50:54 2013 +0000

    Convert to NEW_PROTO_TREE_API
    
    svn path=/trunk/; revision=54319

commit 92f177ec97c12284341bedcc789192370adc53ed
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 21 01:42:41 2013 +0000

    Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();
    instead, have static routines to get UCS-2 (no surrogate pairs) and
    UTF-16 (with surrogate pairs) strings, with the routines to handle
    UTF-16 actually handling surrogate pairs.
    
    Update some out-of-date comments while we're at it.
    
    svn path=/trunk/; revision=54318

commit 296a286ed94d93ae4f3b0ae14f8bf99416277877
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Dec 21 00:20:12 2013 +0000

    unknown5 is probably the speed in 500kHz
    
    svn path=/trunk/; revision=54317

commit fa7471ae2a706c3fc39cd96ae53e751a9a59afc9
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Dec 20 23:48:03 2013 +0000

    Try to guess some more values looking at the decoded values from
    a (version 2) screenshot
    
    svn path=/trunk/; revision=54316

commit 90858e3058067af44eb31a14cbec7cf4440de085
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 20 23:25:36 2013 +0000

    Avoid including <epan/range.h> in dissectors.
    
    svn path=/trunk/; revision=54315

commit 064082e68a3aa3a5c4fcc58bb2d3e1f7989939d1
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 20 22:39:32 2013 +0000

    Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)
    
    svn path=/trunk/; revision=54314

commit 90c8f5dde0f90e508819918cb5fba86f9735716f
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 20 22:32:11 2013 +0000

    Copy Evan r54250 changes to asn/
    
    Rename more to_str functions to have ep_ in the name if they return ephemeral buffers.
    
    svn path=/trunk/; revision=54313

commit 4ca479470545760a7ffd92937ad119696bcd89e3
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Dec 20 21:41:54 2013 +0000

    unknown2/3 -> capturelen1/2
    
    NEWS got updated
    
    svn path=/trunk/; revision=54312

commit ae97f5d3bd2ddd589cd97b9fae7869f37535e859
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Dec 20 21:15:04 2013 +0000

    Improved the valuestring documentation.
    
    svn path=/trunk/; revision=54311

commit 0f86a86f476e6c3c00ce73144c65bdb58fa716ea
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 20 20:29:27 2013 +0000

    Add new string_enc and stringz_enc methods that take an encoding value
    as an argument, just as the add_packet_field method for a tree does.
    
    Use tvb_get_string_enc() and tvb_get_stringz_enc() rather than
    tvb_get_string(), tvb_get_stringz(), tvb_get_unicode_string(), and
    tvb_get_unicode_stringz().  Treat "ustring" as meaning "UTF-16-encoded
    Unicode string" rather than "UCS-2-encoded subset-of-Unicode string".
    
    svn path=/trunk/; revision=54310

commit 7838eada544f7e657b4ec81f7b1885de73746d6b
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 16:57:02 2013 +0000

    - Change guint32 array initializer constants to use 'U' rather than 'L'
     (not that it actally makes any difference);
    - Change 'guint crc32_0AA725CF_reverse[]' to 'guint32 ...'
     (no actual difference);
    - Fix some indentation;
    - Add editor modelines.
    
    svn path=/trunk/; revision=54309

commit 6a0b02c26b51855282b9c36e39329a029de1d04b
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 16:42:06 2013 +0000

    'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Replace 'L' by 'U'.
    (not that it makes any difference in this case).
    
    (I note that in https://tools.ietf.org/id/draft-ietf-tsvwg-sctpcsum-01.txt
    the definition was 'unsigned long crc_c[256] = {0x...L, ...} presumably from
    the days when LP32 was still in use.
    
    
    
    svn path=/trunk/; revision=54308

commit dcd669e70cd7782d909016aeb3cce1e6e8076e73
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 16:25:37 2013 +0000

    #if 0 a group of unused #defines;
    Remove some trailing whitespace;
    Add editor modelines.
    
    svn path=/trunk/; revision=54307

commit ffb3264a99f39a67546279a4f65d372523368767
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 16:03:24 2013 +0000

    #if 0 some unused #defines.
    
    svn path=/trunk/; revision=54306

commit bf9f19e308f98dd1a8a965825385b9a794f725f0
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 15:55:40 2013 +0000

    #if 0 some unused #defines;
    Add editor modelines.
    
    svn path=/trunk/; revision=54305

commit ccdb11e1774ac8ef83056f307e311801669f6a27
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 20 15:34:05 2013 +0000

    nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
    
    
    svn path=/trunk/; revision=54304

commit 82112c8ea39b2aba09bd4470a4cad920f3318fd8
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 20 15:14:52 2013 +0000

    The payload of a compressed Kafka message is supposed to be itself a
    message-set, so dissect it as such. I don't have a capture demonstrating this
    at the moment, but it ought to work.
    
    svn path=/trunk/; revision=54303

commit 1feb5f00c1ea3de5abd864ee506bbb6bcde95522
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 20 15:03:08 2013 +0000

    Simplify dissect_kafka_metadata_request() to not add an unnecessary tree and
    match the rest of the protocol dissection in style.
    
    svn path=/trunk/; revision=54301

commit 73f1356275a2001a569a9d88016ce3efacd431fe
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 15:02:23 2013 +0000

    use small negative values for the error defines
    (such constants are signed ints by default)
    
    svn path=/trunk/; revision=54300

commit 0f599602199354dcda816ca64adb4feb1f372991
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 15:00:26 2013 +0000

    we can display UTF-8 encoded ISO 10646 BMP without any mapping
    
    svn path=/trunk/; revision=54299

commit d8fd9f7ace4cf7c964292ff63599ab132c60cb42
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 14:59:34 2013 +0000

    add Asian DVB-SI character tables
    minor whitespace changes
    
    svn path=/trunk/; revision=54298

commit cf3276b1fc60b2bd6419f54892f06e8a75352183
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 14:58:43 2013 +0000

    simplify the defines for DVB chartables
    there's no need for their values to match the values in the DVB-SI spec
    we can summarize basic and extended table definitions
    
    svn path=/trunk/; revision=54297

commit c38424311f573b631b4015ff587c8423ceaef57f
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 20 14:45:24 2013 +0000

    Replace one more g_memmove with memmove, add a cast to make the Lua stuff
    compile.
    
    svn path=/trunk/; revision=54296

commit 9fba5a787ebce032b31105aad1d575258db0c568
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 20 14:35:34 2013 +0000

    g_memmove has been removed in favour of normal memmove in the latest glib
    versions, so do the same. Plain old memmove appears to be specified in C90, so
    I'm not sure why they ever needed a compat function in the first place...
    
    svn path=/trunk/; revision=54295

commit c3de9c631140fdc95f2892cf98464e6e2a99d925
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Fri Dec 20 14:28:16 2013 +0000

    As pointed out in http://ask.wireshark.org/questions/28304/questions-on-packet-kafkac :
    
    ett_kafka_metadata_topics is defined (and registered) but not used.  Use it.
    
    svn path=/trunk/; revision=54294

commit de2bcb2c8edf69f53b02fa619ae94c54017f830f
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Dec 20 13:38:36 2013 +0000

    Build correct base table in init.lua after changes in epan/proto.h
    
    svn path=/trunk/; revision=54293

commit db3c476e6cb92ce778e6b424a7686e2d8dbf05d1
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Dec 20 13:33:48 2013 +0000

    Rewrote ProtoField_new to:
    - Allow both string and integer for type and base (improve usability).
    - Check valid base and mask for different types (avoid crashes).
    - Remove ftypes.PROTOCOL from valid types.
    
    This should fix bug #9549.
    
    svn path=/trunk/; revision=54292

commit fe98b8ebc8ae064d84d5abade7ce7a1ddba654d1
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 13:23:13 2013 +0000

    use STR_ASCII instead of BASE_NONE for strings
    
    svn path=/trunk/; revision=54291

commit 217f7109cb9e8bdafb7379931c9bc5da313d0d2d
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 13:17:24 2013 +0000

    don't assert if an FT_BYTES entry is empty
    
    svn path=/trunk/; revision=54290

commit 198ce0b6c72ced431695b906ed8bff9ab9bc389c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 20 10:30:57 2013 +0000

    Fix indentation.
    
    svn path=/trunk/; revision=54289

commit 1cf2e46426d3aae59d4456a7fec1c0b2f9cf01d5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 20 10:08:35 2013 +0000

    bytes_to_hexstr_punct() does not add a null terminator, so we must add
    it ourselves.
    
    svn path=/trunk/; revision=54288

commit 2548f6ee2b1d86e3e82340c0335f312244668537
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Fri Dec 20 09:04:12 2013 +0000

    Strip leading spaces in unknown-extension value.
    
    svn path=/trunk/; revision=54287

commit f53f20513adad56b5ea5bb962a7e1a9f54f98a64
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 08:57:17 2013 +0000

    fix
    
      CC     packet-ecatmb.lo
    packet-ecatmb.c: In function 'dissect_ecat_mailbox':
    packet-ecatmb.c:877:64: error: 'info.anSdoInfoUnion.Entry.ValueInfo' may be used uninitialized in this function [-Werror=uninitialized]
    packet-ecatmb.c:796:38: note: 'info.anSdoInfoUnion.Entry.ValueInfo' was declared here
    packet-ecatmb.c:884:34: error: 'info.anSdoInfoUnion.Entry.Res.BitLen' may be used uninitialized in this function [-Werror=uninitialized]
    packet-ecatmb.c:796:38: note: 'info.anSdoInfoUnion.Entry.Res.BitLen' was declared here
    
    
    svn path=/trunk/; revision=54286

commit f48dde14440b4c3dbcf1e9857f8bf0fb11d7303d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Dec 20 08:33:18 2013 +0000

    Fix a "'str' may be used uninitialized in this function" error
    
    svn path=/trunk/; revision=54285

commit 852d93afa74170a4baf35e6511a2ad20ac82b6f9
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 07:57:02 2013 +0000

    comment out unused function
    
    svn path=/trunk/; revision=54284

commit 1170be181b87c8dbf013452493c6c53c37c36391
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Fri Dec 20 07:56:38 2013 +0000

    fix compilation without libgcrypt
    
    svn path=/trunk/; revision=54283

commit f390e381e7aaa4a604f06cd77d21679bbd760fa8
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Dec 20 06:55:56 2013 +0000

    Fix time dissection broken in r54274
    
    svn path=/trunk/; revision=54282

commit 350a207a22a445a8552b7b0e60f119fe6e3bc418
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 20 06:50:46 2013 +0000

    Try to please the buildbot.
    
    svn path=/trunk/; revision=54281

commit 5fbfa6c351a5a3ca5934563647bac856192fd192
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 20 06:30:13 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54280

commit f4ef031335dd8237edd111f1254239a19345eb3a
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Dec 20 02:13:02 2013 +0000

    Make more items filterable courtesy of convert_proto_tree_add_text.pl
    
    svn path=/trunk/; revision=54279

commit 56fa8467cdd32d8ba6db2a01aa201e45f4da3d84
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 19 22:55:16 2013 +0000

    Try to please Clang-Code-Analysis buildbot
    
    svn path=/trunk/; revision=54278

commit 6af6cd70898cf02bec29c8660d18dce02c61a483
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 19 22:40:49 2013 +0000

    Add out-of-band send_preamble event to UDP framing protocol
    
    svn path=/trunk/; revision=54277

commit 704f759ee4a1ba7a80aad1ae0d74bac334dc1ae9
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 19 22:18:30 2013 +0000

    Makes "slot" filterable to pacify checkAPIs.pl
    
    svn path=/trunk/; revision=54276

commit 1e29ff66993aec2ae5bc7ec7281e30bddac68e9d
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 19 22:05:07 2013 +0000

    proto_tree_add_text -> proto_tree_add_string to satisfy checkAPIs.pl
    
    svn path=/trunk/; revision=54275

commit 959a29096122705153acfdea6de555e12cec3096
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 19 21:51:09 2013 +0000

    proto_tree_add_text -> proto_tree_add_xxx conversion.
    
    svn path=/trunk/; revision=54274

commit d66bffb66eecd7797c6f0d153c9f4bfd9eb6ab02
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 19 21:40:38 2013 +0000

    Add System Frame Number to UDP framing protocol and display it in info column
    
    svn path=/trunk/; revision=54272

commit 6be37815a19a8b34713831d131c1843d1f20ed7e
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 19 20:53:44 2013 +0000

    Add bytestring_to_str() which takes a wmem scope and is otherwise identical to
    bytestring_to_ep_str (now deprecated). Use the new one in a few obvious places.
    
    Also just print directly to the buffer when loading ethernet addresses for
    resolution. The straight-to-buffer bytes_to_hexstr seems useful, maybe it
    shouldn't be in a private header...
    
    svn path=/trunk/; revision=54270

commit 1ed5971a72e53ed182d6ac90ac0c313b6bcdc234
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 19 20:52:56 2013 +0000

    Remove 'L' and 'LL' from constants; they are all used as 32-bit quantities.
    #if 0 an unsed constant definition.
    
    svn path=/trunk/; revision=54269

commit bc301c467dbdc66b20e09a1026870255707f3c64
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 19 20:34:13 2013 +0000

    Add XXX comment as follows:
     /* XXX: GINT_MAX is not defined so #if ... will always be false */
     #if (GINT_MAX >= (1LL << 32))
       ...
     #endif
    
    Remove _U_ on several function parameters.
    
    Do some very minor whitespace changes;
    Add editor modelines.
    
    
    svn path=/trunk/; revision=54268

commit 82d0e1f669c193d10a60d071f6cdf4d13b0ddc54
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 19 20:16:31 2013 +0000

    Another try at marking the ws_sign_ext functions possibly-unused.
    
    svn path=/trunk/; revision=54267

commit e2c5575e8090f03d3092905e6acd4500dee2940d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 19 19:29:44 2013 +0000

    Cast result of strtol() to guint32;
    
    svn path=/trunk/; revision=54266

commit 67ceb469b38644fb495d865b6a53df8d13c121a1
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 19 19:12:25 2013 +0000

    Try to fix a warning found by, but not related to, the ABI check.
    
    svn path=/trunk/; revision=54265

commit 771dc849f5f185361b46dbec4e02afd6ac3b4c71
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 19 18:58:31 2013 +0000

    Update file forgotten in r54250
    
    svn path=/trunk/; revision=54264

commit 3dc77cefedd472880eed9683fde4aaf877e9bbde
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 19 17:48:58 2013 +0000

    Need to call ptvcursor_current_offset() BEFORE ptvcursor_free().
    
    svn path=/trunk/; revision=54257

commit 4509ef242d8c296fddee85fcac98d307123ff929
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 19 17:48:32 2013 +0000

    Change types and add cast to try to please buildbot
    
    svn path=/trunk/; revision=54256

commit 725d85f0020569ac4f80b68b3f0f485cdde30739
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 19 17:48:11 2013 +0000

    Fix leaks where ptvcursor_free() wasn't being called.
    
    svn path=/trunk/; revision=54255

commit f756c9b2c4648478f32e02d88a1041d2960e6b72
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 19 17:46:59 2013 +0000

    Since we're always calling ptvcursor_new() now, always call ptvcursor_free().
    
    svn path=/trunk/; revision=54254

commit 62393a672e359d7c05aef7d5e8df413bcbea00fe
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 19 17:21:36 2013 +0000

    Cope with spaces or dashes in security keys
    
    svn path=/trunk/; revision=54251

commit 2ae8edccea07234fa916d0fb7193f28fb0783ab4
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 19 16:28:39 2013 +0000

    Rename more to_str functions to have ep_ in the name if they return ephemeral
    buffers. Remove two unused functions.
    
    svn path=/trunk/; revision=54250

commit a6415ece0ad102d30ac5dce59b127bcf1bd6d3f1
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 19 15:49:09 2013 +0000

    Rename a couple of to_str functions to have ep_ in the name. This makes it
    obvious that the returned string is ephemeral, and opens up the original names
    in the API for versions that take a wmem pool (and thus can work in any scope).
    
    svn path=/trunk/; revision=54249

commit b7ab4db2108fda5a1370b807d1b03ad93b1ca8f8
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Dec 19 15:27:44 2013 +0000

    Modelines and consistent indentation.
    
    svn path=/trunk/; revision=54248

commit 3b73e8b479bc9a7d9264b4d9686e31f07518464e
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Thu Dec 19 15:26:31 2013 +0000

    Renamed new_TvbRange to push_TvbRange and use this when creating a new
    TvbRange from a FieldInfo.
    
    This should fix the crash in bug #9483.
    
    svn path=/trunk/; revision=54247

commit 891b2372a09bfc485d7f3b385389b04ab0f82b20
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Thu Dec 19 11:24:55 2013 +0000

    Improved compressed user data handling.
    
    svn path=/trunk/; revision=54246

commit 317b82898664af0f0fe71c513995bb137d0a3c57
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 19 09:19:33 2013 +0000

    Use proto_tree_add_item() or tvb_get_string_enc() instead of
    tvb_get_unicode_string().  If there's an indication that the encoding is
    UCS-2, use that, otherwise use UTF-16.  (For example, "BMP" stands for
    "Basic Multilingual Plane", which is the part of Unicode that can be
    encoded in 16 bits, hence UCS-2.)
    
    In the description of the "Use Heuristics for UDP" preference for the
    XML dissector, note that it's not just trying to recognize XML in UCS-2,
    it's trying to recognize XML in *big-endian* UCS-2.
    
    svn path=/trunk/; revision=54245

commit 4a346b71882c782cf070e382a4bf718150b192d8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 19 03:12:59 2013 +0000

    Use tvb_get_string_enc(), or proto_tree_add_item(), rather than
    tvb_get_unicode_string() or g_iconv stuff.
    
    svn path=/trunk/; revision=54244

commit 30129013b0d64d61834792d49183df1f6098f304
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 19 02:41:27 2013 +0000

    Use proto_tree_add_item() in cases where we don't actually look at the
    value.
    
    svn path=/trunk/; revision=54243

commit 6762f7e0c8f48be9ac4d2f7a6386f96f81f07fdb
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Dec 19 02:32:21 2013 +0000

    Some patches from Peter Harris:
    
    [PATCH 1/5] X11 dissector: Sort declarations
    This prevents pointless changes showing up in the diff when evaluating
    unrelated changes to the generator.
    
    See http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#Hash_randomization
    
    [PATCH 2/5] X11 dissector: Silence warnings on perl 5.18, prevent 5.20
    Perl 5.18 retroactively marked "given/when" experimental, with a
    promise to remove or dramatically change it in 5.20.
    
    Since there is no perl 5.20 yet, there is no way to make this script
    compatible with it.
    
    [PATCH 3/5] X11 dissector: Support variable_param (at least for glCallLists)
    (This patch makes the change in r54232 unnecessary by using the previously-
    unused variable.)
    
    [PATCH 4/5] X11 dissector: Remove obsolete TODO item
    This item was done in r53531 PATCH 09/11
    
    svn path=/trunk/; revision=54242

commit cc152029f3857664cfbd132257f14c36eebe7c33
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 19 01:37:54 2013 +0000

    Exposing a couple of more constant arrays for ANSI-637.  Bug 9471 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471)
    
    From Michael Lum
    
    svn path=/trunk/; revision=54241

commit 10670dc875bd25ced4262aae3f2a73794310f665
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Wed Dec 18 23:45:09 2013 +0000

    Regenerate the X11 dissector in order to pick up the change from r54232.  Also update to the latest mesa (though this resulted in no changes).
    
    svn path=/trunk/; revision=54240

commit 099294dd1632421c06ca9aed86f25fcf5bebe0b6
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 18 23:32:06 2013 +0000

    Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)
    
    svn path=/trunk/; revision=54239

commit e49da695a1ca6ffe1d5510758b611b555a2f2546
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 18 22:25:18 2013 +0000

    Use ws_sign_ext64()
    
    svn path=/trunk/; revision=54238

commit 424fae1228acb80913594eb4cfb8799198faaca5
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Dec 18 22:15:56 2013 +0000

    initialize info_flags, fix compile error
    
    svn path=/trunk/; revision=54237

commit f882b63d97baba892a811cbc9791f14ba1a2070a
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Dec 18 22:10:59 2013 +0000

    Some proto_tree_add_xxx functions have a '_' in the function name so make sure they get counted in the proto_tree_add_text percentage.
    
    Makes a few dissectors look a little better.
    
    svn path=/trunk/; revision=54236

commit 4c4af5415f935a2fef931cb906c36f46d1f1b8aa
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Dec 18 21:36:15 2013 +0000

    Use FT_STRING for string-valued fields.
    
    Have RDP_FI_STRING set for all string-valued fields, with:
    
    	RDP_FI_UNICODE set if the string is always "Unicode" (assumed to
    	be UTF-16-encoded);
    
    	RDP_FI_ANSI set if the string is always "ANSI" (we should try to
    	use the code page indication);
    
    	neither set if the string is "Unicode" or "ANSI" depending on
    	the INFO_UNICODE flag in the packet (the only strings that work
    	that way are in TS_INFO_PACKET or TS_EXTENDED_INFO_PACKET
    	packets, which also have the flags field with INFO_UNICODE).
    
    Use proto_tree_add_item() to add the string items.
    
    While we're at it, pull the code to get conversation data, creating it
    if necessary, into a routine.
    
    svn path=/trunk/; revision=54235

commit fe7e1783f761f12f287f534a1120bac4c5886381
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 18 21:21:08 2013 +0000

    Remove unneeded #include epan/dissectors/packet-scsi.h
    
    svn path=/trunk/; revision=54234

commit 3b519432dc9f5570124ad7820c85412791bd0677
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 18 21:20:57 2013 +0000

    Add extern C for stat_cmd_args (for future use in Wireshark Qt)
    
    svn path=/trunk/; revision=54233

commit 5385c2d5f8ad18ea80fbc1eca9e506109febe35c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Dec 18 20:53:01 2013 +0000

    Instead of assigning a variable to itself, avoid unused warnings similar
    to the Q_UNUSED macro.
    
    svn path=/trunk/; revision=54232

commit b834b2ae18f4b491cf4cad8dfb5c3f8db6808aa2
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Dec 18 20:38:05 2013 +0000

    "unsigned long" is not necessarily the same as "guint".
    
    svn path=/trunk/; revision=54231

commit 0c73eb6808b0a70987b9121f29084bde96fec2f0
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 18 20:00:06 2013 +0000

    Update the example to match the ohter plugins in wireshark.nsi.
    
    svn path=/trunk/; revision=54230

commit 3947343ca309062547a926260ae40809f6e1fdf9
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Dec 18 19:22:24 2013 +0000

    Remove unused variable.
    
    svn path=/trunk/; revision=54229

commit 00eb735a31a34cd1aed00c47b2d265fc3220908b
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Dec 18 19:19:17 2013 +0000

    Remove other_decode_bitfield_value in favor of bitmasks in hf_ entry.
    Replace "home grown" APIs for string->int conversions with more standard ones.
    
    svn path=/trunk/; revision=54228

commit f0a58ef5238d241643347371dddaed94c6b55e1b
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 18 18:27:07 2013 +0000

    Call ptvcursor_new() to initialize cursor whether tree is NULL or not.
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9578
    #BACKPORT(1.10, 1.8)
    
    svn path=/trunk/; revision=54227

commit 72e5288fddb32374ac700b234670caec14dbc525
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Dec 18 16:52:51 2013 +0000

    Per user request, revert reformatting of hf[] entries done in SVN #54005.
    
    See wireshark-dev message thread begining at:
     https://wireshark.org/lists/wireshark-dev/201312/msg00156.html
    
    
    svn path=/trunk/; revision=54226

commit 8f665d9b36a7b7b3ae30b9e7afbc7724957e0bc1
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Dec 18 15:54:32 2013 +0000

    Add a sixteenth element to all BCD digit sets to avoid garbage values when
    decoding corrupt bytes. Some of these digit sets could probably be
    deduplicated...
    
    svn path=/trunk/; revision=54224

commit 197c2ffac6913dd3953409bef42af54cfb1f3dfe
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Dec 18 15:15:39 2013 +0000

    CIMD Error Code Dissection.  Bug 9570 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9570)
    
    From Vineeth
    
    from me - make a few of the value_strings value_string_exts
    
    svn path=/trunk/; revision=54223

commit c1ceac58cdb77051e9bd14c1f6f7669cf5779a86
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 18 14:31:14 2013 +0000

    Fix -Wunused-const-variable found by Clang
    
    svn path=/trunk/; revision=54222

commit ad531c5bfc4eb458fd5dee3217cd1b03be34672b
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Dec 18 14:19:12 2013 +0000

    Added Column clear_fence().
    
    svn path=/trunk/; revision=54221

commit 80150e196a9ce072914967ac2be567b6bc207ff6
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Dec 18 14:18:45 2013 +0000

    Added col_clear_fence().
    
    svn path=/trunk/; revision=54220

commit 4729c083ac6ae7456584cbf726c1023b8707b72b
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Wed Dec 18 13:49:10 2013 +0000

    Add 'Filter Association' to context menu in packet list.
    
    svn path=/trunk/; revision=54219

commit 485faca86dd9976763bf58b341dac2c53f1c3120
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 18 13:37:20 2013 +0000

    Add cast to try to fix buildbot failure
    
    svn path=/trunk/; revision=54218

commit ae50f1d21e67c382f9547c775ff9dedeb7bce2b1
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 18 13:08:57 2013 +0000

    Fix a test to allow deciphering to happen on the first pass, and close the gcrypt handles after use.
    
    svn path=/trunk/; revision=54216

commit 52a05e62753864b24b7dd3c6657aeac6ffd0047d
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Dec 18 12:55:43 2013 +0000

    Added ByteArray base64_decode().
    
    svn path=/trunk/; revision=54215

commit aa2961280f05bc849eb19e51f6f4ccccd5899c0f
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Dec 18 12:54:18 2013 +0000

    Added support for continuation line in content type.
    
    svn path=/trunk/; revision=54214

commit d536d5fb7d370b96f939d51d8b9077fe0f136cc7
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 18 12:19:42 2013 +0000

    Remove unused variables to try to unbreak MAC buildbots
    
    svn path=/trunk/; revision=54213

commit 17e31af34fdc139f0817e9f6e8c067d77878eea0
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 18 12:05:11 2013 +0000

    Only convert string key once, during update uat callback
    
    svn path=/trunk/; revision=54212

commit d54801bff5af7051d8ff43027dd6105666d73dc4
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Wed Dec 18 09:53:25 2013 +0000

    Fix warning because of functions defined but not used.
    
    svn path=/trunk/; revision=54211

commit d65cb2e9abff9e00de885f554dbe5dd50064f054
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Wed Dec 18 08:04:01 2013 +0000

    Ignore the first line of the chunk statistics file.
    
    svn path=/trunk/; revision=54210

commit e8b935ad6ea1117f9d8787f090819ecc54bbbb98
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 18 06:51:09 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54209

commit 7dfbe304a7167e665b8e7b21708055d77b0eccde
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Wed Dec 18 02:25:53 2013 +0000

    Translate a little leftover German to English.
    
    svn path=/trunk/; revision=54208

commit 189a80048a21913d6618f557d6738a36eb9bad95
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Wed Dec 18 02:16:42 2013 +0000

    Fix compilation when we don't HAVE_GCRYPT.
    
    svn path=/trunk/; revision=54207

commit 5c8e65009e54867144928b2315da99a52a10711f
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Wed Dec 18 02:08:17 2013 +0000

    Presumably ansi_tsb58_language_ind_vals shouldn't be static (since it's listed in the header file).
    
    svn path=/trunk/; revision=54206

commit 88b9db9bd6a62aaf8ae325b1179424e3012473b7
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Dec 18 01:30:50 2013 +0000

    ANSI A-interface improvements.  Bug 9471 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471)
    
    From Michael Lum
    
    svn path=/trunk/; revision=54205

commit 01c048b83821f408af25159d38e38e170d7adae4
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 17 23:03:27 2013 +0000

    Add two missing BASE_EXT_STRING flags as caught by Alexis's ASAN fuzzing.
    
    svn path=/trunk/; revision=54204

commit a2bb473ead4c16a8a91475303f51a4ad927112f9
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 17 22:38:40 2013 +0000

    Fix what appears to be a misuse of pointers in the LLDP dissector as caught by
    Alexis's ASAN fuzzing. Pass the address of a guid on the stack, not the address
    of a pointer to a guid which doesn't actually point to anything...
    
    svn path=/trunk/; revision=54203

commit ff2a5847b9898b99f9c513a73232b6b9f9a8212b
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 17 22:16:06 2013 +0000

    sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sign extension.
    
    Alternative method looks much nicer in dissasembly.
    
    svn path=/trunk/; revision=54202

commit e6d09c163454627e8caedc8b58836f9071073c6e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 17 22:07:32 2013 +0000

    Make local functions static. Include *.h when needed.
    
    svn path=/trunk/; revision=54201

commit be09c39208963340b9e4aad210facbeeeffd2d46
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Tue Dec 17 22:03:37 2013 +0000

    Add SVN properties.
    
    svn path=/trunk/; revision=54200

commit 9628624867acd610344c32542afccd0021ac3e13
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 17 21:51:45 2013 +0000

    Get rid of trailing periods in some error messages for consistency; the
    others don't have trailing periods, and the caller adds a period as
    desired.
    
    svn path=/trunk/; revision=54199

commit c8716a45eebc3bbe4fd1e4be81d51234f55f5864
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 17 21:38:59 2013 +0000

    Put sign_ext.h in Makefile.
    
    svn path=/trunk/; revision=54198

commit 0de43ce2dd69804ee4a9470b713a991d37192209
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 17 21:36:33 2013 +0000

    Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.
    
    svn path=/trunk/; revision=54197

commit 6db9eb0b73b4bb02864ab389c74f5a17a9da50e2
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Dec 17 20:06:03 2013 +0000

    Bugfix OpenSafety "heuristics" to only consider a packet "handled" if a subdissector is called.  Fixes bug 9572 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9572)
    
    Also removed tree check in Modbus dissector because dissector_try_string() is being called under it.
    
    #BACKPORT(1.10)
    
    svn path=/trunk/; revision=54193

commit c03bcb5694874e4dd32a701bb5258d6f00bd873a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 18:53:01 2013 +0000

    From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8805
    
    Wireshark not recognizing skinny version 19
    
    Allow Wireshark to decode skinny version 19 (0x13)
    Only allow, no found spec to support all feature/packet of skinny 19
    
    Also fix a encoding arg
    
    svn path=/trunk/; revision=54189

commit e9946f0130ee45c24dcf21bda8be4bde082aca1e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 18:43:34 2013 +0000

    Make Ubuntu Buildbot happy
    
    Fix following error:
    ../../../ui/qt/sctp_chunk_statistics_dialog.cpp: In member function ‘void SCTPChunkStatisticsDialog::fillTable(bool)’:
    ../../../ui/qt/sctp_chunk_statistics_dialog.cpp:145:29: error: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Werror=unused-result]
    
    svn path=/trunk/; revision=54188

commit f1a440b539ab90b664bc0b9a8d44412231085464
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 18:43:24 2013 +0000

    Remove trailing whitespace and add modelines
    
    svn path=/trunk/; revision=54187

commit 69ac243b07bc79cddc5c23fd7e1d6711324a3611
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Dec 17 17:32:20 2013 +0000

    General cleanup of ZBEE ZCL dissector.  Removed unnecessary casts and wrapping functions.
    
    Tried to remove zcl_cluster_id global, but it's used in a function that is called by other dissectors that I'm not sure if they are expecting the zcl_cluster_id to be "saved" (or if -1 could be passed in for cluster id from those dissectors).  Removed as many uses of it as possible if someone knows the dissectors better to make that call.
    
    svn path=/trunk/; revision=54186

commit 79d336c66407d3fabc18e9d7cd7f4ecdb52166ce
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Dec 17 16:50:33 2013 +0000

    Handle signed integers > 32 bits.  Bug 8454 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8454)
    
    svn path=/trunk/; revision=54183

commit 1b4ea6bb682a9dc8aef4acef8f943375366f0388
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Dec 17 16:40:42 2013 +0000

    Preferences to control whether deciphering should be done for signalling and user plane
    
    svn path=/trunk/; revision=54182

commit 87e2aa33831124afc2d2cc9d62d1de50592a92e4
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Dec 17 15:02:47 2013 +0000

    From "bd": Fix " Wireshark stops showing new packets but dumpcap keeps writing them to the temp file"
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9571
    
    From me: Fixed in a slightly different manner than sugested in the patch attached to the bug.
    
    
    
    svn path=/trunk/; revision=54181

commit e79de9873d611ffdec6d787c1ada35f813f9f394
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Tue Dec 17 14:49:21 2013 +0000

    First working version of deciphering with AES (EEA2).  Lots of improvements still to make
    
    svn path=/trunk/; revision=54180

commit d319ad5d925f8720b9d1c22c29cbf5aff6703b07
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 17 13:31:58 2013 +0000

    Do not modify the bytes given to proto_tree_add_uint_format_value() in case there is a mask present in hf definition.
    Otherwise the bits displayed in the tree are not the right ones.
    
    svn path=/trunk/; revision=54179

commit 30447ecd8fb97177f277db05a930b2044962c295
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 17 13:21:26 2013 +0000

    Fix preprocessor macro and indentation.
    
    svn path=/trunk/; revision=54178

commit 894d8d096b855820c5690ee7c0556cdddafbe772
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 17 13:11:44 2013 +0000

    Fix a crash when calling try_val_to_str_ext()
    
    svn path=/trunk/; revision=54177

commit 3d6c71e90622e2032764e68d8dcbcf50a662f5ad
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 13:06:11 2013 +0000

    Fix indent (use 4 spaces) and add modelines
    
    svn path=/trunk/; revision=54176

commit 2f3a943f0a09a9f75cb94a487d4b6f50df22317c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 17 11:34:45 2013 +0000

    Fix a typo and check that handle exists before calling call_dissector()
    
    svn path=/trunk/; revision=54175

commit 0f6429c3bf23982b5dc5fc2f18662c3622fc8119
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 17 11:28:48 2013 +0000

    Fix the offset when dissecting a Signal reserved field
    
    svn path=/trunk/; revision=54174

commit 0db718781b807b112760d969a9b3bee5db7655dd
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 17 10:54:57 2013 +0000

    Comment a useless increment
    
    svn path=/trunk/; revision=54173

commit bde542ba74a1cae7004af54b6c3f20ef2aadc27d
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 10:43:08 2013 +0000

    From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9547
    
    Zbee ZCL wrong cmdID in DefaultRespons
    
    Default Response command generated by Specific command cluster contains wrong cmdId decoding. The value shows the cross-cluster command id but not the specific cluster command id name.
    Draft of solution is already created (now is under test). The idea is to add a cmdId function callback in zbee_zcl_init_cluster in order to call it when wireshark has to decode specific cluster cmd in default response.
    
    svn path=/trunk/; revision=54171

commit 7e2353f5d4b6ddd402e45225e19b2d471db26c0a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 17 10:22:00 2013 +0000

    Make translatable ready SCTP Graph for Qt
    
    svn path=/trunk/; revision=54170

commit 7eb50571f4fd69c7ce0ad3c39e193ad36bbcc437
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 17 09:51:34 2013 +0000

    Find the right frame when plottable was clicked.
    
    svn path=/trunk/; revision=54167

commit 25a74d3f2aaff7c0273d66c0313ed172d3f37662
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 17 08:56:47 2013 +0000

    Fill the chunk statistics. Read line with fgets instead of getline.
    
    svn path=/trunk/; revision=54166

commit 555b8a581abdad4b88d15ecaf3ac5ab817f60478
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 17 08:54:54 2013 +0000

    Add the header files only once.
    
    svn path=/trunk/; revision=54165

commit a1f179c4f5cfabaff6d139dc4c3befe146951219
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 17 06:10:41 2013 +0000

    Make local functions static. Include *.h when needed.
    
    svn path=/trunk/; revision=54164

commit 5c085177fe83ddab43aaec447ccae3a7b7a1ec9b
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 23:26:09 2013 +0000

    Intialise a variable to avoid a (bogus) warning with my version of gcc
    
    svn path=/trunk/; revision=54163

commit f9abd6f9e0273c7155e32b9f4095f0c19ac73032
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 23:21:31 2013 +0000

    Fix compilation for when HAVE_LIBGCRYPT is not defined
    
    svn path=/trunk/; revision=54162

commit 7851e21345e44139dcd3d9320d3c0faf3eb73c89
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 16 23:08:09 2013 +0000

    Fix compiler warnings.
    
    svn path=/trunk/; revision=54161

commit e4a880b8195885b621cb17f0ae22dc9833e8f0d5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 16 23:00:58 2013 +0000

    Get rid of unused variable.
    
    svn path=/trunk/; revision=54160

commit 8bbff418d3a7fe2db0877de9906ac1c7b48d00cb
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 16 22:43:10 2013 +0000

    Fix typo in formatting string (%%s should be %s).
    
    Mark unused argument as such.
    
    svn path=/trunk/; revision=54159

commit 068008f04f9c31a47197564b1de2f6f2ddd9b3ab
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 16 22:39:41 2013 +0000

    Use proto_tree_add_item() in preference to fetching the string and
    adding it with proto_tree_add_string().  Use tvb_get_string_enc() rather
    than tvb_get_unicode_string() to fetch strings.
    
    We assume a UTF-16 encoding for all "Unicode" strings.
    
    Use tvb_strsize() and tvb_unicode_strsize() to get the lengths of
    null-terminated strings.
    
    Get rid of unused ett_nt_unicode_string variable.
    
    svn path=/trunk/; revision=54158

commit 54c272466f362a169421c9d8f7571c4c0459d117
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 16 21:39:44 2013 +0000

    ANSI A-interface enhancements.  Bug 9471 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471)
    
    From Michael Lum:
    1. Allow mobile ID and service option to be shown in the INFO line for various messages.
    2. proto_tree_add_text -> proto_tree_add_item conversions.
    
    From me:
    1. Even more proto_tree_add_text -> proto_tree_add_item conversions.
    
    svn path=/trunk/; revision=54157

commit 09ce0cf43cb40361a5f97abb75fdda2f991a9270
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 16 20:38:20 2013 +0000

    From Peter Lemenkov:
    
     "This patch removes misleading dereferencing operator from the
      array's name. E.g. consider the following declaration:
    
      guint32 ipaddr[4];
    
      ipaddr points to the address of an array of guint32's, while &ipaddr
      points to the first' guint32 object. E.g. &ipaddr == &ipaddr[0]. The
      value is the same, but has different type which is necessary
      sometimes. However inet_pton treats latest argument as void*, and
      this information is left anyway. So no need to bother with types and
      let's just pass pointer to the array."
    
      https://bugs.wireshark.org/bugzilla/attachment.cgi?id=12304
    
    From me: Remove dereferencing operator from 'ipaddr' in two calls to
             wmem_memdup().
    
    svn path=/trunk/; revision=54156

commit 0afeb2ae959a238fff951ae136d70ac07a7f6232
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 16 20:22:50 2013 +0000

    Change editor modelines value for 'indent-tabs-mode' from 'true' to 't'
     so emacs doesn't complainab 'unsafe value'.
    
    svn path=/trunk/; revision=54153

commit 94b225a3ab32b519f5f460cf97fb67269dcd2e5d
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 18:53:14 2013 +0000

    Now calling function that will decipher payloads, if possible, and return a new tvb.  Actual deciphering still to come...
    
    svn path=/trunk/; revision=54149

commit d2e947f4428996df6f203f8a3dadbdf788631281
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Dec 16 18:44:04 2013 +0000

    Fix alignment issue in GTK2 flowgraph "packet choice" window.
    (Issue reported by Alexis Lagoutte).
    
    ##Backport 1.10
    
    svn path=/trunk/; revision=54148

commit 71b281ae8c20954abf298046c975a811d4dc19a8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 16 16:49:37 2013 +0000

    when the default character table is used,
    don't add af hf entry with len 0 to the tree
    add a text element instead
    
    svn path=/trunk/; revision=54145

commit b71335c699391a1a53461cadce7909770641e8e0
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Dec 16 16:32:51 2013 +0000

    Fix PGN value computation
    
    svn path=/trunk/; revision=54144

commit c1a20e53006a954ec92fe1180bbfabf551261925
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 15:03:41 2013 +0000

    Reorganise main dissection function to that sequence analysis is done before signalling data payload
    
    svn path=/trunk/; revision=54143

commit e78173d830cab59bfd189096a375726c47634611
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 11:47:04 2013 +0000

    Look up key (now by UEId, not RNTI) and display in security tree where known.
    
    svn path=/trunk/; revision=54142

commit 74d627dfae655e323e74fdc33930c275670d1ea8
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Dec 16 11:18:53 2013 +0000

    Add configuration of UE keys (by RNTI).  Still to show and use this info...
    
    svn path=/trunk/; revision=54141

commit a6a53d250d440bfb4556715ed04ccc249e2d624f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 16 10:10:29 2013 +0000

    no need for if(tree)
    
    svn path=/trunk/; revision=54140

commit 9e5143f1a780deda8c5bd15634d24ec08c95c3b1
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 16 10:06:09 2013 +0000

    TABs -> spaces, add editor modelines
    
    svn path=/trunk/; revision=54139

commit a1defaa4e27294941420a4dc46c01b433bffc5c8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 16 08:20:22 2013 +0000

    From Wesley
    fix "decode as" for time protocol
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9563
    
    svn path=/trunk/; revision=54138

commit df30bf95ea709388998bfac0725c96fa1ae95386
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 16 06:03:17 2013 +0000

    Make local functions static.
    
    svn path=/trunk/; revision=54137

commit 2363dd4e686648bdf367fdb40fc00ec6ca1d5dae
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 16 05:56:42 2013 +0000

    Make local functions static.
    
    svn path=/trunk/; revision=54136

commit c45475ab45cdca7e8ea9de3c88bc07769a0983cd
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 15 23:44:12 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54135

commit 59dddc25ec39be11e00cfe1ff0a839f63d75a26f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 15 19:48:15 2013 +0000

    In dissect_ndr_byte_array(), use the field index from the dcerpc_info
    structure, rather than a fixed field.  Get rid of that fixed field, as
    it's no longer needed.
    
    Use dissect_ndr_byte_array() rather than dissect_ndr_char_cvstring() in
    a case where we have an opaque byte array.
    
    Have dissect_ndr_cvstring() and dissect_ndr_vstring() - and, therefore,
    routines that call them, such as dissect_ndr_cstring(),
    dissect_ndr_char_cvstring(), dissect_ndr_char_vstring(), and
    dissect_ndr_wchar_vstring() - require that the field being used by an
    FT_STRING field.  Manually fix a case where the PIDL generator makes
    such a field FT_NONE rather than FT_STRING.  Also handle EBCDIC, just in
    case we happen to see a packet with EBCDIC strings.
    
    Use tvb_get_string_enc(), rather than tvb_get_unicode_string() or
    tvb_get_string(), in dissect_ndr_cvstring() and dissect_ndr_vstring().
    
    svn path=/trunk/; revision=54134

commit afc0d8af03dd33dbc1e7a538cae5aa79c08b157c
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 15 19:19:30 2013 +0000

    use ISO 8859-5 for DVB-SI
    
    svn path=/trunk/; revision=54133

commit a07c0ff1465960410089015fd91f42fac49461ac
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 15 19:13:31 2013 +0000

    add support for ISO 8859-5
    
    svn path=/trunk/; revision=54132

commit 93594d61b2ddf737c5f36f408c1cde22e4fd23b6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 19:07:40 2013 +0000

    Upgrade to HTTP2 draft-09
    
    Add HTTP2 to Decode as
    
    svn path=/trunk/; revision=54131

commit c00a12652fc6d1c4273ba3a66f94862cf6512443
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 19:07:26 2013 +0000

    Fix warning found by doxygen
    
    svn path=/trunk/; revision=54130

commit aae72004b350a1d217a7a751ae583347e8436f43
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 19:07:09 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54129

commit 9f22d3a558a1e90f4dd540ecc9ec6b02fc4bae9b
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 15 18:38:35 2013 +0000

    improve DVB-SI string handling
    
    new function dvb_add_chartbl() adds a tree entry for an encoding
    use FT_BTYES as type for encoding hfs
    string hfs for DVB-SI strings must have STR_UNICODE, not BASE_NONE
    make dvb_string_encoding_vals[] internal to dvb_chartbl.c
    
    svn path=/trunk/; revision=54128

commit 9ce9b10645812e887d2554099371986b5d096372
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:36:25 2013 +0000

    From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9542
    
    Enhancements for SEL Fast Message Dissector
    
    Additional functionality for SEL Fast Message dissector:
    - Optional CRC16 validation for Fast SER messages that use those footers.  Use built-in Wireshark functions to complete this
    - Handle Fast Meter messages with scale factors present in the configuration message.  Required some additions to the fm_conversation struct
    - Some small cleanups for margins and comment locations.
    
    From me :
    - Fix some encoding field
    - unused variable...
    
    svn path=/trunk/; revision=54127

commit ee08b65a200ebcb80f7de0a7433687e284a04afe
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:28:57 2013 +0000

    Fix build with CMake (Missing dvb_chartbl.c...) Fix indent also in Makefile.common
    
    svn path=/trunk/; revision=54126

commit 57ed8b42e108a9673ef7f62fd33244579030be38
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:17:36 2013 +0000

    From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9544
    
    Zbee ZCL Identify dissector duplicated
    
    The packet-zbee-zcl.c contains duplication of ZCL Identify cluster dissector, already developed in packet-zbee-zcl-general.c file
    
    svn path=/trunk/; revision=54125

commit fea47a354f4a4374055db22d1ee62500141bc4af
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:17:22 2013 +0000

    Make checkAPI happy
    
    Error: hf_zbee_beacon_router_capacity: FT_BOOLEAN with a bitmask must specify a 'parent field width' for 'display' in packet-zbee-nwk.c
    Error: hf_zbee_beacon_end_device_capacity: FT_BOOLEAN with a bitmask must specify a 'parent field width' for 'display' in packet-zbee-nwk.c
    
    svn path=/trunk/; revision=54124

commit c58f388fe318170ddbfa477ecf91c31c9d13e23e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:17:08 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9558
    
    Mark generated fields as generated in RTPproxy dissector
    
    This patch is cosmetic. It just marks generated fields as generated (to avoid confusion)
    
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    
    svn path=/trunk/; revision=54123

commit 5c7c8e3886171a5d2463202c07cc887db5399779
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:16:54 2013 +0000

    From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9546
    
    PSK stream does not get decrypted with other TLS streams
    
    Fix PSK decryption with keylog file
    
    Session IDs may be empty (length zero). Currently, these sessions are
    still stored in the session cache which is quite useless as is is very
    likely that multiple TLS streams have no Session ID in their Hello
    messages. This causes the wrong premaster secret to be restored when the
    ClientHello is dissected (via dissect_ssl3_hnd_hello_common).
    
    In the PSK case, this will prevent the SSL keylog file from being
    consulted. When processing the ClientKeyExchange, the
    ssl_generate_pre_master_secret function is called to set the pre-master
    key... but this does not happen when ssl.psk is not available. In this
    case, the PMK that was restored in ClientHello is used. This results in
    faulty dissection.
    
    RSA does not have this problem because it always tries to use the
    private server key (and falls back to the keylog file).
    
    This fix prevents empty session IDs from being stored with a PMK,
    making the dissector use the keylog file for PSK.
    
    svn path=/trunk/; revision=54122

commit 1c85671ed2c56849a8e9f4307ad2be89bfb31cc7
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 15 16:16:38 2013 +0000

    From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9557
    
    Add support for dissecting Gluster/NFS file handles
    
    The nfs dissector has support for dissecting several types (depending on the NFS-server) of file-handles. GlusterFS/NFS can not be dissected yet
    
    svn path=/trunk/; revision=54121

commit f247647c9bc484b1f0a06a412ed879e146552d0c
Author: Evan Huus <eapache@gmail.com>
Date:   Sun Dec 15 15:52:15 2013 +0000

    Add a MIN() to avoid reading past the end of a buffer in LDSS. Caught by
    valgrind fuzzing.
    
    svn path=/trunk/; revision=54120

commit 971f1a187d78a65c4904e9291a2e144609e015ae
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 15 15:03:42 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-12-15]
    
    svn path=/trunk/; revision=54117

commit f98af2794bc6e51617e26e22347b003e055665da
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 15 12:51:33 2013 +0000

    remove a line that sneaked in from some tests
    
    svn path=/trunk/; revision=54116

commit 9818914d785b73afece020f7b9451bcb437f4163
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 15 12:48:12 2013 +0000

    Create separate dissection functions for TCP and UDP.
    
    svn path=/trunk/; revision=54115

commit 2c015bb386abc571c41e322c66c3aca204fca0ca
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 15 12:35:00 2013 +0000

    Fix some const/ not const warnings.
    
    svn path=/trunk/; revision=54114

commit db1b70f168a23bd4ba9b9a2921ff8d26573f770a
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sun Dec 15 12:05:50 2013 +0000

    as requested, move the functions/defines for DVB character tables
    to separate files
    
    svn path=/trunk/; revision=54113

commit d6b2fb11a22979a9ed68b1206610a1cd844623e4
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 15 02:56:29 2013 +0000

    proto_tree_add_xxx -> proto_tree_add_item
    
    svn path=/trunk/; revision=54112

commit 35606f34db6aaf39cf6166c65eb9d6b9dd807bdb
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 15 01:10:47 2013 +0000

    Fix a cut-and-pasteo.
    
    svn path=/trunk/; revision=54111

commit 465e4664de8e9a03add62fbbfd8eb97af3bab958
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Dec 14 23:44:25 2013 +0000

    Use "(void) <variable/>" to avoid unused variable warnings similar to
    Qt's Q_UNUSED macro.
    
    svn path=/trunk/; revision=54110

commit 62d05c80ff2e1cda33556fce3bc528cb53550142
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 22:07:26 2013 +0000

    Fix some warnings
    
    svn path=/trunk/; revision=54109

commit 4120d7496573a086aacd0411017334e6d612df07
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 21:04:49 2013 +0000

    sock diag netlink: dissect requests, stub for 'padding dissection'.
    
    svn path=/trunk/; revision=54108

commit defd185efa17920498b9718ac258d3a8331fa009
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 19:26:06 2013 +0000

    Rework code slightly to prevent VS Code Analysis warning:
      C6326: Potential comparison of a constant with another constant
    
    svn path=/trunk/; revision=54107

commit 02eea9378e364fc2bd69b79e9220f389e21c45ec
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Dec 14 19:23:34 2013 +0000

    More shorten-64-to-32 warnings.
    
    svn path=/trunk/; revision=54106

commit 478f83dd2a78d9fff8fbdd171e7b011aa0605127
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 14 19:11:21 2013 +0000

    Use proto_tree_add_item() rather than fetching a string an adding it, if
    possible.  If (possibly) not possible, use tvb_get_string_enc() rather
    than tvb_get_unicode_string().
    
    svn path=/trunk/; revision=54105

commit 81a67cec588fc599bd5625df3205f108e8747476
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 18:50:23 2013 +0000

    Fix (I think) VS Code Analyzer warnings:
     C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value.
       Results might not be an expected value
    
    
    svn path=/trunk/; revision=54104

commit 3ddb2011f916bce75a74855d14ea1818761ee41e
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 18:33:55 2013 +0000

    Create/use several extended value-strings;
     (Sort & remove dups from underlying value_string arrays);
    Reformat a few long lines;
    Add editor modelines;
    
    
    svn path=/trunk/; revision=54103

commit 1190f52ecb918f45c6fea0d899132b8b3ec66515
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 18:25:42 2013 +0000

    Fix VS Code Analysis warning:
      C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. \
      Results might not be an expected value
    
    'offset++' --> 'offset += 1' for consistency;
    Add/adjust whitespace;
    Add editor modelines
    
    
    svn path=/trunk/; revision=54102

commit 75f1073fe642ffcfd90c01a8777143d70129ed22
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Dec 14 18:12:32 2013 +0000

    Cast away shorten-64-to-32 warnings.
    
    svn path=/trunk/; revision=54101

commit 8fde85216a3bad3fd581f5c3503ac232dcb45555
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Dec 14 18:07:01 2013 +0000

    Squelch a bunch of shorten-64-to-32 warnings by parsing all of our
    numeric values using strtoul and casting it the result to a guint32.
    Hopefully no user or session IDs are negative or greater than 32 bits.
    
    svn path=/trunk/; revision=54100

commit c729725ab6eddd0fe3ceb9f3fd041f4e894dad99
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 17:00:56 2013 +0000

    Fix bug found by VS Code Analysis:
     warning C6385: Invalid data: accessing 'tag_to_type', \
     the readable size is '136' bytes, but '140' might be read
    
    svn path=/trunk/; revision=54099

commit 862b30c07abd146f8b35c74e2757c083342530ef
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Sat Dec 14 17:00:36 2013 +0000

    Take a preemptive strike at some likely future VS Code Analyzer warnings about strings possibly not being zero-terminated.
    
    svn path=/trunk/; revision=54098

commit 07a8d1b55ae414404720bad07cb4b5a81efaf9a2
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 16:47:52 2013 +0000

    xmpp_attr_info, xmpp_attr_info_ext: Pass pointer to hf
    
    This should fix most of warnings:
    	initializer element is not computable at load time
    
    svn path=/trunk/; revision=54097

commit b4acad6f0f0b0555e7fa23402cbd274f41743c96
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 16:36:07 2013 +0000

    Prevent VS Code Analyzer warning; (AFAICT: not an actual bug).
    
    svn path=/trunk/; revision=54096

commit 715e2d66997c5470caeda475f83cfa5fc4b60321
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 16:09:57 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54095

commit 5a4720b28d1ebf0be05af3e1e577e05a72140342
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sat Dec 14 16:01:00 2013 +0000

    Set Proto col & Clear Info col before fetching data from the tvb;
    Almost all of the dissection code can be under 'if (tree)';
    Do some whitespace changes.
    
    svn path=/trunk/; revision=54094

commit aa1649416b2114430d0f07a3c0aca2532e0e0eab
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Dec 14 14:44:52 2013 +0000

    Add a cast to silence an unnecessary warning.
    
    svn path=/trunk/; revision=54093

commit e0e86bab5a246069f6b51bf552b6bc2564136b4b
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 14:33:46 2013 +0000

    Fix const warnings.
    
    svn path=/trunk/; revision=54092

commit 2754c08d932d20fff1aca664dd925d63e1e46ff3
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Dec 14 14:11:30 2013 +0000

    From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9158
    
    Currently, the LLC dissector in packet-llc.c displays the values of DSAP IG bit
    and SSAP CR bit as separate items in the proto tree. This gives an impression
    that these entries are separate fields in the LLC header while in reality, they
    are only the least significant bits in DSAP/SSAP octets. In addition, the
    importance of these bits is relatively low in today's LLC-based protocols (they
    are mostly set to 0), so having them always displayed in the proto tree is
    somewhat of a luxury.
    
    Modify the LLC dissector by having added a subtree to both DSAP and SSAP items
    that displays the IG and CR bits as bits in a bitfield, and moved the display
    of IG and CR bits into these subtrees.
    
    It may seem that adding a text item instead of a FT_UINT8 value is not a
    sensible approach because such item is not filterable. However, if filtering by
    the entire DSAP/SSAP value (which is the typical way of filtering on SAPs), this
    value is always added to the tree in its entirety and indexed by "llc.dsap" and
    "llc.ssap" filter strings. If the GI or CR bit are to be matched, "llc.dsap.ig"
    and "llc.ssap.cr" filter strings are available. Searching for the value of the
    DSAP/SSAP & 0xFE which would be the value currently added by the
    proto_tree_add_text() is not done and should not be done, as IEEE stipulates:
    "An individual actual address value does not necessarily have any relationship
    with a group address of the same actual address value."
    (http://standards.ieee.org/develop/regauth/tut/llc.pdf) Following this
    consideration, the choice of displaying the SAP "actual address" using
    proto_tree_add_text() is acceptable.
    
    svn path=/trunk/; revision=54091

commit a990dfa454a2c8d080d4e70bbdecde196e4ebe28
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 13:36:54 2013 +0000

    rdp_field_info_t struct: Pass pointer to hf
    
    This should fix most of errors:
      warning: initializer element is not computable at load time [enabled by default]
    
    svn path=/trunk/; revision=54090

commit 1053e722ed726979654021fa95a70e050200e8fc
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 12:45:57 2013 +0000

    Fix warnings
    
    svn path=/trunk/; revision=54089

commit 4d92f6079b04839bf2969c3fa665416e384d5a4a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 11:12:20 2013 +0000

    Remove not needed ';'
    
    svn path=/trunk/; revision=54088

commit fde0410bb5324cf7773199aa7e49e8ef9abb6b8e
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 11:03:16 2013 +0000

    Fix constiness of GET_VALSP() macro.
    
    svn path=/trunk/; revision=54087

commit 53f438b4ed36a518a7ebac91c018337e5b4c22ed
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 10:43:29 2013 +0000

    Allow -Wmissing-prototypes only for C
    
    It should fix:
    	cc1plus: warning: command line option `-Wmissing-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default]
    
    (only g++ complains, clang is OK with -Wmissing-prototypes)
    
    svn path=/trunk/; revision=54086

commit 5c79cbf152ac1ee36007060937fb94b5d3b39014
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 14 10:29:26 2013 +0000

    Fix some trivial warnings.
    
    svn path=/trunk/; revision=54085

commit 5dd7b7388b02f406c0b35e48f938ba8c64a45c18
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 14 03:44:12 2013 +0000

    Use proto_tree_add_item() for UTF-16 strings when dissecting string
    descriptors.
    
    Make sure the length in string descriptors is at least 2, so that we
    have a valid string or string-list length.
    
    svn path=/trunk/; revision=54084

commit e57d150ec9fafa8e23308199049e0a7db79e0249
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Dec 14 01:40:39 2013 +0000

    Fix string length typo causing unitialized-value warnings caught by valgrind
    fuzzing.
    
    svn path=/trunk/; revision=54083

commit cb73c3710b42e5a8f17f82a8ed574d4f91966efe
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Dec 14 01:34:02 2013 +0000

    It seems sscanf requires the input string to be null-terminated, even if it is
    longer than the maximum possible amount to read based on the format string. For
    this reason, don't use sscanf on tvb_get_ptr directly, copy and null-terminate
    the bytes we want.
    
    Fixes an uninitialized value caught by valgrind fuzzing.
    
    svn path=/trunk/; revision=54082

commit 2f11c8f1ff7b820898e5077756c45493ef77d258
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Dec 14 00:07:27 2013 +0000

    Add a bunch of tooltips.
    
    svn path=/trunk/; revision=54081

commit 0510eeb0cb0c31c2d39c064c3b3ae1bd473d4049
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 23:32:00 2013 +0000

    Pass the information from ATP to the conversation dissector.
    
    svn path=/trunk/; revision=54080

commit 8a3191f8e0549fa177710b97dbe856ed4b94daec
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 13 23:22:28 2013 +0000

    It should halve warnings count in tn5250 dissector.
    
    svn path=/trunk/; revision=54079

commit d6da7a01b1adefac1016f3c7fa0141ef8b308fe8
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 13 23:11:14 2013 +0000

    Fix warnings + remove some v. old comment from strutil.h
    
    
    svn path=/trunk/; revision=54078

commit 24360c9951d81e35eece87c50cd22584a44b7b2f
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 23:08:32 2013 +0000

    Make sure all unused bits are 0 in bacapp, fixes uninitialized memory found by
    valgrind.
    
    svn path=/trunk/; revision=54077

commit 4043db58659a11cb1be9c5cd23f4930634f4920b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 22:44:58 2013 +0000

    Rename spotlight_get_utf16_string_encoding() to
    spotlight_get_utf16_string_byte_order(), and have it return
    ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN if it finds a BOM and 0xFFFFFFFF if
    it doesn't, to make it a bit clearer what it's doing.
    
    Use tvb_get_string_enc() rather than tvb_get_unicode_string().
    
    svn path=/trunk/; revision=54075

commit 30ab019f2b8ef698cdcae17e3659d49b9d1ada5d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 22:35:50 2013 +0000

    In tvb_get_unicode_string(), if the byte count is odd, ignore the last
    byte.  (We should perhaps add an expert info indication in those cases.)
    
    svn path=/trunk/; revision=54074

commit bbc3e14642e63c3d393d4b632ef81f3b16fbcafc
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 13 22:34:10 2013 +0000

    netlink: update
    
    - set pinfo->p2p_dir based on portid
    - check for nlmsg type in dissect_netlink_sock_diag()
    - sock diag support LINUX_AF_INET6, LINUX_AF_PACKET
    - naming cleanup
    
    svn path=/trunk/; revision=54073

commit 4cb6a92d93bceb1e5c32045674f3918835a2d671
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 22:15:29 2013 +0000

    Change the exit status of a fuzz failure to 255 so that if you use it with xargs
    the failures don't get suppressed.
    
    svn path=/trunk/; revision=54071

commit 2d5c1c8689db9865f4cd3909ef43b89af5f8aaf2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 21:36:50 2013 +0000

    Note that apparently some BACnet implementations misuse the "ANSI X3.4"
    encoding for ISO 8859-1; this means that those strings won't be
    correctly interpreted if they're interpreted as UTF-8.
    
    svn path=/trunk/; revision=54069

commit fde7a4c26346ff7a5afd49cc27ba6cca2cb173a3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 21:31:01 2013 +0000

    Simplify column sizing.
    
    svn path=/trunk/; revision=54068

commit 9d21f521feb9ae04f0ec64771fba2299a6fd0c74
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 21:30:25 2013 +0000

    Fix various issues:
    - Display of header bit fields was incorrect;
    - Computation of the data length was incorrect;
    - Display of trailer 'indicator enable' & 'indicator' bit fields was incorrect;
    - 'Display' field of certain hf[] entries was incorrect.
    - Pedantic: Use ENC_BIG_ENDIAN instead of ENC_NA in certain places.
    
    See Bug #9539
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9539
    
    
    svn path=/trunk/; revision=54067

commit 34b93ed41e9a3ab350d00ad8d6b96d39e90f517f
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 21:26:59 2013 +0000

    Replace wmem_alloc with wmem_new in a few places, and wmem_new with wmem_new0 in
    a few places to avoid uninitialized memory found while fuzz-testing with
    valgrind.
    
    svn path=/trunk/; revision=54066

commit 0905bffaa53f97485f9a0fb44a90a8412e43020c
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 21:25:48 2013 +0000

    Return FALSE from dissect_iwarp_mpa() if data is NULL.  Note that this is the conservative/safest approach since there do appear to be some code paths that don't rely on the data.
    
    svn path=/trunk/; revision=54065

commit 7aaa0b2a2739c7fc1f01a4728b6e64032682f9a2
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 21:15:49 2013 +0000

    Return FALSE from dissect_zbee_nwk_heur() if data is NULL.
    
    svn path=/trunk/; revision=54064

commit 629c13c51d96781c98a660f945ba6cd41fd3de51
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 21:08:21 2013 +0000

    Add data arg to dissect_wassp_heur() in case it's ever used.
    
    svn path=/trunk/; revision=54063

commit 7ba2ee5d6e98b48b66633e894183a58ea1d839af
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 20:59:45 2013 +0000

    Return FALSE from dissect_tapa_heur() if data is NULL.
    
    svn path=/trunk/; revision=54062

commit 305055b82934e3ce8f27d40a886fd536a9fbe0b7
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 20:50:19 2013 +0000

    Add data arg to dissect_skype_heur() so it compiles cleanly if/when SKYPE_HEUR is ever defined.
    
    svn path=/trunk/; revision=54061

commit cbeaa8964424e39434c866033e71491b28a42b67
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 20:31:02 2013 +0000

    Handle NFS4_OP_ILLEGAL (and other potential array bounds errors).
    
    svn path=/trunk/; revision=54058

commit c88431cbb000fe8134aeef76d2b8d3c41d89c339
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 20:16:53 2013 +0000

    Remove _U_
    
    svn path=/trunk/; revision=54057

commit 4b6ef3fac248c5e1c06195a69fae0475d2c02843
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 20:09:17 2013 +0000

    Add another check to radiotap-iter initialization to catch another out-of-bounds
    read found while fuzzing with valgrind. Hopefully doesn't break valid captures.
    
    svn path=/trunk/; revision=54056

commit 7d016fc24f4f83d99b336df1a243a64db93cc620
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 20:07:44 2013 +0000

    If data is NULL, return FALSE.
    
    svn path=/trunk/; revision=54055

commit 2147ff90ceafb230049c32b332c36a73e9897a58
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 19:01:02 2013 +0000

    Remove _U_
    
    svn path=/trunk/; revision=54054

commit be1aa487694a892df1e4acec49ad01ec850b85ba
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 19:00:51 2013 +0000

    Add recent Qt additions.
    
    svn path=/trunk/; revision=54053

commit a2835dd48a902966c6123c8064c64d55a0a4c710
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 18:36:59 2013 +0000

    Capture Interfaces dialog cleanup.
    
    Apply layouts as needed to allow resizing. Select the interface list by
    row. We might want to switch the interface list to a QTreeWidget. Today
    I learned that you can make QGroupBox titles checkable. Do that where we
    enable and disable groups of items. Flatten all of the group boxes.
    Change the output format combo to radio buttons. There are only two
    choices and we have lots of real estate available. Use a
    QDialogButtonBox so Qt can size and order the buttons appropriately.
    
    svn path=/trunk/; revision=54052

commit 093ace5c24edf82f49fbee9b554fe95e108a8e63
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 18:25:06 2013 +0000

    Fix Visual Studio Code Analysis warning C6011: Dereferencing NULL pointer 'returnedDevmode'
    
    svn path=/trunk/; revision=54051

commit 4cabb63481e5841ff78aa697551f3bf7fd33a232
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 18:13:58 2013 +0000

    Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'keylist'
    
    svn path=/trunk/; revision=54050

commit 97964f3ebd4ea05d2895e9dfa090a89d10ecffa0
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 17:13:33 2013 +0000

    Fix Visual Studio Code Analysis warning C6054: String 'szStr' might not be zero-terminated
    
    svn path=/trunk/; revision=54049

commit fae2172c83ace0e75b0d6b98665b8e5e8615e692
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 14:56:39 2013 +0000

    Fix (presumably) a VS Code analysis warning:
     C6385: Invalid data: accessing 'dgt->out', the readable size is '15' bytes, but '18' bytes might be read
    
    Also: Do some trivial whitespace and formatting changes.
    
    svn path=/trunk/; revision=54048

commit 099efcf5eb7252a8bc87197a652dd5f2f5e0cbd5
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 14:39:19 2013 +0000

    Value_string.h:  Minor changes to comment text
    value_string.c:  value_string_ext_validate() always fails on Windows
                       when called from a different DLL (i.e. a plugin).
                       So: Add #ifndef _WIN32 around the offending code.
    
    svn path=/trunk/; revision=54047

commit aa08f7bab1598e3265532e6b5c2fb2e4c1c29bf6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 14:19:52 2013 +0000

    (Trivial) remove some trailing whitespace.
    
    svn path=/trunk/; revision=54046

commit 18fe640e9b6c45b9171a7f066ffdf00fe999fa9e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 14:16:54 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9556
    
    Cosmetic change in a LF field representation in the RTPproxy dissector
    
    Don't display any value for LF field
    
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    
    svn path=/trunk/; revision=54045

commit 14b210c6f03fd24d38f383218c8a59291835bd8a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 14:16:46 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=54044

commit 719cc1ea3035dbacdf1fb888e7274542a7f1e3e0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 14:06:18 2013 +0000

    From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499
    
    DLTS: add cipher version for OpenSSL pre 0.9.8f
    
    OpenSSL pre 0.9.8f uses the TLS version 0x0100 and is not completely
    compatible with DTLS 1.0 or 1.2. One difference is that the encrypted
    pre master from TLS 1.0 does not have an own length, which is needed by
    TLS and DTLS 1.0, this makes decrypting impossible. This patch makes it
    possible for the code to distinguish between this OpenSSL version and
    real DTLS 1.0, because they are not using the same code any more. This
    is needed to fix the snakeoil-dtls test.
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    
    svn path=/trunk/; revision=54043

commit ec9642f9c96fbdfec3e7753ea3959150ef665d55
Author: Michael Tüxen <tuexen@fh-muenster.de>
Date:   Fri Dec 13 13:31:34 2013 +0000

    May this silences a warning of code that will go out next week.
    
    svn path=/trunk/; revision=54042

commit 9a5d23c83ce7c92f5bf692159080d0ec149164d7
Author: Michael Tüxen <tuexen@fh-muenster.de>
Date:   Fri Dec 13 13:00:29 2013 +0000

    Try to silence warnings and add a comment for Irene to
    fix these appropriately next week.
    
    svn path=/trunk/; revision=54041

commit 0c5eccc2771805f6ccc186369dc7b1c2785f6916
Author: Michael Tüxen <tuexen@fh-muenster.de>
Date:   Fri Dec 13 11:34:37 2013 +0000

    Try to silence a warning due to a temporary workaround.
    
    svn path=/trunk/; revision=54040

commit ec32b614f67e78020a301880fabc9d122cfcf697
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 11:30:24 2013 +0000

    From Peter Wu
    
    ssl-utils: remove SIG, rename mode and formatting
    
    The changes seem huge, but actually involve a few structural changes
    that do not change functionality, but aim to make maintenance easier and
    lines shorter. The following changes were made:
    
     1. Remove the "sig" field and `SIG_*` constants as they are not used
        anywhere.
     2. Convert `SSL_CIPHER_MODE_*` macros to an enum, change the type in
        SslCipherSuite, change the field terminator in cipher_suites and
        drop the `SSL_CIPHER_` prefix to make it shorter.
     3. Add whitespace to align the cipher suites and convert the numbers to
        hex to match common usage (e.g. IANA docs). Done with the awk script
        below.
    
    AWK script that takes the lines with `,KEX_` and applies changes (3):
    
        #!/usr/bin/gawk -f
        BEGIN { FS="[, {]+" }
        {
            split($0, c, "}, *");
            comment="";if(c[2])comment="   "c[2];
            sub("}", "", $10); # comment }
            printf("    {0x%04X,%-12s%-16s%2d,%3d,%3d,%-11s %-22s},%s\n",
                   strtonum($2),
                   $3 ",", # Key exchange
                   # $4 is SIG_ - remove
                   $5 ",", # Cipher
                   $6, # blocksize
                   $7, # keysize
                   $8, # export keysize
                   $9 ",", # Digest
                   $10, # mode
                   comment);
        }
    
    Signed-off-by: Peter Wu <lekensteyn@gmail.com>
    
    svn path=/trunk/; revision=54039

commit 4f32d662fa0ef9461960d3cf7abceb4cbabdee99
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 11:29:11 2013 +0000

    Add Copyright and modelines (Fix also indent to use 4 spaces)
    
    svn path=/trunk/; revision=54038

commit 894bc27bd7e55fe27e9f74a2516c4547b5eca3a5
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 11:20:21 2013 +0000

    Fix typo
    
    svn path=/trunk/; revision=54037

commit a2a48090dae15d069517a29999fafc91e2ffdeb1
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 11:03:13 2013 +0000

    Fix typo.
    
    svn path=/trunk/; revision=54036

commit 92ed24dcf73b38d8f18c0c33d08ea32f5ec3f3b2
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 10:56:31 2013 +0000

    Fix gboolean bool conflict.
    
    svn path=/trunk/; revision=54035

commit 3ad28a943f3ee7164a561db2192278409b81eccc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 13 10:56:14 2013 +0000

    Fix build when use Qt4
    
    ui/qt/sctp_chunk_statistics_dialog.cpp:16:40: error: ‘class QHeaderView’ has no member named ‘setSectionsClickable’
    ui/qt/sctp_chunk_statistics_dialog.cpp:17:40: error: ‘class QHeaderView’ has no member named ‘setSectionsMovable’
    
    svn path=/trunk/; revision=54034

commit a1da50b91e957f3c3a4f3992ec10dc543c05ead4
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 10:39:13 2013 +0000

    Add sctp files to Makefile.am
    
    svn path=/trunk/; revision=54033

commit dafe3d02ce024a39019d05ab6631ff3a9ea2a78e
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 09:52:41 2013 +0000

    Address more Windows errors.
    
    svn path=/trunk/; revision=54032

commit 7cfa3d05a38b2f050afcf6dbd08ff9eecad10afb
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 09:14:20 2013 +0000

    Address Windows warning
    
    svn path=/trunk/; revision=54031

commit 9792fe5d7989a14e07e1efe349df95a7cf49d3f2
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Dec 13 09:10:35 2013 +0000

    "Fix"
    /home/jmayer/work/wireshark/svn/trunk/ui/qt/sctp_graph_byte_dialog.cpp:36:13: error: variable ‘minBytes’ set but not used [-Werror=unused-but-set-variable]
         guint32 minBytes, maxBytes;
                 ^
    cc1plus: all warnings being treated as errors
    
    
    svn path=/trunk/; revision=54030

commit ecbca40104d4925d1dec75d6e16d88de6cd4bc5e
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Dec 13 09:09:06 2013 +0000

    "Fix"  'set but not used' warning turning error.
    
    svn path=/trunk/; revision=54029

commit 66d0882e85097ad886fbd4b27f54eb45c792b73a
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 08:41:26 2013 +0000

    Address Windows warning.
    
    svn path=/trunk/; revision=54028

commit 2c6d94bec316034fcba787d3be9b3dfe11897fb7
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 08:01:24 2013 +0000

    Take sctp_stat.c off the list because it has been removed.
    
    svn path=/trunk/; revision=54027

commit 796bf409b0c286dd76e6ecd5c61d0d947d54b479
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 13 07:25:30 2013 +0000

    Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.
    
    svn path=/trunk/; revision=54026

commit 28e6aa4e8a06299895d7924508a32a895a5454ab
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 13 06:55:20 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=54025

commit 4e3e8d2d1f5f48eba8a567df843fde70899a1695
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 13 06:52:02 2013 +0000

    Try to fix building of captype
    
    svn path=/trunk/; revision=54024

commit 62f5450324559930f306bdd2dc8432759f2f3011
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Dec 13 06:36:00 2013 +0000

    Add a file that probably should have been a part of
    http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54015
    
    svn path=/trunk/; revision=54023

commit 86149a1184eb6e80fbd181badb0ccfe39b336fae
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 04:11:49 2013 +0000

    Don't use optind, we don't actually call getopt or friends and we don't include
    the necessary headers on all platforms to have optind defined. Just check that
    we got arguments in addition to the executable name.
    
    svn path=/trunk/; revision=54022

commit e954ce02ed9ae82cb9dd135a8579130cdaed848e
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Dec 13 04:04:10 2013 +0000

    Add what appears to be a missing #include for windows.
    
    svn path=/trunk/; revision=54020

commit 746e796e83c949f61483812a6ce5a95ab2fe96b5
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 03:24:08 2013 +0000

    (Try to) fix VS Clang Analysis warning:
    C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
    
    svn path=/trunk/; revision=54019

commit afa9f611d7fa18eb2f707b6f3827f42978b62746
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 03:13:40 2013 +0000

    And another one.
    
    svn path=/trunk/; revision=54018

commit 70e8da2d8c3c15e1962547504cbaafaf56f26007
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 03:12:42 2013 +0000

    Add some more file types misidentified as VWR files.
    
    svn path=/trunk/; revision=54017

commit 644e804074f345a182eca9b7e31df0c9aec975a9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 03:02:09 2013 +0000

    Fix command name.
    
    svn path=/trunk/; revision=54016

commit e21fd7c0ceb6143a371f780aa044cd43861db975
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 02:59:16 2013 +0000

    Add a "captype" file that just reports the type of a capture file, based
    on what libwiretap thinks it is.
    
    Update some comments to reflect the death of the hack used to include
    (libwiretap) plugin support in programs not built with libwireshark.
    
    svn path=/trunk/; revision=54015

commit ed9865a779df1ab283aab8b69b5bcb51db4c079a
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 02:58:34 2013 +0000

    Fix packet-lapd.c:186: warning: comparison between signed and unsigned.
    
    svn path=/trunk/; revision=54014

commit e2d46b80234927a853c30b0c6f61da6951a42fd2
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 02:55:05 2013 +0000

    Fix 4 instances of Visual Studio Code Analysis warnings C6001: Using uninitialized memory 'pduType2', 'numberCapabilities' (2x), and 'pduType'
    
    svn path=/trunk/; revision=54013

commit c34050d629d5be72e56bb1a451907eb5d1d0f194
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Dec 13 02:38:11 2013 +0000

    The IxVeriWave heuristic now gets more false positives (after, I
    suspect, the change to handle VWR files with no packets); shuffle it
    after all the types we've seen misidentified as VWR files.
    
    svn path=/trunk/; revision=54012

commit 6544ea2078aa903b4fffc4e0864609fd224364e6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 02:36:27 2013 +0000

    Let's see if this fixes VS Code Analysis warnings:
      C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. \
                                  Results might not be an expected value
    
    svn path=/trunk/; revision=54011

commit 18398c97496ebd0c6699b80357c8853b815d1cb4
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 02:35:26 2013 +0000

    Fix Visual Studio Code Analysis warning C6204: Possible buffer overrun in call to 'memcpy': use of unchecked parameter 'data_len'
    
    svn path=/trunk/; revision=54010

commit e45b95fa02e62190b85750ffdba872a3f4d8f027
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 02:04:39 2013 +0000

    Try to appease Visual Studio Code Analysis to avoid a false warning (as far as I can tell), namely: warning C6054: String 'forbidden' might not be zero-terminated
    
    svn path=/trunk/; revision=54009

commit bd9b32ae3e9d22d007ae513e133efbebef4d13e0
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 01:56:40 2013 +0000

    Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'obj_type'
    
    svn path=/trunk/; revision=54008

commit 10d8530102d59a08214531c57857ee72ce95588d
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 01:40:36 2013 +0000

    Switch the cherry-pick merge strategy to "recursive + theirs", which
    seems to pull in fewer changes and be less prone to conflitcs. This was
    the case for r53086, at least.  Add "-x" which adds a "cherry picked
    from..." line to the commit message.
    
    Show a diff before pushing.
    
    svn path=/trunk/; revision=54007

commit d708f93406719d4b17d964a20fb4f790e02efac2
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 13 00:51:30 2013 +0000

    netlink: update
    
    - add netlink socket diag,
    - dissect socket diag meminfo structures,
    - add prototypes.
    
    svn path=/trunk/; revision=54006

commit 721b5d266a3db568a56fde2fae9fa59bcd45b1ea
Author: Bill Meier <wmeier@newsguy.com>
Date:   Fri Dec 13 00:44:32 2013 +0000

    Do one or more of the following:
    - Convert "4 space tabs" to spaces;
    - Remove some unneeded initializers;
    - 'offset++' --> 'offset += 1' for consistency;
    - Reformat hf[] entries;
    - Rework/add whitespace;
    - Adjust editor modelines (set tab-width to 8).
    
    svn path=/trunk/; revision=54005

commit 2fd6bb79ea184478fb195a3882c9cfa2122b3aa5
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 00:08:16 2013 +0000

    Trivial: Spaces -> tabs
    
    svn path=/trunk/; revision=54004

commit a43efdb8735616d6c33051b854cb077e2b8e2913
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 00:05:32 2013 +0000

    Fix redirection.
    
    svn path=/trunk/; revision=54003

commit 3a35dd595c9faa0e3e9805b126d81601e6172205
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Dec 13 00:05:14 2013 +0000

    Trivial: Spaces -> tabs
    
    svn path=/trunk/; revision=54002

commit 07b56cf62fd2d13f362554649f300e2a9f5bb92c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 00:03:19 2013 +0000

    Don't cherry-pick if we have changes.
    
    svn path=/trunk/; revision=54001

commit db59fd82a4fee6152261217567d878e326110f24
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Dec 13 00:02:46 2013 +0000

    Add .gitreview
    
    svn path=/trunk/; revision=54000

commit 9b0b75703f39a94cbc3602e9d5327263b65ac18b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 12 23:38:54 2013 +0000

    Add a "backport-change" script which cherry-picks a proposed backport
    and pushes it to Gerrit.
    
    svn path=/trunk/; revision=53999

commit 37f60fa2d62eeed4a9fc31142fb036cc4ecf1a20
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 23:11:04 2013 +0000

    In one or more of the files:
     - Create/use some extended value-strings;
     - Remove some unneeded initializers;
     - 'offset++' --> 'offset += 1' for consistency;
     - Set editor modelines 'tab-width' to 8 (not 4);
     - tabs --> spaces (to match editor modelines);
     - Rework/add whitespace.
    
    svn path=/trunk/; revision=53998

commit 5db2d622e4fa800d406efe94d0b961bebd60420c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 12 22:35:45 2013 +0000

    From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :
    GSM SMS: remove some globals and expose some UDH fields through dis_field_udh()
    
    svn path=/trunk/; revision=53997

commit 8d67e7b20cda96be65562e2b1040ea8712ffa698
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 12 22:22:09 2013 +0000

    The dissector table has never been used, and the name of the dissector
    table doesn't correspond to any obvious field, so I'm not sure why it
    needs to exist.  Remove it.
    
    svn path=/trunk/; revision=53996

commit 76eebd5561607f65e8833f995812ac9e912e1685
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 22:02:46 2013 +0000

    Appease Visual Studio Code Analysis by ensuring that the string in csec[] is NULL-terminated.
    
    svn path=/trunk/; revision=53995

commit 3e8ea514995ba115b584940253619cb1c2ca9b10
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 12 21:45:35 2013 +0000

    Get rid of a dissector table that has never been used.
    
    Get rid of a field that was hidden, always set to 0, and not obviously
    used anywhere.
    
    svn path=/trunk/; revision=53994

commit b3922f9f722daddb45496ab63aa546a681af096b
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 21:42:10 2013 +0000

    Create/use two extended value-strings;
    Reformat some hf[] entries;
    Reformat a long line;
    tabs --> spaces 9to match editor-modelines);
    Rework/Add whitespace.
    
    svn path=/trunk/; revision=53993

commit f049bec3ca726ea36dcbfa46b411b926797db01c
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Thu Dec 12 21:29:51 2013 +0000

    DHCPv6: update list of message types and options (from IANA)
    
    svn path=/trunk/; revision=53992

commit 24c15c9eea3b2319d00c85e4e3fe46d100a4bcb1
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 21:15:03 2013 +0000

    Reformat some hf[] entries;
    Reformat some long lines;
    tabs --> spaces (to match editor modelines);
    Rework/add whitespace;
    
    svn path=/trunk/; revision=53991

commit 09d84f308d61f8607bc04ca4870ab30de18bc263
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 21:11:30 2013 +0000

    Create/use an extended value-string;
    Localize some vars;
    Remove some unneeded initializers;
    Reformat some hf[] entries;
    Reformat a long commenty for readability;
    Break up some long lines;
    Use consistent indentation;
    Rework/add whitespace;
    Fix inconsistent editor modelines.
    
    
    svn path=/trunk/; revision=53990

commit 859cd68acce8078fdfb6640e39ca8487272c8e30
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 12 21:06:55 2013 +0000

    In r12060, use of the "aim.family" subdissector table was eliminated, in
    favor of the AIM dissector having its own private way of handing off to
    subdissectors.  Get rid of the subdissector table.
    
    svn path=/trunk/; revision=53989

commit b54c6ea57f8bd55b5a4eda84bdbabec257e1e496
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 21:02:25 2013 +0000

    Reformat hf[] entries;
    tabs --> spaces to match editor modelines;
    Rework/add whitespace.
    
    svn path=/trunk/; revision=53988

commit d63a5cfb0e39c715e72b796263ca9b64cd0a6478
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:56:31 2013 +0000

    Remove 'if (tree)' around (indirect) calls to expert functions;
    Reformat hf[] entries;
    'offset++' --> 'offset += 1' for consistency;
    tabs --> spaces to match editor modelines;
    Rework/add whitespace.
    
    svn path=/trunk/; revision=53987

commit 62a62aafc4410a2150c7a8321f60e71ad383ce30
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:51:40 2013 +0000

    Remove two text arrays (flagged with _U_);
    Remove unneeded initializers;
    Change tabs --> spaces (to match edirtor modelines);
    Rework/add some whitespace.
    
    svn path=/trunk/; revision=53986

commit 01fd11ab41882dac52bba2bec720508379e812fb
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:44:08 2013 +0000

    (Trivial):
     tabs --> spaces (to match editor modelines);
     'offset++' --> 'offset += 1' for consistency;
     Break up a long text constant;
     Reformat some lines for readability.
    
    svn path=/trunk/; revision=53985

commit 06282f3eee7a1bfcd5b9e6e1242a3ae1f3ca1464
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 20:40:12 2013 +0000

    Fix Visual Studio Code Analysis warning C6385: Invalid data: accessing 'tag_to_type', the readable size is '136' bytes, but '540' bytes might be read
    
    svn path=/trunk/; revision=53984

commit 5a2dd0e9ace420c85c68ee9d38ee8ae577409fb0
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:39:11 2013 +0000

    Use a consistent indentation: 4 spaces;
    Use #if 0/#endif instead of '/* */' to comment out some code;
    
    svn path=/trunk/; revision=53983

commit 226e9caf9ca7d09e947c3c7a02208f3b442b4fe3
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:35:58 2013 +0000

    (Trivial)
     - Remove two lines of commented out code;
     - Specify 'tab-width: 8' (not 4) in editor modelines;
     - Rework/add whitespace;
    
    svn path=/trunk/; revision=53982

commit b03a63f371dc5c873452bf3e16c110acdf15b598
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 20:33:30 2013 +0000

    Fix Visual Studio Code Analysis warning C6287: Redundant code: the left and right sub-expressions are identical
    
    svn path=/trunk/; revision=53981

commit e566611e275a2bb3c22d830e9448372c421d80d8
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:33:17 2013 +0000

    (Trivial);
     - localize some vars;
     - Specify 'tab-width: 8' (not 4) in editor modelines;
     - tabs --> spaces;
    
    svn path=/trunk/; revision=53980

commit 394b50d96726e12aeb1b472d35c386e3a02407a2
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:25:53 2013 +0000

    (Trivial)
     tabs --> spaces to match editor modelines;
     Specify 'tab-width: 8' (not 4) in editor modelines;
    
    svn path=/trunk/; revision=53979

commit ebaeed5a1fdb12303cee296bc96ea4fa1e69a005
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 20:16:30 2013 +0000

    (Trivial)
     - Fix indentation to match editor modelines (tabs-->spaces);
     - Rework/add some whitespace;
    
    svn path=/trunk/; revision=53978

commit e14b04c20f1f3274db9fbf9470e148d6b3d6d582
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Dec 12 20:15:06 2013 +0000

    remove unused dissector tables
    http://www.wireshark.org/lists/wireshark-dev/201312/msg00137.html
    
    svn path=/trunk/; revision=53977

commit 03e8f5b0c0de8e6bb26435dd334acdd50db2f830
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Dec 12 20:09:40 2013 +0000

    correct the function names in order to fix compile errors
    
    svn path=/trunk/; revision=53976

commit bc1b084ae18958f8bc69b0c38992923f6735c129
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 20:09:33 2013 +0000

    Trivial: Spaces -> tabs.
    
    svn path=/trunk/; revision=53975

commit bacfeda9e90297f40996d62c3af2fda6d3e6ce74
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 19:59:23 2013 +0000

    Move proto_reg_handoff...() to the file end as per convevntion;
    Reformat certain lines to use a consistent style;
    tabs --> spaces (to match the editor modelines);
    Rework some whitespace;
    
    svn path=/trunk/; revision=53974

commit 0b2dc7041fe8209d6adf95ef6c0513776ef0988a
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 19:56:35 2013 +0000

    Fix Coverity CID 1135557: Structurally dead code, by moving the break statement to the most sensible place.
    
    svn path=/trunk/; revision=53973

commit 54a8c3165d7d3ce438ddb0faf57ae9cbf1a9ae46
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Dec 12 19:54:15 2013 +0000

    Try to fix "initializer element is not computable at load time"
    
    svn path=/trunk/; revision=53972

commit 4058146e26f82418656a06f56d55f19c14a82513
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Dec 12 19:52:14 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53971

commit 13cc753fd4723d775b1bf6a52d9a617dca68ff1f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 19:48:46 2013 +0000

    Move proto_reg_handoff...() to file end as per convention;
    Reformat various hf[] entries;
    #include params.h (not prefs.h);
    'offset++' --> 'offset += 1' for consistency;
    Localize some variable defintions;
    Tabs --> spaces (to match editor modelines);
    Rework some whitespace;
    
    svn path=/trunk/; revision=53970

commit 69dbd3fb2438f46b338d9f49458c5ef720296dd4
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 19:38:20 2013 +0000

    Reject the packet if info is NULL under conditions where it'll be used.
    
    svn path=/trunk/; revision=53969

commit 1de89438f2fd7a4b8677e9d334219d571d198023
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Dec 12 19:26:55 2013 +0000

    Create/use a number of extended value-strings;
     Remove or comment out dups from several value-string arrays;
     Sort a number of value-string arrays;
    Reformat many hf[] entries;
    Remove some unneeded initializers;
    Add editor-modelines;
    Use consistent indentation;
    Reformat whitespace.
    
    svn path=/trunk/; revision=53968

commit c96d5a97ade25e13be877c694d5d48552cafc5e0
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 19:20:30 2013 +0000

    Trivial: Tab -> spaces.
    
    svn path=/trunk/; revision=53967

commit c21370b0f4f32f9e8712ce0ac02aaefffc84c61b
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 19:10:24 2013 +0000

    Reject the packet if data is NULL under conditions where it'll be used.
    
    svn path=/trunk/; revision=53966

commit 4b609d4c9204dfd2814e5a63dfe79eb00cbf37b3
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 19:04:38 2013 +0000

    Reject the packet if data is NULL.  For now, leave the DISSECTOR_ASSERT's since both get_rose_ctx() and get_asn1_ctx() also check signatures.
    
    svn path=/trunk/; revision=53965

commit a97a3152b07b213a75e6a458e7762a0bc9284193
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Thu Dec 12 18:10:08 2013 +0000

    Reject the packet if data is NULL.  Remove _U_ where data is actually used.  For now, leave the DISSECTOR_ASSERT's since both get_rose_ctx() and get_asn1_ctx() also check signatures.
    
    (Arguably it's the responsibility of the dissector passing this information to set the signature correctly so if there's an invalid signature, the bug is with the calling dissector and not with the one receiving the invalid signature.)
    
    svn path=/trunk/; revision=53964

commit 74b58162d70994797401b791c0e833ac000110f2
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Dec 12 17:45:22 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53963

commit 138ce6f204f782d256ddf6d8bfd6fac93a321ee5
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Dec 12 17:32:22 2013 +0000

    Try to fix "initializer element is not computable at load time"
    
    svn path=/trunk/; revision=53962

commit aad04d59638f03884228d8c6a735c67bda5f7a6f
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 12 13:25:12 2013 +0000

    Remove some TODOs that have now been addressed
    
    svn path=/trunk/; revision=53961

commit 25cc056590077831a117cd77cc3a41da24209aa0
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 12 13:23:28 2013 +0000

    Missing from last commit - copy hfn into stored result for PDU
    
    svn path=/trunk/; revision=53960

commit 9a6d3cf35897db499c120e1f95501004d38598ce
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 12 11:07:53 2013 +0000

    Show other security inputs (apart from keys)
    
    svn path=/trunk/; revision=53959

commit b781d6c99dd2c773476c5741fdc7bea1c7b85f15
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Thu Dec 12 06:11:05 2013 +0000

    - Make local functions static.
    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53958

commit 018157cbb66cf75f1c5b58bd4d536ccd048dbd04
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 12 02:41:08 2013 +0000

    Fix the path to dumpcap.
    
    svn path=/trunk/; revision=53957

commit 12ef64b1aa4e50e9492a9df091befee0d1a94558
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 12 01:46:09 2013 +0000

    Remove the checks for ../../lib. If it still exists it likely means that
    there's a stale LIBRARY_OUTPUT_PATH in CMakeCache.txt.
    
    svn path=/trunk/; revision=53956

commit 8470f36423b5ab904efd8c691136ae9e75743a24
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Dec 12 01:36:44 2013 +0000

    Update library searches to reflect r53780.
    
    svn path=/trunk/; revision=53955

commit a2459dc786054a856f1c7d604c6bee516baeb38d
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 23:04:09 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53954

commit 8cacdfa8ce7210ea369a9081312eeb26f81a05ec
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 23:03:01 2013 +0000

    Reject the packet if data is NULL.  Leave the DISSECTOR_ASSERT(actx != NULL) since get_asn1_ctx() also checks the signature.
    
    svn path=/trunk/; revision=53953

commit a81424382e3bd98672b1a9979065779ac6922718
Author: Gerald Combs <gerald@wireshark.org>
Date:   Wed Dec 11 22:29:05 2013 +0000

    Be more consistent with the name "Wireshark" and its two UI
    flavors. Upgrade the Qt flavor from "experimental" to "alpha".  I also
    apologize in advance to all of the people who installed previous versions
    of the 1.11.x packages and who will now have extra shortcuts lying around.
    
    svn path=/trunk/; revision=53952

commit 6e79e1f5340625227d80bcd3aee57effb06cde53
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 11 21:51:30 2013 +0000

    Fix
    svn/trunk/epan/dissectors/packet-netlink-netfilter.c:164:11: error: variable ‘is_req’ set but not used [-Werror=unused-but-set-variable]
      gboolean is_req;
               ^
    cc1: all warnings being treated as errors
    
    
    svn path=/trunk/; revision=53951

commit 57e66ad446e4e31c337dcb1269f62d08da5a90ae
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 11 21:30:23 2013 +0000

    Fix buildbot:
    
    packet-netlink-netfilter.c:94: warning: 'dissect_netlink_netfilter_queue' defined but not used
    
    svn path=/trunk/; revision=53950

commit d5f1c9e7d48833fd90cb347fb331313539c7ad9e
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 21:25:35 2013 +0000

    Trivial: tabs -> spaces.
    
    svn path=/trunk/; revision=53949

commit 6120f6a1162f99b3b57db933cf3b19a57d54d4d0
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 21:23:32 2013 +0000

    New-style dissectors return the number of bytes dissected, not TRUE/FALSE.
    
    svn path=/trunk/; revision=53948

commit 7fe87b5d59d5cc15fcbd0b9bffc1e9f5b800ed72
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 11 21:11:42 2013 +0000

    fix buildbot:
    
    packet-netlink-netfilter.c:93: warning: unused parameter 'tvb'
    
    svn path=/trunk/; revision=53947

commit ae9e6dfd0fa74d38d1ca05016ba85f3dbefec9b5
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 21:06:09 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53946

commit 212ee66ea0abaf0b2173d2e9783957655f59aa38
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 20:57:53 2013 +0000

    Be sure tcpinfo is not NULL before dereferencing it.
    
    svn path=/trunk/; revision=53945

commit 1482ce49979feb576352755b6575bd80e9a24230
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 11 20:52:05 2013 +0000

    Revert part of r53874
    
    svn path=/trunk/; revision=53944

commit 804bf90caaf18c386a2b6f2e1d0bdaf70372c6fc
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 11 20:48:18 2013 +0000

    Add new & update netlink dissectors.
    
    svn path=/trunk/; revision=53943

commit 2939977a4ba9a8b78bb6b94fb477e9459f8d7075
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 11 20:04:37 2013 +0000

    - Make local functions static.
    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53942

commit 7a5d4ed4da109d78daa78e40609dd291400797f4
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 11 19:46:38 2013 +0000

    - Make local functions static.
    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53941

commit b4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Dec 11 18:47:15 2013 +0000

    From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9550 :
    GSM SMS UDH EMS control expects 4 octets instead of 3 with OPTIONAL 4th
    
    svn path=/trunk/; revision=53940

commit 95b25a44ccf3e6cfb7acda5f3cc4bf2f780aa5a7
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 17:08:23 2013 +0000

    Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is used since it is passed to tcp_dissect_pdus(), even though dissect_openwire() doesn't actually use it.
    
    svn path=/trunk/; revision=53939

commit 4c19d29b7ca86d666b5168e0612c6b3374bb8d1b
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 16:52:40 2013 +0000

    Improve tshark command-line error help.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9548 and adds addtional help, better formatting, sorting and some minimal documentation of the -u option to the tshark man page.
    
    svn path=/trunk/; revision=53938

commit 1bd68e7adb077868caa39fd7bd25116511119b63
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 11 15:20:29 2013 +0000

    Trivial: Fix typo.
    
    svn path=/trunk/; revision=53937

commit 8617423f84c8513547cf7dcc4717e0aee61d6674
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 11 13:14:08 2013 +0000

    Update .gitignore
    
    wireshark-tap-register* is used by gtk and Qt
    
    svn path=/trunk/; revision=53936

commit 16f85131bde3c9dde4a5a4c301bad1d5ecd922cc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 11 13:14:00 2013 +0000

    Fix (-W)unused-const-variable error found by Clang
    
    svn path=/trunk/; revision=53935

commit 3b59a3b6925f62ae6a644ecca3a6e43e2ce44abe
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Dec 11 12:54:10 2013 +0000

    Fix an out of bounds access found by ASAN and reported by Alexis:
    
    ==21553==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fffbc0b2a5e at pc 0x7fe8684147a3 bp 0x7fffbc0b2950 sp 0x7fffbc0b2948
    READ of size 2 at 0x7fffbc0b2a5e thread T0
        #0 0x7fe8684147a2 in dissect_schedule_message /home/alagoutte/wireshark-clang/epan/dissectors/packet-gsm_cbch.c:309
        #1 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #2 0x7fe867eda42c in call_dissector_only /home/alagoutte/wireshark-clang/epan/packet.c:2139
        #3 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #4 0x7fe867ed735b in dissector_try_uint_new /home/alagoutte/wireshark-clang/epan/packet.c:1030
        #5 0x7fe868a3ebd4 in decode_udp_ports /home/alagoutte/wireshark-clang/epan/dissectors/packet-udp.c:411
        #6 0x7fe868a41886 in dissect /home/alagoutte/wireshark-clang/epan/dissectors/packet-udp.c:747
        #7 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #8 0x7fe867ed6d03 in dissector_try_uint_new /home/alagoutte/wireshark-clang/epan/packet.c:1030
        #9 0x7fe8684eaa1f in dissect_ip /home/alagoutte/wireshark-clang/epan/dissectors/packet-ip.c:2401
        #10 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #11 0x7fe867ed735b in dissector_try_uint_new /home/alagoutte/wireshark-clang/epan/packet.c:1030
        #12 0x7fe868333e98 in dissect_ethertype /home/alagoutte/wireshark-clang/epan/dissectors/packet-ethertype.c:305
        #13 0x7fe867ed707d in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:508
        #14 0x7fe867eda42c in call_dissector_only /home/alagoutte/wireshark-clang/epan/packet.c:2139
        #15 0x7fe8683328ad in dissect_eth_common /home/alagoutte/wireshark-clang/epan/dissectors/packet-eth.c:472
        #16 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #17 0x7fe867ed735b in dissector_try_uint_new /home/alagoutte/wireshark-clang/epan/packet.c:1030
        #18 0x7fe868382460 in dissect_frame /home/alagoutte/wireshark-clang/epan/dissectors/packet-frame.c:485
        #19 0x7fe867ed70a9 in call_dissector_through_handle /home/alagoutte/wireshark-clang/epan/packet.c:512
        #20 0x7fe867eda42c in call_dissector_only /home/alagoutte/wireshark-clang/epan/packet.c:2139
        #21 0x7fe867ed5baf in call_dissector /home/alagoutte/wireshark-clang/epan/packet.c:2169
        #22 0x7fe867eb6388 in epan_dissect_run_with_taps /home/alagoutte/wireshark-clang/epan/epan.c:329
        #23 0x4a0ef9 in process_packet /home/alagoutte/wireshark-clang/tshark.c:3434
        #24 0x49c985 in load_cap_file /home/alagoutte/wireshark-clang/tshark.c:3237
        #25 0x7fe860e8ede4 in __libc_start_main /build/buildd/eglibc-2.17/csu/libc-start.c:260
        #26 0x48586c in _start ??:?
    
    Address 0x7fffbc0b2a5e is located in stack of thread T0 at offset 126 in frame
        #0 0x7fe86841353f in dissect_cbch /home/alagoutte/wireshark-clang/epan/dissectors/packet-gsm_cbch.c:345
    
      This frame has 2 object(s):
        [32, 80) 'new_slots.i'
        [128, 224) 'other_slots.i' <== Memory access at offset 126 underflows this variable
    HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
          (longjmp and C++ exceptions *are* supported)
    SUMMARY: AddressSanitizer: stack-buffer-overflow ??:0 ??
    
    
    svn path=/trunk/; revision=53934

commit c25611b9e763b9281852bb4aaca806bf77a56a2d
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 11 11:15:35 2013 +0000

    Remove an unused variable
    
    svn path=/trunk/; revision=53933

commit c72fa5eb95224c032d8eb0226a17c8d6a843676c
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Wed Dec 11 11:03:29 2013 +0000

    Convert to new-style dissector, change crcStatusValid to a gboolean, and rework DRX timers (again)
    
    svn path=/trunk/; revision=53932

commit 453f98cb725c190ddfe7d5651587eae00db700d2
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 11 06:29:17 2013 +0000

    #if 0 unused function.
    
    svn path=/trunk/; revision=53931

commit 07c5bb348069338654711da1596057e7ae0121f2
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 11 06:10:45 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53930

commit a155364c778ada7dfbe241cc2b4c0488093b0834
Author: Evan Huus <eapache@gmail.com>
Date:   Tue Dec 10 23:23:26 2013 +0000

    Pass the correct uuid when recursing (the other one is a temporary var that may
    not be initialized).
    
    Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9535
    
    svn path=/trunk/; revision=53929

commit 3889cfc91b984bbe5374ee8f4f07d84307b793cd
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 22:38:35 2013 +0000

    From Deon van der Westhuysen via bug 9537:
    
    ----
    The qt version of wireshark (stats_tree_dialog.cpp) by default expands
    all nodes within a stats_tree (see for example the "Statistics" > "IP
    Statistics" > "IP Destinations" stats_tree; you need this patch
    installed before the item is added to the stats menu:
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9528). This
    behaviour is fine for small trees but becomes counter productive in
    trees with many items or levels.
    
    This patch changes the qt ui to act like the gtk ui: the first level of
    nodes are expanded by default while deeper levels are collapsed.
    ----
    
    From me: "Expand all" makes sense for a small number of items. Do so if
    we have less than 100.
    
    svn path=/trunk/; revision=53928

commit 20c7414c71174df33ede6e89cd98e99b662e2174
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 10 22:08:07 2013 +0000

    use large positve values for illegal DVB-SI string encodings
    
    interpret encoding fields as UINT32 so that the displayed value matches
    the actual bytes in the packet
    
    svn path=/trunk/; revision=53927

commit 67912bf79899fd4accc3ff16ebb902a5a35aaf45
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 22:06:22 2013 +0000

    Trivial: The file name is prefs_capture.c, not capture_prefs.c
    
    svn path=/trunk/; revision=53926

commit c856b1b11d10cfe33190f5c511e1113222b4f8cd
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 10 22:05:54 2013 +0000

    use the new SI string routines in DVB-CI
    
    svn path=/trunk/; revision=53925

commit 3ec7cbf4d091793749f597e2022b97d7c8eb0f21
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 22:04:30 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53924

commit 90f5deac446c805a071d61271ad616aadcfbb2ef
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 22:04:00 2013 +0000

    Where appropriate, reject the packet entirely or at least protect against data being NULL.
    
    svn path=/trunk/; revision=53923

commit a57b528c870fa4b5d41ac750b24ebba8a4650305
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 22:01:55 2013 +0000

    Reject packets if data (and usb_trans_info) are NULL.  Also, new-syle dissectors return the number of bytes dissected, not TRUE/FALSE.
    
    svn path=/trunk/; revision=53922

commit 10320787281b2f7a1a179a9953b989416e878e62
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 21:56:48 2013 +0000

    Trival: spaces -> tab.
    
    svn path=/trunk/; revision=53921

commit c8c5ea164720a04ff5eb33bc2ac92560df74bb0f
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 21:44:12 2013 +0000

    QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.
    
    svn path=/trunk/; revision=53920

commit ed80d7a807b130348114cf24ab7611b65f5b4a31
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 21:43:14 2013 +0000

    Add a missing semicolon.
    
    svn path=/trunk/; revision=53919

commit 440a1809ccc043ade2b85d6e24d8e45744965faf
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 10 21:30:13 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53918

commit 7b4b912fb7be93c64d9a65a4803bbff143646335
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 21:27:09 2013 +0000

    Fix prototypes.
    
    svn path=/trunk/; revision=53917

commit 4cd675975565d641d64426b5148f901c917b7d09
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 21:12:52 2013 +0000

    Remove _U_ from dissect_usb_com_bulk()'s data parameter; it is used.
    
    svn path=/trunk/; revision=53916

commit 1c9b5dfad3b9943bd3ea46b5e59952641e32656b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 21:07:26 2013 +0000

    Add "Decode As" to the packet list and protocol tree context menus.
    Automatically add a new item if "Decode As" is triggered from the
    context menus.
    
    svn path=/trunk/; revision=53915

commit b007fccec3b81b52c109c8d04f890aa0b5d0a226
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 20:49:11 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53914

commit 5be6dd5feb57180436e741f2abd5edd4f88a5147
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 20:23:33 2013 +0000

    Remove config.h includes from proto.h and tap.h.
    
    svn path=/trunk/; revision=53913

commit 61461ccc6ce33e1cda9e396d4440be70d0bd3e3f
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 20:00:02 2013 +0000

    Fix compilation on Windows.
    
    svn path=/trunk/; revision=53912

commit 9bdd3bbde1dbdfbeee75915d9ca7cc95233523e6
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 10 19:50:20 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53911

commit 17a67c3b5cb80619ab7e1260a05a28e888cee09e
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 10 19:23:26 2013 +0000

    Get the "Decode As" dialog working, albeit with a few warts. It differs
    from the GTK flavor in two major ways:
    
    - The "Decode As" and "User Specified Decodes" dialog have been unified.
    - You can modify the decode as behavior at any time, not just when you
      have a packet selected.
    
    Revert part of 53498 so that we can move items marked
    
    /*** THE FOLLOWING SHOULD NOT BE USED BY ANY DISSECTORS!!! ***/
    
    from epan/decode_as.h to ui/decode_as_utils.h.
    
    Move "save" code from decode_as_dlg.c to decode_as_utils.c as well.
    
    In packet-dcerpc.c don't register a table named "ethertype". We might
    want to add checks for duplicate table names.
    
    To do:
    - Add support for ranges?
    - Either add support for DCERPC or make DCERPC use a regular dissector
      table.
    - Fix string selectors (i.e. BER).
    
    
    svn path=/trunk/; revision=53910

commit 5fa7d37e377abb89e317f4ebd47ebea69ebe0fd9
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 10 19:13:09 2013 +0000

    Fix epan building with undefined HAVE_PLUGINS
    
    + guard prototypes with HAVE_PLUGINS in .h files to get errors before linking.
    
    svn path=/trunk/; revision=53909

commit 25ce6c262edc7348ec1057f929630e6862eff47d
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 10 17:41:57 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53908

commit 706c629ae09aabbe3bc3123c1a763868cb51a18b
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 10 15:39:16 2013 +0000

    Add uat preferences to SCTP (QT only).
    
    svn path=/trunk/; revision=53907

commit 85d84776b8df733c5521df9eef0af12312a06665
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 10 15:33:07 2013 +0000

    Use PT_TXTMOD_NONE for columns that should not be editable.
    
    svn path=/trunk/; revision=53906

commit 939e04e74bbde76e2fe917fd6cd44b44756d5cc4
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 15:31:29 2013 +0000

    In dissect_ldss_transfer(), reject the packet if data is NULL.  Fix some typos.
    
    svn path=/trunk/; revision=53905

commit 7eb15db51c2bf0879b5266495223752a959a3de2
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Dec 10 15:29:43 2013 +0000

    Do not show uat preferences if not registered for the gui.
    
    svn path=/trunk/; revision=53904

commit 0d31c840ae26952ebab5befc4be59887d24b3686
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Tue Dec 10 14:43:15 2013 +0000

    Removed debug output.
    
    svn path=/trunk/; revision=53903

commit ff42551d713957f9ba496d0f4b2dbf6851f6fa92
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Dec 10 10:52:29 2013 +0000

    comment out unused functions
    
    fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538
    reported by Yaniv Kaul
    
    svn path=/trunk/; revision=53902

commit acf2fed688cc9d80e6f236931adf468554dd0ce1
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 10 06:01:16 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53901

commit af4cbd00a024d4b90f2ad2e36afc38d8c8aa702e
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 03:56:51 2013 +0000

    Remove _U_ from dissect_wol's and dissect_wolheur's data argument; they both pass it to dissect_wol_pdu, which doesn't actually use it, but technically they do.
    
    svn path=/trunk/; revision=53900

commit 6e3732104203ed72004d697686380e20db0898ef
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 03:33:50 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53899

commit c5e358116c2652d18d06ad864961f03275696537
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 03:25:04 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53898

commit ca174aedf2cbf66ff5da5401e9310588648498b6
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 10 03:11:34 2013 +0000

    Remove _U_ from dissect_carp's data argument; it's passed to test_carp_packet(), which doesn't actually use it, but dissect_carp technically does.
    
    svn path=/trunk/; revision=53897

commit babc735c3a59bc947dd17f95601495b8c95fd786
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 22:38:42 2013 +0000

    Reject the packet if data is NULL.  For now, leave the DISSECTOR_ASSERT(rose_ctx_tmp) since get_rose_ctx() also checks the signature, which might be invalid even if data is not NULL.
    
    svn path=/trunk/; revision=53896

commit 79fa0d0a3fa8ebb91fac92fda1274957fc55bcd4
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 22:23:44 2013 +0000

    Reject the packet if data is NULL without doing anything else.
    
    Note: We *might* want to do _something_ but that _something_ should be well-defined and consistent across all dissectors.  Previously, some dissectors called proto_tree_add_text() to add some error message text to the tree, while others called DISSECTOR_ASSERT().
    
    svn path=/trunk/; revision=53895

commit e3c369eb6786e8f17e3e8ce6da027012511566b8
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 21:33:54 2013 +0000

    Minor whitespace changes and to keep the GNU-syle indentation scheme consistent.
    
    svn path=/trunk/; revision=53894

commit aba06b568d02eb70286c5ae01dd4e15f9c4880f6
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 21:20:52 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53893

commit b369351d2f7409b695107b53ed09fd828f919436
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 21:14:45 2013 +0000

    ignore empty texts
    
    svn path=/trunk/; revision=53892

commit 17cb36a2336612c1c167a1e44307f81dc1ce19e9
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 21:06:58 2013 +0000

    use the DVB-SI string hadling for the short event descriptor
    
    svn path=/trunk/; revision=53891

commit 3dbf837040ad3cbedd7e31602991afdef3334586
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 20:58:57 2013 +0000

    add editor modelines
    
    svn path=/trunk/; revision=53890

commit cdd716e32fc42706221015151a848ccdcf1988f7
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 20:55:49 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53889

commit 5422134e86e9a86830f8184f0b045dd9824551c4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 20:52:39 2013 +0000

    TABs -> spaces
    add editor modelines
    
    svn path=/trunk/; revision=53888

commit e383ad9b18d2c5d9b2b086ae9671678de34ef579
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 20:51:32 2013 +0000

    From packet-ua, pass a pointer to direction rather than direction itself.  In packet-ua3g, reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53887

commit cb1cb946d39b29938c9578881a8a121c5f8519f2
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 20:46:27 2013 +0000

    From Jakub
    support DVB-SI character tables (EN 300 468) in a generic way
    
    From me
    move things to charsets.c/.h
    distinguish between single and multi byte encoding for some tables
    (so that the highlighted bytes match the displayed value)
    no character table byte -> length 0, use default table
    
    svn path=/trunk/; revision=53886

commit 3ae2e5ece2d10ec6efedee69a455b0d7851755f6
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Mon Dec 9 20:15:47 2013 +0000

    Fix warnings
    
    svn path=/trunk/; revision=53885

commit 8aebe159657d9df2b1688b0e4cf5d5b75c6d30f7
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Dec 9 17:51:48 2013 +0000

    fix compilation without GNUTLS and libgcrypt
    
    move from_hex_char() and from_hex() outside ifdef gnutls
    add dummy ssl_generate_pre_master_secret()
    
    this should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9529
    
    svn path=/trunk/; revision=53884

commit edce8204d13a47f4e510466cd69b4b25c4a8641a
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 16:32:15 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53883

commit 494d32ad2a0df16847dcec21bfb91cf7859992a5
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 9 15:45:59 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53882

commit 3be739ac8b3dea2f0de5b076a0963efd186b4a9c
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Mon Dec 9 11:54:05 2013 +0000

    Add TLV 16 (Interface name)
    
    svn path=/trunk/; revision=53881

commit a2b2dd4b284e43a98dacf742fc0801d3bdc03028
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Mon Dec 9 10:07:33 2013 +0000

    Add a function and an enum to register an uat preference for QT only.
    
    svn path=/trunk/; revision=53880

commit 293e390c6129d7badce01279b4b9facb9f701fc8
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Dec 9 08:56:06 2013 +0000

    Use an item for USSD text
    
    svn path=/trunk/; revision=53879

commit 2f79fbda3877ad59b6833f14c1846a494cf86ac8
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Mon Dec 9 07:34:52 2013 +0000

    Fix clang warning.
    
    svn path=/trunk/; revision=53878

commit b693f74b891484ca335c52136224df2c532c2521
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 9 06:50:09 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53877

commit 0d46cdae53f3295fa708139911af9a62202865ec
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 9 06:20:42 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53876

commit f91eba752b3e34489951e507c54df36fee1feee4
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 23:16:06 2013 +0000

    Fix some warnings: cast discards `__attribute__((const))' qualifier from pointer target type
    
    svn path=/trunk/; revision=53875

commit 2b0797a3618218d2d08a04fcbdd9261657af153a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 22:16:22 2013 +0000

    It's DTLS failing not DVB_CI.
    
    svn path=/trunk/; revision=53874

commit 6e2465b94e7f7777ed2807fd9ccdd070c1e064a0
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 22:11:18 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53873

commit 4124b7aa170001bcb0df4b8605a9a6b1682e5b5f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 22:02:12 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53872

commit 23c9eb270fc7aeb82f7bc171b58e8038031ce4be
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 21:29:30 2013 +0000

    Try to check why test.sh fails.
    
    svn path=/trunk/; revision=53871

commit 3ccec6e23b8fa7f2601118660a1f01d325eb2dd4
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Sun Dec 8 21:28:29 2013 +0000

    Add MSC version for VS2013.
    
    svn path=/trunk/; revision=53870

commit a944c8ef7a32d62c3c1854d7b621a0c0ca9d4192
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 8 20:15:07 2013 +0000

    Remove proto_tree_add_unicode_string()
    
    svn path=/trunk/; revision=53869

commit 0826029ec2812e1b069027e069d19a1a73477814
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 8 20:13:50 2013 +0000

    Add a reference to STR_ASCII and STR_UNICODE
    
    svn path=/trunk/; revision=53868

commit 93398e794e9afb2e304d27d86287db3054724755
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 8 20:03:15 2013 +0000

    Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the remaining dissectors
    
    svn path=/trunk/; revision=53867

commit 2dd25c2c482e573a26db19db995dd171c7667cea
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 20:00:19 2013 +0000

    check licence: fix FSF address.
    
    svn path=/trunk/; revision=53866

commit b61dd3c68ddf5328037c0a2fe2d8c1f40cdb9bda
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 19:55:46 2013 +0000

    Encoding table for ISO/IEC 8859-2: make code points in the range 0x80-0x9F map to 0x80-0x9F (Guy Harris).
    
    svn path=/trunk/; revision=53865

commit 64456261b9214f7b8bd520f74cbaee26d95b5f3e
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 19:30:33 2013 +0000

    Improve netlink dissection:
    
    - add standard message types
    - add dissection for WS_RTM_*NEIGH
    - add BASE_CUSTOM functions to print bitfields
    
    svn path=/trunk/; revision=53864

commit fab9e520551ed2b92d85a7676ed67caf64f41f6b
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Dec 8 18:46:38 2013 +0000

    Try to please OSX-10.5-x86 buildbot
    
    svn path=/trunk/; revision=53863

commit 5db045212e7dd63dc4a61477de9dca3996a456b1
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 16:50:07 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53862

commit 8983ae005a175f04f34bd37d4e7447d583d8256c
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 16:40:49 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53861

commit c9884f573a530de0127754d307bcb463c4f01dad
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 15:52:29 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53860

commit b630ccec178c898a991758b411286064cc497e57
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 15:40:10 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53859

commit b7d62057f3793cac5b22d150f6f1070f5b8f0550
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 8 15:14:32 2013 +0000

    ../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]
    
    svn path=/trunk/; revision=53856

commit 4f446fe2ebe1f993b56fe2f977c32d1696530130
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 8 15:03:43 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-12-08]
    
    svn path=/trunk/; revision=53855

commit 17a94af10e8aa9c373c145d04d5a5d0cce4aa377
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 13:28:01 2013 +0000

    netlink-route: extend Interface IP address dissections
    
    + try to fix make dist
    
    svn path=/trunk/; revision=53854

commit d6ca0073b03dd8f80dfa0444ac570623b291ffb9
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 12:43:46 2013 +0000

    Fix buildbot:
    	packet-netlink-route.c:672: warning: request for implicit conversion from 'void *' to 'struct packet_netlink_data *' not permitted in C++
    
    svn path=/trunk/; revision=53853

commit fa01b39f338b16d809dc94a4161d59dee88346ab
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 12:42:10 2013 +0000

    Add more LINUX_AF_* values, create value_string_ext for them. Use it in netlink, nflog.
    
    svn path=/trunk/; revision=53852

commit 4af107edfed1488c1fcc48e13bec6f8c15b4c3cc
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 12:34:56 2013 +0000

    Make VALUE_STRING_EXT_INIT use G_N_ELEMENTS macro instead of array_length.
    
    array_length() requires including packet.h
    
    svn path=/trunk/; revision=53851

commit 6e928c41d958601a48105e865a66e2d620280ae0
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Dec 8 12:01:32 2013 +0000

    Add initial dissectors for netlink, and netlink route subsystem.
    
    svn path=/trunk/; revision=53850

commit 5ed31d2de116cdca90663ff723a10f4c2de39bfc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 8 11:10:04 2013 +0000

    From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509
    
    qtshark Flow Graph displays wrong information in comments column
    
    In qtshark, the flow graph is displaying the the frame label in the comments field. A simple fix, the patch is attached.
    
    svn path=/trunk/; revision=53849

commit 006f84a565f2581e4e1e9aefecceac64658466e8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 8 11:09:54 2013 +0000

    From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452
    
    Patch: Stats_tree enhancements for sorting, averages and burst rate
    
    Add sort, save-as and new columns to Qt ui, remove old functions
    
    stats_tree.c / stats_tree_priv.h: Make all columns sortable. Remove unneeded functions stats_tree_get_strs_from_node, stats_tree_branch_to_str and stats_tree_is_sortable_column.
    
    stats_tree_stat.c: Set all columns sortable.
    
    stats_tree_dialog.cpp / stats_tree_dialog.h: Add new stats_tree columns. Make columns sortable. Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons.
    
    stats_tree_dialog.ui: Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons. Only define one column in ui, rest are added dynmically.
    
    From me : fix trailing whitespace
    
    svn path=/trunk/; revision=53848

commit 4ed05f22b80ebb69bcebce5bb97d04ae42e96ffd
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 8 11:09:43 2013 +0000

    Remove trailing whitespace
    
    svn path=/trunk/; revision=53847

commit 4a33c88940f864905b355f768834c78d755aa5a4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Sun Dec 8 11:09:30 2013 +0000

    Fix indent (use 4 spaces) and add modelines
    
    svn path=/trunk/; revision=53846

commit 34ac4010c5efd17151c683d59573552cd397845f
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 02:48:24 2013 +0000

    RLC dissector cannot assemble PDUs with SNs skipped and wrap-arounded.  Bug 9505 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9505)
    
    From Nobuyuki Tsushima
    
    svn path=/trunk/; revision=53845

commit 30b49ceb5073d7588d63f2a7e6a18c8dd2c2c2dd
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 02:27:52 2013 +0000

    IPsec ESP: add AES-GCM decryption.  Bug 8395 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395)
    
    Insert Any 64bit authnetication option so AES-GCM with 8 byte ICV
    
    From Alexandru Juncu
    
    svn path=/trunk/; revision=53844

commit 6c5a93d7d149a35cff5b9667caa73251c31025c6
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 02:12:48 2013 +0000

    Fix invalid read and correct PSK upper bound.  Bug 9512 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9512)
    
    From Peter Wu.
    
    svn path=/trunk/; revision=53843

commit 21ca76a3ad81c0d8b4a3cad8b12a3f41b36455bb
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 01:52:02 2013 +0000

    dtls: fix buffer overflow in mac check.  Bug 9512 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9512)
    
    From Hauke Mehrtens
    
    svn path=/trunk/; revision=53842

commit 20e0d853cea1a7fe038a326ab895d03e19c1511f
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 01:35:39 2013 +0000

    Fix signed/insigned mismatch in ErlDP dissector.  Bug 9525 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9525)
    
    From Peter Lemenkov
    
    svn path=/trunk/; revision=53841

commit e1c994f55f4efcc4c73130cc5855165726d01cfb
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 8 01:28:00 2013 +0000

    It's ISO 8859-1, not "ISO 18859-1", at least according to ANSI/ASHRAE
    Standard 135-2004.
    
    Use tvb_get_string_enc() wherever possible.
    
    svn path=/trunk/; revision=53840

commit b4b18b314ad3a7964f5472071b91f4ad9d593168
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 8 01:21:58 2013 +0000

    Expand a comment.
    
    svn path=/trunk/; revision=53839

commit 5c4a1252022bb5aa77a00797053061228bfa396a
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 01:15:55 2013 +0000

    Correctly update the data length of the SCSI payload within ISCSI.  Bug 9521 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9521)
    
    From Yaniv Kaul
    
    svn path=/trunk/; revision=53838

commit 562348fbb823bd8ea67e62e45f83db86904b01cf
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Dec 8 01:05:35 2013 +0000

    Add ENC_ISO_8859_1.
    
    Move the Wikipedia links for the code page layouts in front of the
    tables whose contents reflect the code page layouts.
    
    svn path=/trunk/; revision=53837

commit 0f05597ab17ea7fc5161458c670f56a523cb9c42
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 8 00:58:06 2013 +0000

    DTLS decryption enhancements.  Bug 9499 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499)
    
    From Hauke Mehrtens
    
    1. dtls: set ssl_set_server() in DTLS dissector so wireshark knows if this is client or server
    2. SSL: add decrypt support for CCM and CCM_8 Ciphers per rfc 6655
    3. dtls: add psk decrypt support
    
    svn path=/trunk/; revision=53836

commit 7d10a416a355567c3c3a61c64d53bc23fcd21ffb
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Sat Dec 7 23:27:36 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53835

commit 490462066130401d063ee3955bfc0bdb7da7874c
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 23:25:36 2013 +0000

    Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
    
    svn path=/trunk/; revision=53834

commit 3c2bd00ccf526b9286a518e5c39c7f977f702221
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 7 22:45:37 2013 +0000

    Note what the two new character encoding tables in charsets.c are.
    
    svn path=/trunk/; revision=53833

commit c193f9c9e4bdb581cf43deb6cf1a4c0e61006e1d
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 19:46:05 2013 +0000

    Use strutil xml_escape() function
    
    svn path=/trunk/; revision=53832

commit a2b9f02e59c2b4da5ece9364b254ab64eabb394d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Dec 7 19:43:59 2013 +0000

    Fix some cases where STR_UNICODE was used with FT_DOUBLE.
    
    svn path=/trunk/; revision=53831

commit f38af18c2c190c503585a99358b1f2e1ee50719f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Dec 7 17:56:39 2013 +0000

    add a decryption test for DVB-CI to the testsuite
    
    svn path=/trunk/; revision=53830

commit 333fea4fb91e310ecda0a18cefc9f7dd7d49f56a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 17:49:41 2013 +0000

    Add missing consts.
    
    svn path=/trunk/; revision=53829

commit fa5083e8af6aeac821105b9f24af46b70cb7603e
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Sat Dec 7 17:40:02 2013 +0000

    make SAC message padding filterable
    
    svn path=/trunk/; revision=53828

commit 7ab18667e5062785e4de683b420a5bbcf3136102
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 15:48:35 2013 +0000

    Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.
    
    Set .display to STR_UNICODE (instead of STR_ASCII).
    
    svn path=/trunk/; revision=53827

commit 0e5bc8a49c4778ffabf930ad325fef0321853e88
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 15:02:55 2013 +0000

    Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)
    
    svn path=/trunk/; revision=53826

commit e67762e3434277cd2d9fad16ec7e54a9b4dfc228
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Dec 7 14:38:16 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9524 :
    Fix typo in erldp dissector
    
    svn path=/trunk/; revision=53825

commit cff7d45f852fd53fc5b55f0aa743414f6c5d4d15
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Dec 7 14:36:54 2013 +0000

    From Mathias Guettler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9523 :
    Fix ISO 10747 (IDRP) incorrect handling of data in IDRP ERROR PDU's
    
    svn path=/trunk/; revision=53824

commit 1560949e4db1418405de5ecaaa36e0e3be79bcb8
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 11:55:22 2013 +0000

    gadu-gadu: use STR_UNICODE display instead of proto_tree_add_unicode_string().
    
    svn path=/trunk/; revision=53823

commit ffb4e79de9190c8967e673892ea886266ff30b30
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 11:50:43 2013 +0000

    Add STR_ASCII, STR_UNICODE as possible displays for field_display_e
    
    svn path=/trunk/; revision=53822

commit eb252d2d3471d5b80af847cd536048fc05c4ae5f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Dec 7 11:37:58 2013 +0000

    - Make local functions static.
    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53821

commit c67d38cf15be33536de6da517221cf7ce7285f8e
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 10:41:42 2013 +0000

    Rename base_display_* to field_display
    
    This is preparation to support ->display for FT_STRING values.
    
    svn path=/trunk/; revision=53820

commit 113b078a4d80a2aee7dbecb7724aebbec5de2dfc
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 10:10:03 2013 +0000

    Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)
    
    - Move windows-1250 to unicode encoding table to charset.c
    - Add tvb_get_string_unichar2, tvb_get_stringz_unichar2 functions which recode tvb-string to UTF-8.
    
    svn path=/trunk/; revision=53819

commit b3c93326bc35b35ef5e1923765496289994479e9
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sat Dec 7 09:14:35 2013 +0000

    Remove #if 0 inverse_bit_mask8 array.
    
    It was only used by tvb_get_bits_buf (removed in r53183).
    
    svn path=/trunk/; revision=53818

commit cc71d217a6d432cdf8b01bb73564edc677109422
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sat Dec 7 08:34:39 2013 +0000

    - Make local functions static.
    - Forward declaration of register function.
    
    svn path=/trunk/; revision=53817

commit cc5543f8243db93356eed7632a81bf42eb0c9830
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Dec 7 01:01:31 2013 +0000

    Bluetooth enhancements.  Bug 9446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
    
    Bluetooth: SCO: Add Source/Destination addresses
    Bluetooth: HCRP: Use information from SDP to decoding PSM payload
    
    From Michal Labedzki
    
    svn path=/trunk/; revision=53816

commit c1ef044de5e4a28cbad0d010aeafe38da0be6750
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Dec 6 23:23:44 2013 +0000

    Move tvb_uncompress() to tvbuff_zlib.c
    
    svn path=/trunk/; revision=53815

commit 895f83b37d70006a00f0b0e08667f9ffe9ea6dd4
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 16:41:05 2013 +0000

    Fix indent (use 4 spaces) Remove trailing whitespace Add Modelines
    
    svn path=/trunk/; revision=53814

commit e8203409962823a90cc0d26cb054362ff52a75d6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 16:40:55 2013 +0000

    Add Modelines info
    
    svn path=/trunk/; revision=53813

commit d5c3c081d9e0a2d61c66aed0c9077e7653a0aa31
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 16:40:44 2013 +0000

    Fix (-W)unused-const-variable error found by Clang
    
    svn path=/trunk/; revision=53812

commit 138cb0e1f1399d2294f638b5bcc1d7083318c290
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Dec 6 16:37:20 2013 +0000

    Update svn properties
    
    svn path=/trunk/; revision=53811

commit ae37302c397c8254d2f09923416a608e808df55e
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Fri Dec 6 14:45:06 2013 +0000

    Add assoc_index to the properties that can be filtered.
    Find the association for each packet.
    
    svn path=/trunk/; revision=53810

commit d1e904b518b745207d9101b108cf667033f20bb2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 10:24:58 2013 +0000

    From Thomas ERSFELD (GSoC13)
    
    Hiding monitor column when not available
    
    svn path=/trunk/; revision=53809

commit f9c27ac0d8956853ebcbfa1ea32453ffa90a7095
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 10:24:50 2013 +0000

    Fix warning when launch Qt Port
    
    QMetaObject::connectSlotsByName: No matching signal for on_tbInterfaces_hideEvent(QHideEvent*)
    QMetaObject::connectSlotsByName: No matching signal for on_tbInterfaces_showEvent(QShowEvent*)
    Object::connect: No such slot CaptureInterfacesDialog::tableItemPressed(QTableWidgetItem *)
    Object::connect:  (sender name:   'tbInterfaces')
    Object::connect:  (receiver name: 'CaptureInterfacesDialog')
    
    svn path=/trunk/; revision=53808

commit 8cfb238ad4d0b49c908bcf1665f0238b590f7921
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 10:24:41 2013 +0000

    Fix ui/qt/capture_interfaces_dialog.ui: Warning: The name 'layoutWidget' (QWidget) is already in use
    
    svn path=/trunk/; revision=53807

commit 7a5cf63f0444325632451a80e0c885305c0afef8
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 08:37:48 2013 +0000

    Fix wireshark/epan/dissectors/packet-j1939.c:313: multiple definition of `proto_register_devicenet'
    
    svn path=/trunk/; revision=53806

commit 04a8ed21405bbb8dc212fdd648ae4e0f491da63c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 08:09:56 2013 +0000

    Fix packet-j1939.c:160:42: error: declaration of 'address' shadows a global declaration [-Werror=shadow]
    
    svn path=/trunk/; revision=53805

commit f5136e37535224706563310c431d312c2d3970e3
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Dec 6 08:04:09 2013 +0000

    Fix unused parameter 'pinfo'
    
    svn path=/trunk/; revision=53804

commit 643f9efce238971298e1979d9433dd5a88d863a3
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Dec 6 04:33:58 2013 +0000

    Add DeviceNet and J1939 dissectors.  Both run on top of CAN (not necessarily always SocketCAN, but it did provide a good test environment)
    
    svn path=/trunk/; revision=53802

commit b2be51c76d4b79c5350f40643f6c861b75b2ad13
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Thu Dec 5 22:50:42 2013 +0000

    Only try to fix absolute Unix paths.
    
    svn path=/trunk/; revision=53801

commit 13fb0f313c9ae230d9e5a553735fd760c6572033
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Dec 5 21:35:25 2013 +0000

    int -> gboolean
    
    svn path=/trunk/; revision=53800

commit 1f9d8c5726c5cca49d1f9e7ce7e2b30cc45421f8
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Dec 5 21:32:05 2013 +0000

    dissect Operator Profile's error flag
    
    svn path=/trunk/; revision=53799

commit f251011478ac538869216f25bd5084dd298d26df
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 5 15:06:21 2013 +0000

    Include epan/conv_id.h - some of the buildbot machines have errors without it
    
    svn path=/trunk/; revision=53798

commit eb85d08557623ae5d4a932e9b8463b0b8411fff9
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Dec 5 14:45:03 2013 +0000

    Make launching TCP graphs from conversations window work again, by supplying stream and direction when graph is first created
    
    svn path=/trunk/; revision=53797

commit 125a17f8e511efe36d14644715e37b438a87c6e0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Dec 5 09:30:22 2013 +0000

    Initialize the error-reporting routines before scanning for plugins, as
    the code to scan for them uses those routines.
    
    This means epan_init() no longer takes those routines as arguments -
    which is just as well, given that the mechanism in question is no longer
    part of libwireshark, but is part of libwsutil.
    
    This should fix bug 9508.
    
    svn path=/trunk/; revision=53796

commit 78c11720bbba1c682355482edfee99080c2cf54a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 5 06:48:13 2013 +0000

    Remove non-ASCII character
    
    svn path=/trunk/; revision=53795

commit 5331c54b101948fd495ff646bd74155b3e2567da
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 5 06:46:58 2013 +0000

    Try to please OSX-10.5-x86 buildbot
    
    svn path=/trunk/; revision=53794

commit 03085a5c9a2550b2ecda441bff77c2f9b1fcad0e
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Dec 5 06:23:17 2013 +0000

    Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :
    Fix dissection of STK SEND SHORT MESSAGE proactive command
    
    svn path=/trunk/; revision=53793

commit 8d0dc9f935ec01eb2890251ac4e683d157638a22
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Dec 5 03:36:49 2013 +0000

    CAN protocols have a CAN ID and up to 8 bytes of data.  How the CAN ID and data are presented is the responsibility of the previous layer.  Make the interface be passing the CAN ID in dissector data and have the (up to) 8 bytes be the tvb.  CAN protocols should treat the CAN ID as "generated" data.
    
    svn path=/trunk/; revision=53792

commit 0ccb4a7ef408a5f369c7e17cfb93ce33dbd3a879
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Dec 4 23:59:31 2013 +0000

    Regenerate ASN.1 dissectors
    
    It seems that around r53700 GenericChargingDataTypesV1171.asn was called 3GPPGenericChargingDataTypesV1171.asn.
    
    svn path=/trunk/; revision=53791

commit 6244f2fa325c6a4fd556511d21986ae0698b8aed
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 4 22:07:26 2013 +0000

    Finally successfully built with the msvc2010 GUI a Debug
    and a RelWithDebInfo build, after adding the missing path
    to the cygwin tools.
    
    svn path=/trunk/; revision=53790

commit d576ba07963eb58d80c01d6829e05ec47bfcaf02
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 4 21:35:53 2013 +0000

    - Forward declaration of register functions.
    
    svn path=/trunk/; revision=53789

commit bbc4a2981c1a6f78c7be03e60ed96201c4b83a35
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 4 21:33:38 2013 +0000

    Try to fix a bunch of [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=53788

commit 53394aca2c35f9076a889c212e90849eb5a14496
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 4 21:32:16 2013 +0000

    Fix
    
    [  5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-diameter.c.o
    /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-diameter.c: In function ‘dissect_diameter_avp’:
    /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-diameter.c:621:37: error: ‘avp_str’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
      if (avp_str) proto_item_append_text(avp_item," val=%s", avp_str);
                                         ^
    cc1: all warnings being treated as errors
    make[2]: *** [epan/CMakeFiles/epan.dir/dissectors/packet-diameter.c.o] Error 1
    
    
    svn path=/trunk/; revision=53787

commit 1a7c42d40a304513fe54df45f1e2d91329115ac5
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 4 21:12:16 2013 +0000

    - Make local functions static.
    - Forward declaration of register function.
    
    svn path=/trunk/; revision=53786

commit 5c40dde043bf95889c90284b05e624da71581ea0
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Dec 4 20:55:52 2013 +0000

    "RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP and Experimental-Result-Code AVP. The Experimental-Result-Code AVP (AVP Code 298) is of type Unsigned32 and contains a vendor-assigned value representing the result of processing a request."
    
    This means we have to store the value of the Vendor Id AVP in the grouped  Experimental-Result AVP to be able to dissect the value of
    Experimental-Result-Code according to the vendor specified values(if known). This patch implements that with a dissector table to register vendor dissectors for the result code.
    
    svn path=/trunk/; revision=53785

commit a8ed2cf767939cb5d45056c7f5f94c33fa8e3873
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Dec 4 15:59:29 2013 +0000

    From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446 - r53051 introduced an incorrect DISSECTOR_ASSERT(acl_data), which led me to believe that acl_data must not be NULL.  Except for the removal of the DISSECTOR_ASSERT(acl_data), this patch basically reverts r53735 and r53743, as acl_data can be NULL.
    
    svn path=/trunk/; revision=53784

commit 50989f30a303db66d02b3425afab0e6194701746
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 4 15:13:24 2013 +0000

    From Matt Texier
    
    Enhance BGP Dissector : Communities
    
    Use proto_tree_add_item
    
    From me
    Missing space for well known community
    
    svn path=/trunk/; revision=53783

commit 0a626c33c88b14db5b0e0f8730fe6668238e2230
Author: Tomas Kukosa <tomas.kukosa@siemens.com>
Date:   Wed Dec 4 14:45:32 2013 +0000

    Ply parser updated to 3.5 (from GitHub github.com/dabeaz/ply)
    
    svn path=/trunk/; revision=53782

commit 9252681be637fac954ccedc2301a9f1487eafee7
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 4 13:55:53 2013 +0000

    Add also heuristic for HTTP
    
    svn path=/trunk/; revision=53781

commit cf82d056f2281001edee70eb73fd0310703a4b2f
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 4 10:41:38 2013 +0000

    Create all binaries in one directory. After running setpath.bat
    wireshark etc should now work, the basic stuff at least.
    
    Known problems/todos:
    - The plugins are not searched for in the current directory,
      so find out how to let Wireshark know to search for the
      plugins
    - Other supporting files are missing (COPYING.txt, AUTHORS*, ...)
    - Your missing feature could be listed here ;)
    
     Ciao
       Jörg
    
    svn path=/trunk/; revision=53780

commit 2e0fbbfe26cecb25c8d250794d386c0bee5700e0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 4 09:53:51 2013 +0000

    Regenerate dissector after change to add prototype
    
    svn path=/trunk/; revision=53779

commit 6b10f16ca8818e73b7a90079c8383ee9d3b92bcc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Dec 4 09:53:21 2013 +0000

    From Anders request Add prototype for corba/idl dissector
    
    svn path=/trunk/; revision=53778

commit 470a022c6dc1331083e12eaf8837ffe2bbd813c9
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Wed Dec 4 09:39:19 2013 +0000

    Fix for dissecting cdt without having a tree.
    
    svn path=/trunk/; revision=53777

commit 55546d5123cd8205f8ffa4ca1a48b8893b3e0ffd
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 4 09:10:35 2013 +0000

    On Windows:
    - Add instructions how to build zlib
    - Add information how to build with msbuild
    
    
    svn path=/trunk/; revision=53776

commit c0663d9df5cecf680b6bb9c970faf7bfa9f2448a
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Dec 4 07:39:37 2013 +0000

    - Include config.h
    - Merge two ifdef _WIN32 sections
    
    svn path=/trunk/; revision=53775

commit b75354ebe8278c27c1c5e42897457c6e102fba0e
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 23:49:51 2013 +0000

    Avoid including <epan/epan.h> in dissectors.
    
    svn path=/trunk/; revision=53774

commit 477add45062605028acf900e623ba001f69feb05
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 3 23:08:50 2013 +0000

    Dissect comprehension-tlv address object
    
    svn path=/trunk/; revision=53773

commit 9812f55dbb0916c557e19a364e2e947ced4e9179
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 3 23:08:46 2013 +0000

    Include <epan/dfilter/dfilter.h> in files that use display filter
    routines.
    
    svn path=/trunk/; revision=53772

commit 2118d75b45384c948b96071b43395feb512a2f40
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 22:59:29 2013 +0000

    missing stdlib.h include for wslua.
    
    svn path=/trunk/; revision=53771

commit 5afbad417910d387c754eb66612214903f4f8b8b
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 22:26:07 2013 +0000

    Rename struct _epan_dissect_t to epan_dissect.
    
    svn path=/trunk/; revision=53770

commit 65db82872c943d87e5191c65c369d41b9a4d533e
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 22:16:49 2013 +0000

    When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
    
    svn path=/trunk/; revision=53769

commit dbd9c134fafed03d108d6a572cf5b4ccef108b7b
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Dec 3 21:49:28 2013 +0000

    - Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :
      warning C4305: 'argument' : truncation from 'double' to 'float'"
    - Remove trailing whitespace
    
    
    svn path=/trunk/; revision=53768

commit bf0de4310bd8e4debe857dc8f96e365ed77fcb1f
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 21:35:36 2013 +0000

    Rename struct _uat_t to epan_uat
    
    Leave typedef (uat_t) unchanged.
    
    svn path=/trunk/; revision=53767

commit cedb73c7f76c6f1f3119bc7d080a7a696c12c60d
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 21:31:04 2013 +0000

    Dissectors should not use dfilter.h, don't include it.
    
    XXX ncp2222 dissector is using dfilter_compile(), why?
    
    svn path=/trunk/; revision=53766

commit 82f1fecf14b3ec5b0da93bccbd69552afea4cc8f
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 20:59:25 2013 +0000

    struct _dfilter_t: rename to epan_dfilter.
    
    typedef (dfilter_t) not renamed.
    
    svn path=/trunk/; revision=53765

commit 01e08ae582b9e01bd5d236e748f43b4a2cedee43
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Tue Dec 3 20:35:50 2013 +0000

    wiretap: start using <wsutil/pint.h>
    
    svn path=/trunk/; revision=53764

commit f98625c0d00ce32fb4cb8d7065a830f31f4bf269
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 3 19:45:10 2013 +0000

    Don't forget to test even the simplest fixes.
    
    svn path=/trunk/; revision=53763

commit 8b3f82def11470cc0b407894c44a7a734c30dbe6
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 3 19:44:32 2013 +0000

    Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messages
    
    svn path=/trunk/; revision=53762

commit c28c8ed2145e50cee06a3496976914f6cabc4f75
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Tue Dec 3 19:40:23 2013 +0000

    Wrap usage text at column 80.
    
    svn path=/trunk/; revision=53761

commit 2d49720de61ae4d46107b4aa6ec3dc9b1a5e32c0
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Dec 3 19:32:10 2013 +0000

    Add Qualcomm proprietary UUID
    
    svn path=/trunk/; revision=53760

commit a6dea7695e8be3e9bc0f56d41d9b534adfe637d3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Dec 3 18:16:38 2013 +0000

    The ip.proto table isn't limited to the IPv4 dissector.
    
    svn path=/trunk/; revision=53759

commit e55e69940fd05dac1b6798d26bfb6baab49286aa
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:48:08 2013 +0000

    Fix encoding arg Remove tab and trailing whitespace Add modelines info
    
    svn path=/trunk/; revision=53758

commit 062f8a504abbcb841cbbcb062b15cf7fd8be8bf6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:39:10 2013 +0000

    Manual fix of Dead Store (Dead assignement/Dead increment) warning found by Clang No found how to fix the generator...
    
    svn path=/trunk/; revision=53757

commit 043b37afa4015a18f3d5d2540a0c45cdc03d5a96
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:56 2013 +0000

    Regenerate idl dissector after last change in generator !
    
    svn path=/trunk/; revision=53756

commit 6efd311424aafb86a1c1299300e81e9a324c6d41
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:46 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=53755

commit 3fc5a3e845643570a269d28361c4756518858237
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:38 2013 +0000

    Add modelines info to idl generate file
    
    svn path=/trunk/; revision=53754

commit de65892796042eff34a391dad792149009907a53
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:30 2013 +0000

    Fix indent for generated file (Use 4 space)
    
    svn path=/trunk/; revision=53753

commit a637d8170671d7daf0e81426934b80d6015c1659
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:23 2013 +0000

    Fix generator don't generate trailing whitespace
    
    svn path=/trunk/; revision=53752

commit 225161b1bedcdce9683b013f6756e5f08c0ebad1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:15 2013 +0000

    Remove trailing whitespace and add modelines info
    
    svn path=/trunk/; revision=53751

commit ede151cbba4cfbcf546e17c1c841b17daa170d68
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:38:07 2013 +0000

    Remove whitespace and add modelines info
    
    svn path=/trunk/; revision=53750

commit b2445d481c2485e173079361f456370205bb99b5
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:37:58 2013 +0000

    Fix
    
    warning: argument 'data' of command @param is not found in the argument list of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data)
    
    warning: The following parameters of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data) are not documented: parameter 'user_data'
    
    svn path=/trunk/; revision=53749

commit 420b33d77d69ef90abeed386a8d1f9003cf9ac3f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:37:49 2013 +0000

    Fix warning: The following parameters of proto_tree_add_expert_format(proto_tree *tree, packet_info *pinfo, expert_field *eiindex, tvbuff_t *tvb, gint start, gint length, const char *format,...) are not documented: parameter 'format'
    
    svn path=/trunk/; revision=53748

commit 0940471527fb8a59ca9e9c60eead648de1e25385
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:37:40 2013 +0000

    Fix warning: argument 'out/in' of command @param is not found in the argument list of SE_COPY_ADDRESS(to, from)
    
    svn path=/trunk/; revision=53747

commit 76db825c84612981b93c153e51773a735869dca6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Dec 3 13:37:31 2013 +0000

    Add #pragma to idl generator...
    
    svn path=/trunk/; revision=53746

commit 30d0d8ff51343348ac0efa349b56edc3301e6c37
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Tue Dec 3 13:18:37 2013 +0000

    Move stats_tree_stat.c back to clean files.
    
    svn path=/trunk/; revision=53745

commit 024c4fc8e3dcdbabf1c50e8a36643e04cb2c0457
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Dec 3 12:53:09 2013 +0000

    Don't allow conversation_data to be NULL.  Bug 9493 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9493)
    
    svn path=/trunk/; revision=53744

commit 18e532be596baa07769601ef9d3bd73e6d7fe0ad
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 3 11:02:00 2013 +0000

    Remove some no-longer-necessary null pointer checks, as pointed out by
    Coverity; dissect_btl2cap() now returns immediately if handed a null
    private-data pointer.
    
    svn path=/trunk/; revision=53743

commit 753811929df41afc1261fbd25437c82e2d24ba0f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Dec 3 10:54:10 2013 +0000

    Clean up indentation.
    
    svn path=/trunk/; revision=53742

commit 089e4d999fd9495de5fa037bd135d7a1f90760f3
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 3 06:20:18 2013 +0000

    Try to fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=53741

commit a21898cf696cba9a38a43e43b5dc7aac341c5ba9
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Dec 3 05:22:47 2013 +0000

    - copy paste error in parlay
    - Add pragmas to remove warnings, this should go into the generation script.
    
    svn path=/trunk/; revision=53740

commit 203ecca6da52b324c4481b2c334d8b705a66bac3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 23:09:08 2013 +0000

    Space between STANAG and the standard number.
    
    svn path=/trunk/; revision=53739

commit a4c78939b2ab39abdda78a43875113f61ad041a5
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Mon Dec 2 22:38:00 2013 +0000

    Fix encap_table_base[] array.
    
    svn path=/trunk/; revision=53738

commit 231e52a9eabb349802f49007114148c93248d247
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 21:52:46 2013 +0000

    Reject the packet if data is NULL without doing anything else.
    
    svn path=/trunk/; revision=53737

commit a441a519183bd325bb9aaeb4f9c797634213a162
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 21:46:06 2013 +0000

    Link with -lcodecs on UN*X as well.  Link with -lwsutil after
    -lwireshark, -lwiretap, and -lcodecs, just in case the linker requires
    that, if library A uses something from library B, library B be read
    after library A.
    
    svn path=/trunk/; revision=53736

commit ae2e12d1f7095afd8ad9dedfb51a5cc1cd29105e
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 21:34:23 2013 +0000

    Reject the packet if data is NULL without doing anything else.
    
    svn path=/trunk/; revision=53735

commit ce7b83123c75cfcae511f8018a9d4f0594b3a25f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 21:18:25 2013 +0000

    No C++/C99 comments, as not all compilers handle them.  Use #if 0/#endif
    instead.
    
    svn path=/trunk/; revision=53734

commit b5e37755356964c44c66b057fce871a43ad8afd1
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 21:13:29 2013 +0000

    eject the packet if data is NULL without doing anything else.
    
    svn path=/trunk/; revision=53733

commit 99d9c3d0f5d9541cbad0a8904e3bd113b8010c28
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 21:05:11 2013 +0000

    Reject the packet if data is NULL without doing anything else.
    
    svn path=/trunk/; revision=53732

commit ba0e04ed1b4a20c73231384427c90368676b466e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 2 20:31:42 2013 +0000

    Character conversion error.
    
    svn path=/trunk/; revision=53731

commit c0407d6bc5e1caa60a7e195633c702fb1284b549
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Dec 2 20:18:48 2013 +0000

    Add pragmas to remove warnings, this should go into the generation script.
    
    svn path=/trunk/; revision=53730

commit fb289aedf6c2eb97873bab42dc064f41cadf5ff8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 19:20:35 2013 +0000

    Explicitly convert an int to an enum.
    
    svn path=/trunk/; revision=53729

commit 93f15d640cc3d00cd76bdd054d998e8cd2885eac
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 19:17:12 2013 +0000

    Specify SI units for the max filesize autostop condition.  For now, keep the capture buffer size in IEC units, but document it as such.
    #BACKPORT(1.10, 1.8(?))
    
    svn path=/trunk/; revision=53728

commit 5e7b58ab94cce08497fef59b167191ed26e055b2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 19:15:14 2013 +0000

    Make the declaration of stats_tree_format_node_as_str() match the
    definition.
    
    svn path=/trunk/; revision=53727

commit 28a1c45bfa5ee61502fa137b8da252be31453498
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 19:12:59 2013 +0000

    Use g_strlcpy() and g_strlcat() to squelch API checker warnings.
    
    svn path=/trunk/; revision=53726

commit e313b15f032aa04c4bab75951b6fa5b39a778391
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 18:58:40 2013 +0000

    Use ws_fopen() so we properly handle UTF-8 file names on Windows.
    
    svn path=/trunk/; revision=53725

commit 72065e7d691e0ac6f3e247b28079f11ba9126097
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Mon Dec 2 15:55:36 2013 +0000

    stats_tree_stat.c currently procudes warnings - move to dirty
    
    svn path=/trunk/; revision=53724

commit 3f8128d521ac3ef1ac8b338718aed85bec9bc495
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 2 13:46:39 2013 +0000

    Fix (-W)documentation error found by Clang
    
    parameter 'sai' not found in the function declaration [-Werror,-Wdocumentation]
    
    svn path=/trunk/; revision=53723

commit 5d53a72f7909279103c788882fd32a4c85bd910f
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 2 13:46:30 2013 +0000

    Fix (-W)documentation error found by Clang
    
    error: parameter '...' not found in the function declaration [-Werror,-Wdocumentation]
    
    svn path=/trunk/; revision=53722

commit bd5f16acf4f05af7e3249267f1edfa04bc7cfc52
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 2 13:46:20 2013 +0000

    Fix (-W)documentation error found by Clang
    
    ../../epan/strutil.h:95:11: error: parameter 'line' not found in the function declaration [-Werror,-Wdocumentation]
     * @param line A pointer to the input string
              ^~~~
    ../../epan/strutil.h:95:11: note: did you mean 'string'?
     * @param line A pointer to the input string
              ^~~~
              string
    
    svn path=/trunk/; revision=53721

commit 1f3261d99a6f0e48a26480b1afd3339811d01afe
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 2 13:46:10 2013 +0000

    Fix (-W)documentation error found by Clang
    
    error: parameter 'addr*[in]' not found in the function declaration [-Werror,-Wdocumentation]
    
    svn path=/trunk/; revision=53720

commit 67c04188ce8995d85638a23b5a67aa15cd4a42cc
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Dec 2 13:45:59 2013 +0000

    Fix (-W)documentation error found by Clang
    
    error: parameter '...' not found in the function declaration [-Werror,-Wdocumentation]
    
    svn path=/trunk/; revision=53719

commit acccbc79c54b61aa5111ca965103db1fc190d4ca
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Mon Dec 2 13:00:06 2013 +0000

    nmake: Allow setting the wireshark base dir via env variable
    
    svn path=/trunk/; revision=53718

commit 20799bdeb49c1d21074b84901cfce326f28b9cfd
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Mon Dec 2 09:50:30 2013 +0000

    Remove /msvc2010 after ${QT5_BASE_DIR}, it should be part of
    the QT5_BASE_DIR value.
    
    svn path=/trunk/; revision=53717

commit 55544b5c391216336095742fd3e43a33c2471bc6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 09:30:31 2013 +0000

    Get rid of a stray semicolon, as it upsets Sun^WOracle Studio's C
    compiler.
    
    Clean up escape_xml_chars() a bit, so that there's no extra unreached
    "return s;", and so that it's clearer that it runs until it hits a NUL.
    (XXX - are there GLib routines that will do this?)
    
    svn path=/trunk/; revision=53716

commit 111ee4cc3a610f0459ba38107bbc51a3f445e2a9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 09:10:29 2013 +0000

    Don't include wslua headers if we don't have Lua.
    
    svn path=/trunk/; revision=53715

commit c3de2cb2fe4e47b59c2af55226c380633fa9119c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 09:10:13 2013 +0000

    Don't assume we have Lua just because we have plugin support.
    
    svn path=/trunk/; revision=53714

commit 7c10c3d617347d81bce51ada7ac2b04bc4b6bb1c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 09:06:00 2013 +0000

    We need to link with the codecs library.
    
    svn path=/trunk/; revision=53713

commit c123b131aedf115076c6ddc67f1bfb1b427c0bd9
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 08:55:38 2013 +0000

    Make the declaration of stats_tree_format_as_str() match the definition.
    
    svn path=/trunk/; revision=53712

commit 40b60cbf551c76d8eb1dc411a0712a3df7e08d52
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 08:51:46 2013 +0000

    Do something less catastrophic than crashing if the same name is used in
    two codec registrations.
    
    svn path=/trunk/; revision=53711

commit 0cc1545d05be6f655c950904b1da776190f3af16
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Dec 2 08:30:29 2013 +0000

    Move most of the plugin code from epan to wsutil and remove all
    knowledge of particular types of plugins.  Instead, let particular types
    of plugins register with the common plugin code, giving a name and a
    routine to recognize that type of plugin.
    
    In particular applications, only process the relevant plugin types.
    
    Add a Makefile.common to the codecs directory.
    
    svn path=/trunk/; revision=53710

commit baf569188ac49ad38912b82d23ff241321cd654f
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 02:31:33 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53709

commit 9b38829b34ceda59c7a35c34f2ed071618477ef1
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 02:31:04 2013 +0000

    Reject the packet if data is NULL without doing anything else.
    
    svn path=/trunk/; revision=53708

commit acc5fd78e48016eaf932b78ef29f5f2db96b45cc
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 02:18:21 2013 +0000

    Reject the packet if data is NULL.
    
    svn path=/trunk/; revision=53707

commit 42a64c355786131ea8617cc50ae47f255c1ea8d2
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 02:07:42 2013 +0000

    If data is NULL, the bug, if any, is not with *this* dissector, but with whichever one failed to pass the data properly.
    
    svn path=/trunk/; revision=53706

commit a9900375b49ecd887f3561707e7b97a58bfac556
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 01:53:13 2013 +0000

    Fix Coverity CID 1134045: Printf format string issue.  (As documented in the printf man page for the ' option, "Note that many versions of gcc(1) cannot parse this option and will issue a warning."  (r47940 reverted a similar change, so this keeps things consistent.)
    
    svn path=/trunk/; revision=53705

commit 87d36305f9404fdee6e7daff0989d2e9ae282bea
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Mon Dec 2 00:45:44 2013 +0000

    Fix Coverity CID 1134046: Structurally dead code.
    
    svn path=/trunk/; revision=53704

commit 70f4223c2ae42f5695e6aa5ec5880cd38bfed30f
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 22:24:59 2013 +0000

    The changes to work around the msbuild deficiencies broke
    dependeny tracking (replaced the list of dissectors by the file
    containing the dissectors). Fix that.
    
    svn path=/trunk/; revision=53703

commit 40c6d9abcbe3c68a01a6e4e41d9f9ebede7d4fee
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 21:56:40 2013 +0000

    Copy over rev 53700 to cmake
    
    svn path=/trunk/; revision=53702

commit 6a34c8c924e84fa2d687f991f0992d35b665873d
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 21:55:21 2013 +0000

    Small style changes.
    
    svn path=/trunk/; revision=53701

commit 9baa93519c2aa5e591b39d83cb8849309bdb7569
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Sun Dec 1 20:34:21 2013 +0000

    Update to V11.7.1 (2013-09)
    
    svn path=/trunk/; revision=53700

commit eb8b50625ae8be06b453da09b0928c0d5faaba99
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Dec 1 16:50:05 2013 +0000

    If  we're including "config.h" when compiling a codec, then /I.. must be part of CFLAGS.
    
    svn path=/trunk/; revision=53699

commit 0c9aa51ec532fec52a91c3b8d871e02087ee772f
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 1 15:44:22 2013 +0000

    Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)
    
    From Deon van der Westhuysen
    From me: use switch statements instead of if-else
    
    svn path=/trunk/; revision=53698

commit 98c8454dd635fb96a638839c9956a96bdfe76152
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 1 15:03:49 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-12-01]
    
    svn path=/trunk/; revision=53695

commit 7ee8d486703fcf8820291e4df92762ea84c7bc99
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 1 13:47:11 2013 +0000

    Add MPLS dissector to "ppp.protocol" table.  Bug 9492 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9492)
    
    From Peter Paluch
    
    svn path=/trunk/; revision=53694

commit c0f974f9d14dde45c34f0e0c4db7ff702bd1036d
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 10:58:17 2013 +0000

    Too litte modify in copy - modify - paste cycle
    
    svn path=/trunk/; revision=53693

commit 38b8e4ecb952c5a64bee9840e7161251f5c7385f
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 10:34:01 2013 +0000

    Graham Bloice
    - Using gtk[23] is a hack. Implement a clean solution.
    
    Me
    - In the current setup, building Qt ONLY is not supported as
      lots of required support libraries are only found in gtk2 and
      gtk3. Print an error in that case.
    - Small style changes (lowercasing, whitespace)
    
    svn path=/trunk/; revision=53692

commit 402df005441771bce61f0e60bb33b80a7a55ea13
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 10:10:24 2013 +0000

    Looks like the problem with redefined symbols is not new, it
    just got a few new ones.
    Add HAVE_STRING_H and HAVE_STDLIB_H to the list.
    
    svn path=/trunk/; revision=53691

commit 244000000d1249cb2243df2229aa1ca0c0dceabb
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 10:05:16 2013 +0000

    - Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlying
      pcap probably is different from the WinPcap version.
    - Set WINPCAP_VERSION for cmake builds to "unknown"
    - Oh, the NEWS file changed again.
    
    svn path=/trunk/; revision=53690

commit 6cd4ad721f94b5b2c4e5136bad179eb83585f150
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sun Dec 1 09:18:19 2013 +0000

    SBC -> sbc
    On Unix case is relevant, so fix it.
    Please try to avoid filenames starting with Upper case, it
    makes completion so much easier as I only need to remember the
    name and not the case.
    
    svn path=/trunk/; revision=53689

commit a9bd097e71744f55833fcb4bbd996093d2287092
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Sun Dec 1 08:52:06 2013 +0000

    Start teid_data field from the correct offset
    
    svn path=/trunk/; revision=53688

commit da7af5c1f709af0b083cd120dffc90bc71e6518b
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Sun Dec 1 08:51:07 2013 +0000

    Also add filter and expert info for ICMPv6 requests with no responses.
    
    svn path=/trunk/; revision=53687

commit 9972e5f24ad5931bdc8644e99e90db26fc0104a7
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Dec 1 03:53:57 2013 +0000

    Move codecs.[ch] out of epan and into codecs directory.
    
    This may break easy_codec plugins, but it appears a better/more consistent way is needed to register codecs.  See Guy's comments in bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893)
    
    svn path=/trunk/; revision=53686

commit 4e2b6b13f6c71a81671fc4fb589f7919a81b931b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 1 01:53:26 2013 +0000

    Use 4-space (PEP 8) indentation. Add modelines.
    
    svn path=/trunk/; revision=53685

commit c02bbf98834fc5aced9de486232c21bd5855ba75
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 1 01:46:45 2013 +0000

    Use indentation recommended by PEP 8.
    
    svn path=/trunk/; revision=53684

commit 80b4bc004aa4f870942bac2466085a0271e8455b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Dec 1 01:35:13 2013 +0000

    Fix compatibility with Python 2.5. Tested with 2.5, 2.6, 2.7, and 3.3.
    
    svn path=/trunk/; revision=53683

commit e30fd2f989dd6b2c20257133b0d5ebad596c0ad2
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Sat Nov 30 23:40:25 2013 +0000

    Looks like the WinPcap version can only be determined from the
    name of the compressed archive - which currently means "only by
    manual developer intervention".
    
    svn path=/trunk/; revision=53682

commit fbaac2cf8ba5391c92b91abf50d5534ceb965bbc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 22:17:15 2013 +0000

    The HAVE_xxx definitions come from config.h; include it.
    
    svn path=/trunk/; revision=53681

commit 8bdf0ad4098bb8b13473894625860c4ea7e5de7e
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 22:16:09 2013 +0000

    Tag arguments to decodeXXX routines as unused iff we don't support the
    codec.
    
    svn path=/trunk/; revision=53680

commit ac9b982868be71dec3cc9a451563af64fabf675a
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 21:00:21 2013 +0000

    Better fix for uninitialized variable warning.  Part of bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)
    
    From Peter Wu.
    From me: Leave the "result" variable initialized because I'm not sure code analyzers will consider g_assert_not_reached() enough prevention from using uninitialized "result"
    
    svn path=/trunk/; revision=53679

commit fd2f05446d0b1003e1aef42a1c7b2767b8dc9ea4
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 20:48:46 2013 +0000

    Update documentation for tcp_dissect_pdus.  Bug 9491 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9491)
    
    From Peter Wu: update to README.dissector
    From me: update to WSDG_chapter_dissection.xml
    
    svn path=/trunk/; revision=53678

commit e2d2d12098593bd7dd6bfbac360c53f68231dfa4
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 19:26:18 2013 +0000

    Replace "btsdp" tap with function to query service_infos tree, since that's all dissectors were doing with it.  Not used outside of dissectors and cuts down on a few redundant global variables.
    
    svn path=/trunk/; revision=53677

commit d1e4422a4abc3667351286b13a4224fda65ba26b
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 15:42:14 2013 +0000

    Add G.722, G.726 and SBC codecs.  G.722 and G.726 are from bug 5619 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5619) and SBC is from bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893).
    
    Codecs are added, but (intentionally) not hooked to the RTP player as a "more generic architecture" is desired.  There are some discussions in bug 7893 on how to do this.  One thing to add would be how to handle codecs that may not be supported on all platforms.  Should the codec not be "registered" at all (with a #define over the whole module) or should it's register functions be stubbed (with a #define in each function that requires a non-supported library)
    
    svn path=/trunk/; revision=53676

commit 021efe411cab62e2757c04d6a84e459ede7ef35d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Nov 30 12:31:36 2013 +0000

    Try to please GCC 4.3.2
    
    svn path=/trunk/; revision=53675

commit d62b116380ed5392329d4599da7099903b559e69
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 10:17:30 2013 +0000

    Make the code testing the Rx MCS Bitmask subfield of the Supported MCS
    Set field of the HT Capabilities element a bit clearer, and add
    comments.
    
    Fix it so it doesn't assign a variable to itself, as clang warns about
    that.
    
    svn path=/trunk/; revision=53674

commit 4e3d8291fe141c8b8627a167ca4feed7a41ccc2d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Nov 30 09:50:04 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9490 :
    Couple packets in RTPproxy dissector not only with CookieID but also with Call-IDs
    
    svn path=/trunk/; revision=53673

commit 8b179962d531ae07f04b8f04f02fe9931ffdb3ad
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Nov 30 08:30:04 2013 +0000

    Update release notes
    
    svn path=/trunk/; revision=53672

commit 0e669d534d0f1042fd022d0b92dd1a0e2d220725
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 01:50:12 2013 +0000

    README update.  Bug 9174 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174)
    
    From Peter Wu
    
    svn path=/trunk/; revision=53671

commit e1532f39ecd050ed5972d3b102a407b12bff4126
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 01:35:03 2013 +0000

    Tx MCS set is not interpreted properly in WLAN beacon frame.  Bug 8894 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8894)
    
    #BACKPORT
    
    svn path=/trunk/; revision=53670

commit 6d3d1556dc9f995183815920cc4a70d3fc912dc6
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 01:18:22 2013 +0000

    STANAG 5066 DTS Layer dissector.  Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217)
    
    From İbrahim Can Yüce
    
    From me: Update to new tcp_dissect_pdus format, minor whitespace issues noticed in wiretap files.
    
    svn path=/trunk/; revision=53669

commit e52bce9f1feb5f04099ed216df194f85c4ed1eab
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 00:53:03 2013 +0000

    Fix indentation.
    
    svn path=/trunk/; revision=53668

commit 00737f834b52174b2617fa1b788287e14a53f230
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 30 00:30:56 2013 +0000

    Add wifi display port to the RTSP dissector.  Bug 9339 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9339)
    
    From chaitanya
    
    From me: Add another obsolete preference and cleanup whitespace
    
    svn path=/trunk/; revision=53667

commit c6efc227a5ade4eb9d61bd167a7a11e4f59e569d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 00:10:18 2013 +0000

    Strings are usually unwritable; squelch "constness is being assigned
    away" warnings.
    
    svn path=/trunk/; revision=53666

commit 8c338ea54358a04d16dfc2b9bc5f6c3ffcc0c423
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 00:07:15 2013 +0000

    Squelch a "parentheses suggested" warning.
    
    Casts from void * are required in C++.
    
    svn path=/trunk/; revision=53665

commit 216f631e8a197a36dfeaf344f35d44d3df33a1fe
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 00:05:24 2013 +0000

    Casts required from void * in C++.
    
    svn path=/trunk/; revision=53664

commit 1d80b1e16c0fa233b2f6586fba20272cdd812f1c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 30 00:02:46 2013 +0000

    Constify to squelch some warnings.
    
    svn path=/trunk/; revision=53663

commit 52cfff996e211d3bad6d1b063a5348e7ec8837b3
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Nov 29 23:57:23 2013 +0000

    Squelch some "use parentheses" warnings.
    
    Use tab indentation uniformly.
    
    svn path=/trunk/; revision=53662

commit 488e61fea001d9b92790a58c09d1150ff5974308
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Nov 29 23:54:12 2013 +0000

    Rename variable to avoid collisions with standard function names.
    
    Use the st_format_type type.
    
    svn path=/trunk/; revision=53661

commit 8a849e82e1d56210eebb268ee3fd62aef1a40b04
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Fri Nov 29 23:52:32 2013 +0000

    When a snaplength isn't specifically set by the user, the default snaplength is used.  In this case, rather than display the text, "default", display the actual value so the user always knows which value will be used.  Other tools (tcpdump, for example) uses a different default snaplength, so it may not have been obvious to all users which value Wireshark uses for its default snaplength (even if it is documented in the man pages).
    
    svn path=/trunk/; revision=53660

commit 1ca96130b317ab4e124f2a4e5f4a7932eb588d2f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Nov 29 23:46:48 2013 +0000

    A typedef has to actually define a type.
    
    svn path=/trunk/; revision=53659

commit 68c8c7ef0a34c02619bbbd7cab11e20dee122541
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Nov 29 22:56:34 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9487 :
    Use RTP payload descriptions from RTP dissector in RTPproxy codec param value
    
    svn path=/trunk/; revision=53658

commit 60d6b05e2340ae90c09fbdd2f25b6513131a0bd1
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 29 22:47:59 2013 +0000

    Stats_tree enhancements for sorting, averages and burst rate.  Bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)
    
    From Deon van der Westhuysen
    
    - Bug fix: object leak in stats_tree after a tap reset (for example apply statistics preferences with a stats_tree window open)
    - Bug fix: correct sample code in README.stats_tree
    - Add: slash in plug-in name now creates submenu as docs describe (was a bug?)
    - Add: menu separator before the stat_tree registered plug-ins
    - Add: stats_tree can now calculate averages for nodes; automatically calculated for range nodes. Add section in README.stats_tree describing averages.
    - Add: stats_tree can now calculate burst rate of each node (like rate but with a shorter, sliding time window)
    - Add: sorting for stats_tree plug-ins. Can sort on node name, count, average, min, max values and burst rate.
    - Add: preferences for stats_tree system (default sort column, burst calc params)
    - Add: stats_tree window copy to clipboard and export and plain text, csv and XML.
    - Added sample of new functionality in $srcdir/plugins/stats_tree/pinfo_stats_tree.c
    - Moved all stats_tree sample plug-ins to "IP Statistics" submenu.
    
    svn path=/trunk/; revision=53657

commit eaaf4437aba897df51bfb31829f98cf198dd1887
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Nov 29 21:07:23 2013 +0000

    Graham Bloice
    
    Ensure we use the correct value for MSC_VER_REQUIRED (similar to
    nmake build)
    
    svn path=/trunk/; revision=53656

commit 82e2675f454e81e06360e6b4b3dc40567ae24baf
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Nov 29 20:53:00 2013 +0000

    Avoid including <wiretap/wtap.h> in dissectors.
    
    svn path=/trunk/; revision=53655

commit fb22ecce8dd4bced5f34440066d3590d1e31075a
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Nov 29 19:57:00 2013 +0000

    Graham Bloice
    
    I've now got tshark to build from a VS solution file, had to do some hacks
    to get there though, patch files attached for others to peruse, as I'm not
    sure if they are the optimal solutions:
    
       3. As mentioned in my previous message, the VS solution chops out every
       8192nd byte from the command line passed to make-dissector-reg.py.  My
       patch (make-reg.patch) gets CMake to write out the required source file
       list to a file and modifies the python script to read in the file.  The
       python changes *should* be backwards compatible.
    
    Me: Small fix to UseMakeDissectorReg.cmake (elseif() -> else())
    
    svn path=/trunk/; revision=53654

commit d99fdfda639e78feffa3d9a1a6c758ae90539442
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Nov 29 19:21:20 2013 +0000

    Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.
    
    
    XXX, people are not aware that expression of this macros might be evaluated multiple times, like:
     -  BSWAP16(tvb_get_letohs(tvb, off)) : \
     +  GUINT16_SWAP_LE_BE(tvb_get_letohs(tvb, off)) : \
    
    Should be tvb_get_ntohs() called?
    
    
    svn path=/trunk/; revision=53653

commit 5ac6474c945133a8415fb3be917859e5d42b6256
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Nov 29 18:59:06 2013 +0000

    Rename some of pint.h macros to match common style (bits number on the end).
    
       pntohs  -> pntoh16
       pntohl  -> pntoh32
       pletohs -> pletoh16
       pletohl -> pletoh32
       phtons  -> phton16
       phtonl  -> phton32
    
    
    svn path=/trunk/; revision=53652

commit 288efa5128341fab8907f3a2969a0bed95ae65cf
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Fri Nov 29 18:44:00 2013 +0000

    Expand macros: htoles(), htolel(), htolell()
    
    svn path=/trunk/; revision=53651

commit 9c9a03842876c311833792a5a2a6ebcedbf531aa
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 29 17:51:56 2013 +0000

    General "Prosody" placeholder parameter ("prosody-") is broken down to a 6 new "Prosody" specific parameters.  Bug 9425 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9425)
    
    From zeljko
    
    svn path=/trunk/; revision=53650

commit 73f042aa35220e00f7c0141c31ac585b7b5c7412
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Nov 29 17:42:08 2013 +0000

    Fix number of selected bytes for gtp.teid_data.  Also remove some stray tabs and unneeded _U_
    
    svn path=/trunk/; revision=53649

commit 27089d62a97372771a9f26a5dd46016e2fee6ea3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 29 15:46:50 2013 +0000

    Clean up whitespace.
    
    svn path=/trunk/; revision=53648

commit 718568b4ffc100fae3246e40458e6535456cd4f8
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Nov 29 15:40:04 2013 +0000

    Graham Bloice:
    
    Always include the "true" zlib includes first. This works around a
    bug in the Windows setup of GTK[23] which has a faulty zconf.h.
    
    
    svn path=/trunk/; revision=53647

commit bf9fdc8e8f4309513fb6620d79dd49feeff80afd
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 29 14:55:49 2013 +0000

    Bugfix timestamp formatting of Gigamon trailer.  Bug 9433 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9433)
    
    From Sandeep Dahiya
    
    svn path=/trunk/; revision=53646

commit 8821cb7e2dd356e742aa623043edc600ad01967b
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 29 13:42:09 2013 +0000

    Bugfixes of r53636, part of bug 9423 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9423)
    
    From DSR Corporation
    
    svn path=/trunk/; revision=53645

commit 9a48c7e8da63596689a65253e8af0009016782f5
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Nov 29 10:38:00 2013 +0000

    Improve request / response tracking in case you have several open / close commands in the capture
    
    svn path=/trunk/; revision=53644

commit 09770dbff4a4e90dcc251495ab05d86dad6ecfd7
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Fri Nov 29 09:45:44 2013 +0000

    At least winpcap checks for WIN32 and not for _WIN32, so
    define it. This copies the behaviour of Makefile.nmake.
    
    svn path=/trunk/; revision=53643

commit 5cb8483d822c97228ad88eed70c398fa0396d429
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 29 08:33:51 2013 +0000

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    svn path=/trunk/; revision=53642

commit 09e1e860d47ab1c90b02446fca25faeeeb15055e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 29 08:02:39 2013 +0000

    Enable by default UDP conversation (Needed by udp.stream)
    
    svn path=/trunk/; revision=53641

commit 7e0645563a2b91ea241eb89f5b97ee58924b6cb0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 29 08:02:30 2013 +0000

    Add udp.stream display filter
    
    The result is the same filter used by Follow UDP (may be reuse the new filter in Follow)
    
    svn path=/trunk/; revision=53640

commit e2f4b545d746c1dd74f9fff2825e3b8e51628e41
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 29 08:02:19 2013 +0000

    When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ...
    
    svn path=/trunk/; revision=53639

commit 110795132b402370b008b48d65ab077b3120dd6c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 29 08:02:09 2013 +0000

    Add HTTP2 heuristic when it is encapsulated in SSL
    
    the heuristic may be leak (only check if type > 10...)
    
    svn path=/trunk/; revision=53638

commit f60aba38a4164a0dd533849c7cee55a8994f3296
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Fri Nov 29 07:14:13 2013 +0000

    Add an application id.
    
    svn path=/trunk/; revision=53637

commit 563cf651556d0b7576ebd0606e2b3e29c14febd1
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 29 03:40:16 2013 +0000

    Improved ZCL dissectors.  Bug 9423 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9423)
    
    From DSR Corporation
    
    svn path=/trunk/; revision=53636

commit 5acdfae0700795a4c8859579cd51aad8696aeaeb
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 29 03:14:24 2013 +0000

    Restore disabled "decode as" settings.
    
    svn path=/trunk/; revision=53635

commit 9e0cd5d1d854a4e90ce448eba2c65cfbe34c143b
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Thu Nov 28 23:09:55 2013 +0000

    Fix typo (r53633) in one more place, fix typo in filename, make hex numbers capital.
    
    svn path=/trunk/; revision=53634

commit 26446f8882d48e049bba9913b84e474a5f88e60d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 28 22:36:10 2013 +0000

    Fix (presumed) tpyo.
    
    svn path=/trunk/; revision=53633

commit 3bbfb68ffae75da51a752f97eaff19d91a45e6d6
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Thu Nov 28 22:31:55 2013 +0000

    Move MPEG section table id defines to packet-mpeg-sect.h
    
    svn path=/trunk/; revision=53632

commit 37660f413b4839b75e1f7926ae4a10b3d7688d15
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Nov 28 21:59:02 2013 +0000

    Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :
    GSM SMS User Data header fill bits are wrong when using a 7 bits ASCII / IA5 encoding
    
    svn path=/trunk/; revision=53631

commit 710feed2e01326cd37c4d981fb42456bf31afa9f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 28 20:40:46 2013 +0000

    GUINT_TO_POINTER() does just enough casting to suppress complaints about
    32-bit integers and 64-bit pointers, so it needs to be handed a guint
    (or equivalent type); it doesn't suppress warnings about 8-bit or 16-bit
    integers, so those have to be cast up to guint first.
    
    svn path=/trunk/; revision=53630

commit a31d10208b18a464aa686a07bffeb0bb2a48fe43
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 18:33:26 2013 +0000

    Bluetooth: HSP: Add support for HSP.  Bug 9446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
    
    HSP is modest version of HFP.
    
    From Michal Labedzki.
    
    svn path=/trunk/; revision=53629

commit 8dab82556c2a4799800b09a111dab61cb9935883
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 18:11:02 2013 +0000

    Bluetooth improvements.  Bug 9446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
    
    From Michal Labedzki.
    
    1. Bluetooth: HFP: Fix recognizing roles. There is need to check which side SDP record is, then it is possible to recognize roles.
    2. Bluetooth: RFCOMM/HFP: Fix recognizing services and roles. Direction bit means only that device is initiator of connection or not. But need information who is owner of connection (remote device or localhost), so use this information from L2CAP.
    3. Bluetooth: HFP: Fix unexpected expert info
    4. Bluetooth: HCI: Set addresses to host/controller. Also optimize a little handing of dissectors handles.
    
    svn path=/trunk/; revision=53628

commit 30ae01c73bee0443409e29141ff23bc4629ef736
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Thu Nov 28 16:39:04 2013 +0000

    Support long Domain Names in NTLMSSP v2
    
    ... instead of crashing on them. :-)
    
    Discovered by Garming Sam <garming@catalyst.net.nz>
    
    svn path=/trunk/; revision=53626

commit 71d05170dc95d21571652b5d27f2a67f9e729b08
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 16:33:54 2013 +0000

    USB: Enable Decode As.  Bug 9445 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9445)
    
    From Michal Labedzki
    
    From me:
    Have #defines in packet-usb.c because they are only used in the module.
    
    Break out the value computation so that it can be properly wrapped in GUINT_TO_POINTER without adding more complexity.
    
    svn path=/trunk/; revision=53625

commit 2ec033d15ece6dc014f533afc4c003ec1efa8073
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Thu Nov 28 16:04:33 2013 +0000

    Fix potential signed int overflow in Lemon
    
    This chrashed Solaris buildbot when -ftrapv was enabled.
    Triaged by Guy Harris, see detail at:
    http://www.wireshark.org/lists/wireshark-dev/201311/msg00185.html
    
    svn path=/trunk/; revision=53624

commit ea7bcf078369fef60871f7a99fee0f12656f07d9
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 15:56:53 2013 +0000

    Add count() function to display filter.  Bug 9480 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9480)
    
    From Martin Kaiser
    
    svn path=/trunk/; revision=53623

commit 3d9e55b8beed49af31b1ab2e70e07214f18fd0e7
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 14:11:48 2013 +0000

    RTPproxy dissector: Add expert info about timeouts.  Bug 9484 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9484)
    
    From Peter Lemenkov
    
    svn path=/trunk/; revision=53622

commit f74c6454999a93d5f284c97928530a2453fd1361
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 14:00:23 2013 +0000

    Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.
    
    svn path=/trunk/; revision=53621

commit e450b9baae6196731f911ad30863412f8aa3ed3b
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 28 01:49:29 2013 +0000

    Bugfix Negative Fibre Channel scsi_time value.  Bug 3209 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3209)
    
    The solution was to move the itlq_nexus_t structure handling from the FC dissector to the FCS dissector since it's actually the one with the LUN field.  OXID+LUN makes a unique exchange at FC layer so track that separately.  Also needed some additional OXID->LUN mapping at the FC layer to keep LUN correctly persistent.
    
    Not backporting because this was partially made possible by r53569, which won't be backported.
    
    svn path=/trunk/; revision=53620

commit b5fd2fd59df861a0486577095d0603a0fc150f5b
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Nov 27 23:09:19 2013 +0000

    Having a generated file in the source tree is not fun.
    
    svn path=/trunk/; revision=53619

commit d2fc0179cc9eeb798b0bd06d7d58e9bfd80d2f5d
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Wed Nov 27 23:07:25 2013 +0000

    - Avoid copying of the graphics, specify the graphics source
      dir instead.
    - (Finally!) fix the problem of missing admon graphics in out of
      tree builds - specify the admin directory as an absolute path
      This may need porting to Makefile.am
    
    svn path=/trunk/; revision=53618

commit be4e248a071b3db1b88130c3c32119b4be71ada1
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Wed Nov 27 21:52:44 2013 +0000

    try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9485
    fc dissector rejects the packet if data parameter is empty
    
    
    svn path=/trunk/; revision=53617

commit c3a8eca1c8da47166d0af4c4b9ab3951d05f9f04
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Nov 27 17:23:00 2013 +0000

    Try fixing Sun compiler error: "warning: this decimal constant is unsigned only in ISO C90"
    
    svn path=/trunk/; revision=53616

commit 914605a31f856be12d7cbbfec0048a7d7c30786f
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Nov 27 16:48:00 2013 +0000

    Fix a badly formed comment;
    
    svn path=/trunk/; revision=53615

commit 04cdccdb83db2646843bb98a69775b8b37fa50fc
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Nov 27 16:30:20 2013 +0000

    - Create/use several extended value_strings
      (sort associated value_string arrays as needed);
    
    - Use new VALUE_STRING_LIST mechanism/macros to
      create enums and value_string arrays for:
        WERR_errors, DOS_errors, SRV_errors, and HRD_errors;
    
    - Declare certain global value_string arrays as static (local)
      and use global extended value_strings to reference same;
        (e.g., ms_coiuntry_codes value_string_array)
    
    - Rename SMBE_... defs used in several different value_string arrays
      to prevent potential name collisions:
       ( e.g., for SRV_errors: SMBE_... ==> SMBE_SRV_...)
       Done for value_string arrays: DOS_errors, SRV_errors, HRD_errors;
    
    - WERR_errors value_string array:
        Note that WERR associated defs no longer exist in the latest samba doserr.h.
        (The WERR_errors defs were originally generated from the samba doserr.h).
        For now: WERR_errors kept as is.
    
    - ToDo: Fix PIDL-generated dcerpc dissectors to use NT_errors_ext
            and WERR_errors_ext extended value_strings.
    
    - Add editor modelines to a few files.
    
    - Make whitespace changes.
    
    
    svn path=/trunk/; revision=53614

commit d1daa67cabddadee5e30a6e4d12245fb1dbaffbf
Author: Bill Meier <wmeier@newsguy.com>
Date:   Wed Nov 27 14:37:33 2013 +0000

    Create/use several extended value_strings;
    Add editor modelines.
    
    svn path=/trunk/; revision=53613

commit ca8b7b1ad08c7399fce6a3828dccc2861321ea47
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Nov 27 08:09:55 2013 +0000

    Reinitialize counter between loops to avoid an out of bound access found with fuzz testing.
    
    svn path=/trunk/; revision=53612

commit 5d44edf894c46c2441b59e6338d03b7b7dbd4778
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Nov 27 05:31:10 2013 +0000

    While r53608 fixed the "Use promiscuous mode on all interfaces" toggle button behavior, it wasn't enough, so use the technique from r53609 for the "Capture on all interfaces" toggle button to fix it completely.
    #BACKPORT(1.10)
    
    svn path=/trunk/; revision=53611

commit eabd5d8534eb356d7be4f78b4a79eb6917d17a89
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Nov 27 05:13:22 2013 +0000

    OK, capture_all is only ever set to TRUE or FALSE, so just use it directly.
    
    svn path=/trunk/; revision=53610

commit 136030657baa2a8212095ea6d8b06a6b717c1e6c
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Nov 27 05:03:31 2013 +0000

    Make "Capture on all interfaces" toggle button behave properly, particularly when all interfaces had been selected but one of them is deselected.
    #BACKPORT(1.10)
    
    svn path=/trunk/; revision=53609

commit a01b501445ec0bf2fce51b374c08176a3b6a119f
Author: Chris Maynard <Christopher.Maynard@GTECH.COM>
Date:   Wed Nov 27 03:02:51 2013 +0000

    Make "Use promiscuous mode on all interfaces" toggle button work properly again.
    #BACKPORT(1.10)
    
    svn path=/trunk/; revision=53608

commit 69017ac3bdc0877765817e5cd50279a78da2fc11
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Tue Nov 26 23:43:18 2013 +0000

    Overhaul rpm-building options a bit: as suggested by Anders, have the RPM follow
    ./configure's options for gtk2 vs gtk3 vs qt.
    
    Make it possible to not build the GNOME package (now both UIs' packages are
    optional).  I think Chris requested this a while ago.
    
    If this works out it may make sense to control the rest of the options via
    ./configure .
    
    svn path=/trunk/; revision=53607

commit cc538dbb6c7f1f31552f39809a241b43442acea5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 22:54:25 2013 +0000

    Squelch a compiler warning.
    
    svn path=/trunk/; revision=53606

commit f2d28c05bc16429acde68c5ba255c423eb03c4d6
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Nov 26 22:40:52 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9476 :
    Add DTMF dissector setup based on the information found in RTPproxy requests
    
    svn path=/trunk/; revision=53605

commit a955db9c0d7ca3316c5213416d4aae678e7c4f2e
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Nov 26 22:32:33 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9444 :
    Add initial parameter parser for commands in RTPproxy dissector
    
    svn path=/trunk/; revision=53604

commit dff6b2aecb519745edf70de93a2e3ef179691bb4
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Nov 26 22:05:33 2013 +0000

    From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9397 :
    Add RTP/RTCP dissector setup based on the replies found in rtpproxy dissector
    
    svn path=/trunk/; revision=53603

commit a5d8e1a5354848a1615a7aab27d63adc1971c798
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 26 21:49:31 2013 +0000

    fix encoding args
    
    svn path=/trunk/; revision=53602

commit f5ed7255c4c3716443db02f4aaaf90467fb74d74
Author: Bill Meier <wmeier@newsguy.com>
Date:   Tue Nov 26 20:53:43 2013 +0000

    Create/use two extended value_strings;
    Replace 'offset++' (and similar) by 'offset += 1' for consistency;
    Remove some unneeded initializers;
    Fix indentation &  whitespace style to be consistent;
    Add editor modelines.
    
    svn path=/trunk/; revision=53601

commit 861e0334f40a244561640d5b0c0a01c44e582e2e
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Nov 26 20:29:17 2013 +0000

    From Vineeth:
    Support for Nokias GSM MAP Private Extensions
    
    svn path=/trunk/; revision=53600

commit 730bd9ca9d942eaaef65d7b75a5f615d2018df6d
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Nov 26 19:54:02 2013 +0000

    Correct one AVP, some flags and add comments with new AVP:s
    
    svn path=/trunk/; revision=53599

commit e72632c1011bb94fb9f826ce1369c1c8430310ab
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 26 12:18:23 2013 +0000

    From Ralph Böhme
    Add QUERY_FS_INFO info level SMB_QUERY_POSIX_WHOAMI
    
    from me
    remove unnecessary if(tree) checks
    add one check before guint16 *bcp is decremented
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9475
    
    svn path=/trunk/; revision=53598

commit 1f88ca3ca6d97e975b19b6730adb2a5029f064cd
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 09:33:56 2013 +0000

    Note why refresh_local_interface_lists() is being called in various
    cases.
    
    svn path=/trunk/; revision=53597

commit b01acd4b2552ffd471165ace1b1cf5c80cd5c0ae
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 09:10:50 2013 +0000

    Add explanatory comments.
    
    svn path=/trunk/; revision=53596

commit dae2d0265b1b30812e85fac196af3e54fabe30ef
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 09:08:45 2013 +0000

    Fix indentation.
    
    svn path=/trunk/; revision=53595

commit f9c662de7110cda5b53937d3c4844ac0abd4836d
Author: Irene Rüngeler <I.Ruengeler@fh-muenster.de>
Date:   Tue Nov 26 08:29:30 2013 +0000

    Initialize more values and set the current item explicitly.
    
    svn path=/trunk/; revision=53594

commit b5e698553ef0ace3b50d394e990fbc06c249fb14
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 03:13:16 2013 +0000

    Report the interface when an open or an attempt to set the link-layer
    header type fails, as we might be capturing on more than one interface.
    
    Report the failing interface name in single quotes in some places where
    we weren't doing so, for stylistic consistency.
    
    svn path=/trunk/; revision=53593

commit 261f69bc33064122cbcf2e25847a7a8f00607f36
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 02:44:21 2013 +0000

    Actually, you can set the link-layer header type globally from the
    command line, and it works as long as all interfaces on which you're
    capturing support it and that's what you really want.
    
    There's some UI cleanup that calls for, however.
    
    svn path=/trunk/; revision=53592

commit 4558ff0ef21e0b88186a01d3fb2dee8248d53faa
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 02:43:06 2013 +0000

    Add a comment explaining what setting
    capture_opts->default_options.linktype to -1 means.
    
    svn path=/trunk/; revision=53591

commit 945d6d049c18d4636d4f199ead72dece89bdfa65
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 02:25:20 2013 +0000

    Add a comment about the "default options".
    
    svn path=/trunk/; revision=53590

commit 913bc4a2427800563e2fbee2ca8ec4026c8737c7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 26 02:16:07 2013 +0000

    Use prefs_to_capture_opts(); there's no harm in setting
    global_capture_opts.auto_scroll_live from the preferences.
    
    svn path=/trunk/; revision=53589

commit aac0ba6508b01c4bca115ed9e9e8cd92b86ddcdc
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Mon Nov 25 23:01:37 2013 +0000

    When there is no ICMP reply, add a filterable field and expert info warning
    
    svn path=/trunk/; revision=53588

commit 899352495391b304ea7eb40976923731bac88cf0
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Nov 25 22:57:24 2013 +0000

    Delete the svn:executable property on added files (we might add it back later).
    
    svn path=/trunk/; revision=53587

commit 946d6918244bbf88119ee626b21eaaa950546e61
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 22:36:06 2013 +0000

    Clean up indentation, add a comment, use "== 0" to test the result of
    strcmp() to make it clearer that it's testing whether the strings are
    equal.
    
    svn path=/trunk/; revision=53586

commit af892f0553af4a3bd09ee6fe956b5e6c2f6d7a2e
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Nov 25 22:25:03 2013 +0000

    Fix typo errors
    
    svn path=/trunk/; revision=53585

commit c0dc54dc7b59c6b653fbd5e5858e44adf0635343
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 22:03:06 2013 +0000

    capture_interfaces_dialog.h is processed by moc, so it has to include
    config.h itself, so that HAVE_LIBPCAP is defined appropriately.
    
    svn path=/trunk/; revision=53584

commit 1fb476bf9fd72393ab70d7df2640a262fcbe6fd6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 22:01:03 2013 +0000

    Have to include config.h before including headers that use #defines,
    such as HAVE_LIBPCAP, from config.h.
    
    svn path=/trunk/; revision=53583

commit e2735b15e0fbd85f74b5504f3c3f4fa18804fc5c
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 21:50:58 2013 +0000

    No libpcap, no capturing, no capture interfaces.  Ifdef the entire
    capture interfaces dialog code, *and* the code that calls it, under
    HAVE_LIBPCAP.
    
    Still more stuff to remove from the no-pcap UI, such as the Capture
    menu, the capture filter in the main window, and the list of interfaces
    in the main window.
    
    svn path=/trunk/; revision=53582

commit 2c9ea8a51fc4fbeabd37f9aad6f00fdbfa7bb6c1
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 21:21:25 2013 +0000

    If we don't have any preference set for the link-layer header type for
    an interface, don't destroy the default link-layer header type from the
    list of types.
    
    I.e., first get the type from the preference (which sets the type to -1
    if there isn't a preference), and then loop through the list of types
    and, if there was no value obtained from the preference (i.e., the type
    is -1), set it to the first type in the list.
    
    Also, don't bother with the link-layer header type from the global
    default options, as a global (all-interface) link-layer header type
    makes little sense, given that the list of link-layer header types for
    an interface depends on the type of interface and hence may differ from
    interface to interface.
    
    Fixes bug 9473.
    
    svn path=/trunk/; revision=53581

commit 5e65315e29c35ebf4ca2946c1fb81992d1e47f6c
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Nov 25 20:56:34 2013 +0000

    there were two identical copies of the function to process a DVB-SI time
    remove the one in DVB-CI, use the version in mpeg-sect instead
    
    svn path=/trunk/; revision=53580

commit 747ab4e0066809e2773cb65a214ced5503535660
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 25 20:54:19 2013 +0000

    Blank after comma for all arguments in that call.
    
    svn path=/trunk/; revision=53579

commit 1516e5f9d921336d4e07d5c3e712e9e7123a82c2
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Nov 25 20:04:25 2013 +0000

    Create/use two extended value-strings;
    Comment out an unused variable definition;
    Do some whitespace changes & several other minor changes;
    Add editor modelines.
    
    svn path=/trunk/; revision=53578

commit 21c772c7ed980d72cc008828f83fa4a4b09e403c
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Nov 25 18:55:45 2013 +0000

    Create/use an extended value_string;
    Use 'offset += 1' instead of 'offset++' for consistency;
    Replace 32767 (as a mask) with 0x7FFF for clarity;
    Remove some unneeded boilerplate comments;
    Do whitespace changes.
    
    
    svn path=/trunk/; revision=53577

commit b023777a76d30bdb62b68a3852b39de38c5a6adb
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Nov 25 18:29:40 2013 +0000

    The defragment_xudt preference is used to control reassembly of both XUDTs
    and also DT1s.  Update the preference text to reflect that.
    
    (Don't change the actual preference name to avoid breaking backward
    compatibility.)
    
    svn path=/trunk/; revision=53576

commit 12618aadcd32fbe1b9e9ba8bb412f48835cd31d4
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Nov 25 18:04:07 2013 +0000

    Add command type to info column
    
    svn path=/trunk/; revision=53575

commit db25d4343b88b67daca089d8be2449c51360c476
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Nov 25 18:02:21 2013 +0000

    Set SVN properties.
    
    svn path=/trunk/; revision=53574

commit de590abe6ce8f96a84cbe3fcec03503dbc51eb55
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Nov 25 17:04:58 2013 +0000

    fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9474
    
    make mepg-sect a new-style dissector and do a length check on the
    incoming tvb
    
    svn path=/trunk/; revision=53573

commit 393c769597afa2c682c7973cc0675ab1aec81960
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 25 17:01:10 2013 +0000

    From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap...) Buildbot
    
    svn path=/trunk/; revision=53572

commit 818ce4f301f400e8e6438171fdf258d38602557f
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Mon Nov 25 16:59:06 2013 +0000

    mark unused parameter
    
    svn path=/trunk/; revision=53571

commit 3e3c9763778ffaa5b36cd89f0f4c5164fbfae7e1
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Nov 25 16:57:43 2013 +0000

    Create/use extended value_string;
    Move value_string array definitions from .h to .c file
     (value_string definitions should never be in a .h file);
    Add XXX comments re value_string arrays containing
     duplicate values [ptp_opcode_names & ptp_respcode_names];
    Remove unneeded #includes (stdio.h, stdlib.h & string.h);
    Remove some unneeded initializers;
    Add editor modelines.
    Do some whitespace & long-lines changes;
    
    svn path=/trunk/; revision=53570

commit a9dd765d474264d86c9809f943fb872f29aa9b06
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Nov 25 16:04:57 2013 +0000

    Remove Fibre Channel specific fields from packet_info and just have the fc_hdr or fc_data_t structure passed between all necessary dissectors.
    
    svn path=/trunk/; revision=53569

commit d4c4e24351173085ba78ebdb461f15a9c2f96c5b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 25 15:56:22 2013 +0000

    Try to fix OSX-10.6-x64 Buildbot
    
    svn path=/trunk/; revision=53568

commit 056a5edc21d2958a692f18c5009a711d97fa9c3b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 25 15:43:16 2013 +0000

    Comment debug...
    
    svn path=/trunk/; revision=53567

commit 34d7df78cc56f9e74ff9a7ec17e8135addc0cc7a
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 25 15:43:08 2013 +0000

    From Thomas ERSFELD (GSoC13) : Try to fix Windows buildbot
    
    svn path=/trunk/; revision=53566

commit 15083359a74290e3fc32fd467d68f7b58a09fb59
Author: Bill Meier <wmeier@newsguy.com>
Date:   Mon Nov 25 15:37:56 2013 +0000

    Create/use some extended value_strings.
    Add editor modelines.
    
    svn path=/trunk/; revision=53565

commit a427b587ae49403244d5a38fe2e0675604f6698e
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Mon Nov 25 15:35:53 2013 +0000

    Add svn:eol-style.
    
    svn path=/trunk/; revision=53564

commit 43b1f476952e5de0f75e051377e6d6288979de2e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 25 14:15:49 2013 +0000

    From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window
    
    * Reuse sparkline from welcome
    * Split settings in tab (!= GTK)
    * No all feature work (Work In Progress...)
    * ...
    
    Comments (and review) are welcome !
    
    svn path=/trunk/; revision=53563

commit 402fed459fb3f03c3f6fd2a0fd6649b935904c13
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Nov 25 11:23:11 2013 +0000

    Fix a shadowed declaration error when compiling with gcc 4.3.2
    
    svn path=/trunk/; revision=53562

commit 17e16ae136cc15fbfe7e1eb29f1ee040a4ff959c
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Mon Nov 25 11:16:24 2013 +0000

    Prettify LTE Positioning Protocol dissection
    
    svn path=/trunk/; revision=53561

commit 0757ccc5609b7aec11962ccf9c047aa86d7cc49f
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Mon Nov 25 07:22:17 2013 +0000

    Add a temporary workaround for the duplicated filter name problem.
    
    svn path=/trunk/; revision=53560

commit 6505190fb7716d721c588e2d7126190798791b4e
Author: Michael Mann <mmann78@netscape.net>
Date:   Mon Nov 25 00:14:50 2013 +0000

    Move DCERPC data in packet_info needed for Decode As into packet scoped proto data.
    
    svn path=/trunk/; revision=53559

commit a15b7e998a0ae3377b0838e865c0f9bddafac721
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Nov 24 23:55:26 2013 +0000

    Create/use a fair number of extended value_strings;
    Add an XXX comment noting that the 'ndps_error_types' array has a
     number of duplicate values; Also note the commenting out of those
     dups which would not have been found via a linear search in the
     original unsorted array.
    
    svn path=/trunk/; revision=53558

commit db7405bb13f04aabe8759e30952ec8fd87bee3a3
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sun Nov 24 23:09:48 2013 +0000

    Dissect UE Rx - Tx time difference field
    
    svn path=/trunk/; revision=53557

commit 4dbed5fbd0bbe3d50c5768b4299704bbf511eb58
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 22:51:44 2013 +0000

    According to
    
        http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Code-Gen-Options.html#Code-Gen-Options
    
    -ftrapv "generates traps for signed overflow on addition, subtraction,
    multiplication operations." and -fwrapv "instructs the compiler to
    assume that signed arithmetic overflow of addition, subtraction and
    multiplication wraps around using twos-complement representation."
    
    Those seem mutually-exclusive to me, and we probably want wrapping, not
    traps, as there's probably a fair bit of code out there that explicitly
    or implicitly assumes wrapping.  (Actually, we really want to avoid
    signed arithmetic for the cases that most matter, such as offsets and
    lengths, but, unfortunately, we currently have API conventions that
    allow negative values for lengths, either with -1 meaning "to the end"
    or with negative values meaning "relative to the end".)  In addition,
    there seem to be some bugs complaining that -ftrapv doesn't always cause
    traps on signed integer overflow.
    
    We seem to be seeing crashes in Lemon on the Solaris buildbot subsequent
    to adding -ftrapv; I don't know whether that's an overflow being
    detected, a bug in the compiler, or something unrelated, especially
    given that we're using Sun C, not GCC, on the Solaris buildbot.
    However, we'll try removing -ftrapv, to see if it fixes the problem; the
    MIT CSAIL paper in question wasn't really recommending all the GCC
    options it mentioned (which, as noted, wouldn't make sense, as -ftrapv
    and -fwrapv appear to be mutually-exclusive).
    
    svn path=/trunk/; revision=53556

commit 91159d959f3fe965dad1ada9de5fb72b7c248b45
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 22:13:28 2013 +0000

    Note that I've filed a Samba bug for one of the problems.
    
    svn path=/trunk/; revision=53555

commit 58771673a4e3c9d82902bb3f27be5be405883aff
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 21:21:42 2013 +0000

    pidl would tag all pinfo arguments as unused, as it doesn't take the
    effort to figure out whether they *are* used (and there's no point in it
    doing so - might as well just flag them preemptively).
    
    pidl can't handle this, at least not on OS X, as it's not handling the
    C++/C99-style dissectors in the IDL for NSPI, so we manually put the
    _U_s back.
    
    svn path=/trunk/; revision=53554

commit 0f28eb7cc60fb866858d8350b1e588b906e44da6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 21:15:22 2013 +0000

    Squelch a Coverity warning (not necessary, but it still complains).
    
    svn path=/trunk/; revision=53553

commit e2df7c83cb0e1202a045d410934fe3d0dcc7c0d3
Author: Michael Mann <mmann78@netscape.net>
Date:   Sun Nov 24 20:55:55 2013 +0000

    Move dceprc_procedure_name from packet_info to dcerpc_info.  Doesn't appear to be "used" by dissectors, just stored (for help in debugging?).
    
    svn path=/trunk/; revision=53552

commit ee147994b73360352ce0e89e63ae03ce8a73f14b
Author: Balint Reczey <balint@balintreczey.hu>
Date:   Sun Nov 24 20:28:25 2013 +0000

    Use GCC flags to avoid optimization problems due to undefined behaviour
    
    Adding flags suggested by article at:
    http://pdos.csail.mit.edu/~xi/papers/stack-sosp13.pdf
    
    svn path=/trunk/; revision=53551

commit e36f3b052619df4a96ee78a6532b5ec8c9cf03dc
Author: Graham Bloice <graham.bloice@trihedral.com>
Date:   Sun Nov 24 19:12:07 2013 +0000

    Ensure the WIRESHARK_BASE_DIR env var is in cmake format.  Required for the regex in FindGTK3.cmake.
    
    svn path=/trunk/; revision=53550

commit 7510deeab701f6de58ed55ebb4080a5b32a8b06d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Sun Nov 24 15:55:10 2013 +0000

    Create/use some extended value_strings;
    Do a few trivial whitespace tweaks.
    
    svn path=/trunk/; revision=53549

commit 3b324fd7da1a825962cc736a808a3c8f10fc22d9
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sun Nov 24 15:03:43 2013 +0000

    [Automatic manuf, services and enterprise-numbers update for 2013-11-24]
    
    svn path=/trunk/; revision=53546

commit a98072967ec61c5026e7cac5cb2138be048c0625
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Sun Nov 24 14:27:52 2013 +0000

    Fix checkAPIs: don't try to feed VALS() into FT_BOOLEANs.
    
    Also, as per Peter Harris' request, update copyright date.
    
    svn path=/trunk/; revision=53545

commit 6aec20c782cddca17ad922314d2ca0451e9f351a
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Sun Nov 24 12:49:50 2013 +0000

    Rmove packet_info argument from packet_list_append(), never used.
    
    Part of attachment 12060, from Didier Gautheron (bug #9419).
    
    svn path=/trunk/; revision=53544

commit 92fba9d072cbf11df8930c32923457b65e57930d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 04:39:27 2013 +0000

    Actually, the "1632" types do exist, and are 16-bit for NDR and 32-bit
    for NDR64, and we handle them.  The real problems are elsewhere.
    
    svn path=/trunk/; revision=53543

commit 0a2519f39ccbed8d2c21e4b8b7a006d4bfb55f53
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 04:15:25 2013 +0000

    These are two of the problems that pidl has with dfs.idl.
    
    svn path=/trunk/; revision=53542

commit 61cce924e47848196a74106467347df72d615810
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 04:14:00 2013 +0000

    Get rid of trailing spaces, fix some proto_tree_add_item() calls as per
    the result of pidl on dce.idl.
    
    (We can't just regenerate it, as there are some pidl bugs that cause bad
    code to be generated.)
    
    svn path=/trunk/; revision=53541

commit f7e5e2d59412101c4fbb1bf271ff961d66d4e624
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 03:33:17 2013 +0000

    The issue with misc.idl was a .cnf file that needed to be updated.
    
    Give details of the problems with the other files.
    
    svn path=/trunk/; revision=53540

commit eb223ff7967558f7c89ac0ab1da0623a523d3279
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 03:21:50 2013 +0000

    Regenerate - new API changes, get rid of trailing whitespace.
    
    svn path=/trunk/; revision=53539

commit f070b9e0e2247e69cfc29587fb97a1424909b647
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 03:20:25 2013 +0000

    Fix to match API changes.
    
    svn path=/trunk/; revision=53538

commit 9410fcccbc7026f56461d4de1be4f120e0f26173
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 03:18:22 2013 +0000

    Fix line endings, set svn:eol-style to native.
    
    svn path=/trunk/; revision=53537

commit d30959df3e90955e97764747198eb6b7c7c7d8e7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 02:58:26 2013 +0000

    Update a date, explain what the problems are with a bunch of IDL files,
    add another file that *might* be generating incorrect code.
    
    svn path=/trunk/; revision=53536

commit 3f6b85ecbec3855a702d5158a1be28a8fc5f42f2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 02:57:24 2013 +0000

    Regenerate - for whatever reason, the fields come out in a different
    random order, but nothing else changes.
    
    svn path=/trunk/; revision=53535

commit 70cea27d598eaad1c30f15bc41bddadfd3a759b0
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 02:51:36 2013 +0000

    Regenerated with the current version of pidl; mainly removes trailing
    white space, but also gets rid of an apparently-unnecessary _U_ for one
    argument.
    
    svn path=/trunk/; revision=53534

commit cafef8b11121d8695550edd0205856f34832dadc
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sun Nov 24 02:45:38 2013 +0000

    Updates to:
    
    	suggest using our version of pidl, given that its Wireshark
    	parser generator has changes to support the current internal
    	Wireshark APIs for dissectors;
    
    	suggest using "--includedir ." to make IDL files in
    	subdirectories of epan/dissectors/pidl work;
    
    	update the list of IDL files with issues;
    
    	reformat to 80x66 (if it's good enough for Herman Hollerith,
    	it's good enough for me!).
    
    svn path=/trunk/; revision=53533

commit de2a922b5558546ea5d38d9acbeb4b65fbc0bd1d
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Sun Nov 24 01:32:55 2013 +0000

    Some patches from Peter Harris to make it possible to build the X11 dissector
    again (and some various other improvements):
    
    Rebuild the dissector with the latest xcbproto and mesa.
    
    
    Subject: [PATCH 01/11] X11 dissector: Support CARD64 and INT64 types
    These types are used by the new Present extension.
    
    Subject: [PATCH 02/11] X11 dissector: Un-blacklist a few structures
    The xinput structs are used by the latest xcb/proto, and the xkb
    struct has been removed.
    
    Subject: [PATCH 03/11] X11 dissector: Add hack for xinput:ChangeProperty
    xinput:ChangeProperty should use switch/case, but only switch/bitcase
    is supported at the moment. Add (hopefully temporary) hack.
    
    Subject: [PATCH 04/11] X11 dissector: Use namespace for types
    In particular, the name of the xsync struct 'INT64' collides with a
    basic type of the same name.
    
    Subject: [PATCH 05/11] X11 dissector: Add support for "Generic" events
    All new extensions are using the new "Generic" events instead of
    traditional events, because there aren't enough traditional event
    numbers.
    
    Denoted by <event xge="true"> in xcb/proto.
    
    Subject: [PATCH 06/11] X11 dissector: Blacklist unused structures
    
    Subject: [PATCH 07/11] X11 dissector: Support multiple enumref in a bitcase
    XKB is weird.
    
    Subject: [PATCH 08/11] X11 dissector: Support sumof
    
    Subject: [PATCH 09/11] X11 dissector: Stop generating unused-but-set variables
    (This patch also reverts r53298/r53299.)
    
    svn path=/trunk/; revision=53532

commit a434d9647ed9b724630552488048af4a31c97618
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Sun Nov 24 01:32:20 2013 +0000

    Some patches from Peter Harris to make it possible to build the X11 dissector
    again (and some various other improvements):
    
    Rebuild the dissector with the latest xcbproto and mesa.
    
    
    Subject: [PATCH 01/11] X11 dissector: Support CARD64 and INT64 types
    These types are used by the new Present extension.
    
    Subject: [PATCH 02/11] X11 dissector: Un-blacklist a few structures
    The xinput structs are used by the latest xcb/proto, and the xkb
    struct has been removed.
    
    Subject: [PATCH 03/11] X11 dissector: Add hack for xinput:ChangeProperty
    xinput:ChangeProperty should use switch/case, but only switch/bitcase
    is supported at the moment. Add (hopefully temporary) hack.
    
    Subject: [PATCH 04/11] X11 dissector: Use namespace for types
    In particular, the name of the xsync struct 'INT64' collides with a
    basic type of the same name.
    
    Subject: [PATCH 05/11] X11 dissector: Add support for "Generic" events
    All new extensions are using the new "Generic" events instead of
    traditional events, because there aren't enough traditional event
    numbers.
    
    Denoted by <event xge="true"> in xcb/proto.
    
    Subject: [PATCH 06/11] X11 dissector: Blacklist unused structures
    
    Subject: [PATCH 07/11] X11 dissector: Support multiple enumref in a bitcase
    XKB is weird.
    
    Subject: [PATCH 08/11] X11 dissector: Support sumof
    
    Subject: [PATCH 09/11] X11 dissector: Stop generating unused-but-set variables
    (This patch also reverts r53298/r53299.)
    
    svn path=/trunk/; revision=53531

commit 1db1b8e2bb6cd4ae1731205738eef9f572a03ead
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Nov 23 22:37:33 2013 +0000

    Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bit
    of ansi_tcap code while in the neighbourhood.
    
    svn path=/trunk/; revision=53530

commit 318d38b576603721ce21ff269c0bb9e60dc766b0
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 23 22:29:31 2013 +0000

    Use 32bit key in p_add_proto_data() and friends.  Bug 9453 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9453)
    
    From Dirk
    
    svn path=/trunk/; revision=53529

commit d97c9e2ff4b28835e3485e643a93ef53f778370f
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Nov 23 22:17:27 2013 +0000

    Implement address_to_str which is like ep_address_to_str and se_address_to_str
    except it takes a wmem scope instead. Add the two emem equivalents to checkAPI
    as (weakly) deprecated.
    
    svn path=/trunk/; revision=53528

commit df1aec4a6b01f9d600288b518fece5f035c27f9f
Author: Evan Huus <eapache@gmail.com>
Date:   Sat Nov 23 22:03:48 2013 +0000

    Remove old (2009) and no-longer-necessary compatibility macro.
    
    svn path=/trunk/; revision=53527

commit ea63042f9bd6825335d921e168bb6d6fd24668d5
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 23 21:41:08 2013 +0000

    Bluetooth improvements.  Bug 9446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
    
    From Michal Labedzki
    
    svn path=/trunk/; revision=53525

commit 84e23ce90f48de58cc2e8c3791e509330f1cd6f6
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 23 20:10:02 2013 +0000

    Set a field to squelch a Coverity warning.
    
    svn path=/trunk/; revision=53524

commit a18cf1975f7cc939da53f1bbff9f154cd9245dc5
Author: Guy Harris <guy@alum.mit.edu>
Date:   Sat Nov 23 19:51:02 2013 +0000

    Always check cf->edt before dereferencing it, so that Coverity doesn't
    say "you checked it here, but you dereferenced it later even if it was
    null when you checked it".
    
    This obviates the need for some checks of frame_selected, as cf->edt
    will be non-null iff cf->current_frame is non-null.
    
    Always check *cf, not cfile, in set_menus_for_selected_packet().
    Currently, cf always == &cfile, but we aren't guaranteeing that will be
    true forever.
    
    svn path=/trunk/; revision=53523

commit 55c6869980d76369255442d7e32d35965ae29625
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 23 19:16:05 2013 +0000

    Remove ip_ttl from packet_info structure.
    
    Part of the fix includes having the IPv6 dissector populate as much of a ws_ip structure as possible to pass to subdissectors of the "ip.proto" table, so the ttl value can be picked up.
    
    svn path=/trunk/; revision=53522

commit 9150571bf3f68f3a1d5fcbfd1b05b55160dabd6a
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Sat Nov 23 12:30:19 2013 +0000

    Check the packet length when using the "Force decoding of unknown USB control data as MBIM" option to reduce false positives.
    Align text in info column.
    
    svn path=/trunk/; revision=53521

commit 9b7fb8a81120f99babc82e25416f9e25fe616c73
Author: Michael Mann <mmann78@netscape.net>
Date:   Sat Nov 23 02:20:13 2013 +0000

    Create the ability to have packet scoped "proto" data.  Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470)
    
    I'm not sold on the name or module the proto_data functions live in, but I believe the function arguments are solid and gives us the most flexibility for the future.  And search/replace of a function name is easy enough to do.
    
    The big driving force for getting this in sooner rather than later is the saved memory on ethernet packets (and IP packets soon), that used to have file_scope() proto data when all it needed was packet_scope() data (technically packet_info->pool scoped), strictly for Decode As.
    
    All dissectors that use p_add_proto_data() only for Decode As functionality have been converted to using packet_scope().  All other dissectors were converted to using file_scope() which was the original scope for "proto" data.
    
    svn path=/trunk/; revision=53520

commit b3a24c5cc401498535ffdb64aaa212e46e587698
Author: Gerald Combs <gerald@wireshark.org>
Date:   Sat Nov 23 01:06:30 2013 +0000

    Replace similar code with a common routine.
    
    svn path=/trunk/; revision=53519

commit 11d8147ab57af71f28b59f8a43f6a9a0618e0c66
Author: Evan Huus <eapache@gmail.com>
Date:   Fri Nov 22 23:46:00 2013 +0000

    Add exception for cmake/TestWindowsFSeek.c it is copied from upstream under a
    valid license, but has no recognizable header and there's no reason to carry the
    delta.
    
    svn path=/trunk/; revision=53518

commit 455ccca701917ca5000ef35aa316411719c0cd9d
Author: Guy Harris <guy@alum.mit.edu>
Date:   Fri Nov 22 20:54:30 2013 +0000

    Slap a BSD checksum onto in_cksum.h.
    
    svn path=/trunk/; revision=53517

commit 213d47a82e9ab44e91d4693755129e441f0e83ec
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 17:59:15 2013 +0000

    Fix packet list selection signaling.
    
    It looks like resetting the packet list model during freezing and
    thawing disconnects the selection changed signal between the model and
    the main window. Rename the packet list's setMenusFollowStream signal to
    packetSelectionChanged and use it to trigger menu updates in the main
    window.
    
    svn path=/trunk/; revision=53516

commit 779f95ab6131e60df4bf83f0b72b9cf2dc75766c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 17:53:25 2013 +0000

    Make the "decode as" dialog modal (for now, at least).
    
    svn path=/trunk/; revision=53515

commit 65e3e9120860dbd49635d8eccd9c8c831b4ba6fe
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Nov 22 17:18:11 2013 +0000

    Tweak filter names for expert items, mostly to consistently use - rather than _
    
    svn path=/trunk/; revision=53514

commit a906b1f5fe0d46703f80ef5c5b49e5cce2f109e7
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Fri Nov 22 16:52:28 2013 +0000

    Tidy up some TODOs
    
    svn path=/trunk/; revision=53513

commit f482d8737ffa38981b159fa2f4602a5f58ce8e42
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:52:25 2013 +0000

    Fix unused-const-variable error when build with clang 3.4
    
    svn path=/trunk/; revision=53512

commit 2350754b8827dc85a13b4acbe46ec8e16b6e8920
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:52:15 2013 +0000

    Fix unused-const-variable error when build with clang 3.4
    
    svn path=/trunk/; revision=53511

commit 14ee1a5a863e0a7668711dff81581089b434a299
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:52:04 2013 +0000

    Fix unused-const-variable error when build with clang 3.4
    
    svn path=/trunk/; revision=53510

commit 0d2006417248fea67e2f08f23c35ce6779e9ba26
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:51:52 2013 +0000

    Fix unused-const-variable error when build with clang 3.4
    
    svn path=/trunk/; revision=53509

commit f39f943db0bfa0990de0f46af04d0c9528949c09
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:51:43 2013 +0000

    Fix unused-const-variable error when build with clang 3.4 (with ugly hack... Maybe remove all ugly INIT_FIELD/ ADD_FIELD macro)
    
    svn path=/trunk/; revision=53508

commit 001d79cac383f9a4b17e467245e0d0c4f4782754
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 14:51:31 2013 +0000

    Add -Wheader-guard to Autotools and CMake
    
    svn path=/trunk/; revision=53507

commit cebc175814db10871f7eff1482fd219dcd6c6eab
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Fri Nov 22 11:22:46 2013 +0000

    Make use of ctrl_ack_vals value_string array
    
    svn path=/trunk/; revision=53506

commit 6e2b1c91f441913ee17ab84c45890668e62107a1
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Fri Nov 22 08:53:05 2013 +0000

    Fix typo in top filename
    
    svn path=/trunk/; revision=53505

commit 9ba190f2a58d862ddb5aea542d86c61f3e072097
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 22 02:52:41 2013 +0000

    Create multiple dissection functions if packet_info->ipproto is used to distinguish behavior.
    
    svn path=/trunk/; revision=53504

commit 237c580bd74a60f9f5b8e291f747c4671076b137
Author: Michael Mann <mmann78@netscape.net>
Date:   Fri Nov 22 02:49:00 2013 +0000

    Replace packet_info->ipproto with packet_info->layers loop to determine TCP/UDP.
    
    svn path=/trunk/; revision=53503

commit 635a5b196cdb12a91e00b66eed5720b0e72ce856
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 02:11:40 2013 +0000

    Fix qmake builds on Unix.
    
    tap_register.variable_out adds wireshark-tap-register.c to SOURCES. We
    don't have to add it again ourselves.
    
    svn path=/trunk/; revision=53502

commit 629d5f1697d278663a5976232f54c753ad7327a3
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 01:25:17 2013 +0000

    Mark a parameter unused.
    
    svn path=/trunk/; revision=53501

commit e5c9616fd2c917a856c8ac67822836d08809b6ff
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 01:11:49 2013 +0000

    Remove a commented-out duplicate dissector_table definition.
    
    svn path=/trunk/; revision=53500

commit 78266fe17eb7cf0cc6e793d2202a716fdeb77e4b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 01:07:36 2013 +0000

    Add an initial "Decode As" dialog. Currently read-only.
    
    Fixup some of the Statistics menu items.
    
    svn path=/trunk/; revision=53499

commit 70709e1b3566afd6054c1a63edfa3b053344026e
Author: Gerald Combs <gerald@wireshark.org>
Date:   Fri Nov 22 00:20:23 2013 +0000

    Move common "decode as" preference code to epan.
    
    We presumably want "decode as" behavior to be consistent across UIs so
    call load_decode_as_entries() from read_prefs().
    
    svn path=/trunk/; revision=53498

commit fc5adb9b6681ad5a8026b011187bcdf5b2e55f01
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 23:21:49 2013 +0000

    Comment out *many* unused vars found by CLANG;
    Fix 2 minor bugs wherein an incorrect (NULL) tree was always used;
    Remove some unneeded initializers;
    Localize some variables;
    Use consistent indentation & whitespace formatting
    Add editor modelines.
    
    svn path=/trunk/; revision=53497

commit 9f485b9e89f032d38a15c428e3ac0bda729a5792
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 23:17:59 2013 +0000

    #if 0 some unused vars found by CLANG
    
    svn path=/trunk/; revision=53496

commit a5317f864603b871831a65750ae588e35434236b
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Nov 21 22:30:55 2013 +0000

    From Abhik Sarkar
    improve relative offset calculations for Kyoto-Tycoon protocol
    
    from me:
    use col_append_sep_str()
    set the correct length in dissect_kt()
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9418
    
    svn path=/trunk/; revision=53495

commit 36f11a79ccddf05a1d9b61034a89fd95ec0efd41
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Thu Nov 21 21:54:31 2013 +0000

    next unprocessed descriptor 0xFF means that
    all descriptors were processed
    
    svn path=/trunk/; revision=53494

commit 63c8b20360159ad9ce5fdc5f37973bed1bb42138
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 20:50:13 2013 +0000

    Widen the Ethertype to a guint, to avoid compiler warnings.
    
    Fix indentation while we're at it.
    
    svn path=/trunk/; revision=53493

commit dad2b947032bb905a2ffd5a94b598723c475d8c8
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 20:33:28 2013 +0000

    Get rid of unused variable.
    
    svn path=/trunk/; revision=53492

commit fd519559893b35ae14126afd4aed7e00805e34ed
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 20:24:01 2013 +0000

    Tap listeners have to be registered before we read our prefs.
    
    svn path=/trunk/; revision=53491

commit ebc4cbc74e4f5d44befcf59c2363a37a2bb46a46
Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
Date:   Thu Nov 21 20:20:29 2013 +0000

    Attempt to fix Qt dependencies for SUSE.
    
    svn path=/trunk/; revision=53490

commit eabaddaca96a79f609a8235fb09e6151f6b9387f
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 20:08:20 2013 +0000

    Remove ethertype, mpls_label and ppids from packet_info structure.
    
    The information was converted to "proto" data within their respective dissectors strictly for use in "Decode As".
    
    svn path=/trunk/; revision=53489

commit 9fa6c9fb800199967b5ec44a93fcfaeeed405085
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 19:51:17 2013 +0000

    Create new dissectors when a protocol goes across ethernet and "something else" instead a single dissector that uses pinfo->ethertype to determine if it's the "ethernet" or the "something else" case.
    
    svn path=/trunk/; revision=53488

commit 82f7344f453783255228971b90a6bdb8243e0eaa
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 19:11:47 2013 +0000

    Add some "helper" macros to:
         Provide the capability to define a list of value_strings once and
         then to expand the list as an enum and/or as a value_string array.
    
    
    svn path=/trunk/; revision=53487

commit a36046c784be459015df7810f6e676788b4a685f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 18:50:44 2013 +0000

    Get rid of C++ comments.
    
    svn path=/trunk/; revision=53486

commit a1f2a76427134ffe71b15584b688ef947b191433
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 18:48:36 2013 +0000

    #if 0 out some currently-unused variables and the code that sets them,
    to squelch compiler warnings.
    
    svn path=/trunk/; revision=53485

commit 7727623d8cb5d5637a8af795f385e5e5b6e7d2ec
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 18:46:40 2013 +0000

    Do some constification;
    Create/use value_string_ext_free();
    Display certain numbers also as hex in the
       "forced to fall back to linear search: ..." value-string warning msg
    Add editor-modelines to some files;
    Do some whitespace changes.
    
    svn path=/trunk/; revision=53484

commit de60c9c76ba7e896cc999071edf357a0c4b82ae6
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 18:37:26 2013 +0000

    (Trivial) Formatting & whitespace changes ....
    
    svn path=/trunk/; revision=53483

commit 13124b7b8b2f9aa3b2a394ead36bd3d6660070a4
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 18:03:10 2013 +0000

    Constify two vars;
    Add editor modelines;
    Rework some whitespace.
    
    svn path=/trunk/; revision=53482

commit 694d2cb903fb0114633567a4cb0b4e24b7730a6b
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 17:44:12 2013 +0000

    Add a note about UTF-8.
    
    svn path=/trunk/; revision=53481

commit 0f5f63bbf099c91cfbeb0f6e001098d7eb4cc75d
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 17:41:17 2013 +0000

    Constify a character array;
    Fix a typo;
    Add editor modelines.
    
    svn path=/trunk/; revision=53480

commit 22f8920d566fdd825ad1a7da9b3a225a1258ad21
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 17:39:32 2013 +0000

    Remove an unused function.
    
    svn path=/trunk/; revision=53479

commit f4360dc48c77e2ed875275c58939b5ff9a2a9946
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 17:18:11 2013 +0000

    Create separate dissector function for TCP functionality so packet_info->ethertype doesn't need to be used.
    
    svn path=/trunk/; revision=53478

commit 774b7caa055d336e7a1269868d08ced59cd8e9e9
Author: Bill Meier <wmeier@newsguy.com>
Date:   Thu Nov 21 17:12:05 2013 +0000

    Create/use a number of extended value-strings;
    Use FT_BOOLEAN instead of FT_UINT16 with 'ptp_bool_vals' value_string array;
    Add editor modelines;
    Do some whitespace & formatting changes.
    
    svn path=/trunk/; revision=53477

commit 64c687346bb90442c51b1680016bffe3508a2605
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 16:42:10 2013 +0000

    Remove packet_info->ipproto and packet_info->ethertype uses in the GUI.  Convert to walking packet protocol list looking for desired protocols.
    
    I may eventually switch this to use proto_* values instead of strings, but just the addition of the loop is more jarring as compared to the simple comparing of ip or ethernet values.  But it should lead to a smaller (less protocol specific) packet_info structure.
    
    svn path=/trunk/; revision=53476

commit d5433fd9b65d2b176721c440d445310f9868f6ea
Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
Date:   Thu Nov 21 15:42:22 2013 +0000

    Cope with empty VWR files (bug 9428)
    
    svn path=/trunk/; revision=53475

commit 2e983ba89f9c9be17ca6ed89c83a9e32457626ce
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 12:46:31 2013 +0000

    Revert what I thought was a simple "compile" change for r53473, but causes Wireshark to crash at startup.
    
    svn path=/trunk/; revision=53474

commit ad1d471b1b4383116e5572b5e98adc045d26aad1
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 12:16:49 2013 +0000

    Walk list of protocol strings to determine which protocols are present in a packet rather than rely on protocol specific items in packet_info in an effort to (eventually) reduce packet_info members.
    
    svn path=/trunk/; revision=53473

commit 3894de27f3cd8a917c1e005b3d112c9c30e8ae69
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Nov 21 11:20:06 2013 +0000

    Indicate fragments in info column
    
    svn path=/trunk/; revision=53472

commit 2f3d057857450004f36a47ac5792785a77e94c6f
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Thu Nov 21 09:33:01 2013 +0000

    Do not add an unknown tag item for End-of-options
    
    svn path=/trunk/; revision=53471

commit 52ce5acbdf09771ba0543bebe171a20cc5167863
Author: Stig Bjørlykke <stig@bjorlykke.org>
Date:   Thu Nov 21 08:42:21 2013 +0000

    Detect out-of-bounds when handling zero terminated strings from a TvbRange.
    This avoids a wireshark crash.
    
    svn path=/trunk/; revision=53470

commit 0604779baa91e642ba46b1bac554d56ab5ad640f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 05:55:30 2013 +0000

    Add ui_stats_tree_dialog.h to the list of generated headers not to
    install; that should fix the "make distclean" errors.
    
    svn path=/trunk/; revision=53469

commit 32b66a96711a041c21bcb714cd70e94c3b2add05
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 03:26:42 2013 +0000

    Fix memory leak from formatted string.
    
    svn path=/trunk/; revision=53468

commit daa8b5e046ad194cc4a098b24806b37e8847d65f
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 02:12:56 2013 +0000

    Fix buildbing ui/qt/wireshark-tap-register.c with autotools.
    
    svn path=/trunk/; revision=53467

commit 26325020a248a9708f384c99586593b40353e45d
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 02:05:36 2013 +0000

    Try to get qmake to create wireshark-tap-register.c.
    
    svn path=/trunk/; revision=53466

commit 31b216d8ce9fdd46504e1ba03d61cd7ff663fa6c
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 01:31:36 2013 +0000

    Add the new stats tree.
    
    svn path=/trunk/; revision=53465

commit ea28298e961bca09a4294a4130463ea54123fa14
Author: Gerald Combs <gerald@wireshark.org>
Date:   Thu Nov 21 01:28:17 2013 +0000

    Add a statistics tree dialog.
    
    Add menu items for each corresponding item in gtk/main_menubar.c that
    calls gtk_stats_tree_cb(). Hopefully that's everything. Note that we use
    quite a bit less code than the GTK+ flavor and why we might not want to
    do that. Change a few things in ui/qt/CMakeLists.txt to more closely
    match the GTK+ version. Add plumbing for tap registrations in
    CMakeLists.txt and Makefile.am. Add the ability to copy text as CSV or
    YAML.
    
    svn path=/trunk/; revision=53464

commit 3111b6c88968bec609dfc04912f6cfaf65a6927a
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 01:18:23 2013 +0000

    USB CCID and PN532_HCI can be now used in Decode As.  Bug 9445 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9445)
    
    From Michal Labedzki
    
    svn path=/trunk/; revision=53463

commit 091fd3d12b70cb91a04130fe4372885ac23c87a0
Author: Michael Mann <mmann78@netscape.net>
Date:   Thu Nov 21 01:12:25 2013 +0000

    Fix DecodeBy priorities.  Bug 9445 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9445)
    
    From Michal Labedzki.
    
    svn path=/trunk/; revision=53462

commit 8b8cf5671d5eac2567f25e6d59ea9222759766bb
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 00:38:22 2013 +0000

    strncpy() consideered unsafe (it doesn't, for example, guarantee that
    the result is null-terminated); use g_strlcpy() (which *does* guarantee
    null termination) instead.
    
    svn path=/trunk/; revision=53461

commit 1ee50439ca6c4f2a5b513756b5a118ad99006788
Author: Guy Harris <guy@alum.mit.edu>
Date:   Thu Nov 21 00:34:38 2013 +0000

    We don't need "ws_symbol_export.h" if we're not using anything from it;
    see whether that's what's currently causing Windows build problems.
    
    svn path=/trunk/; revision=53460

commit 254614fe737e6bcefd717b5f0b5741c91fcf67ee
Author: Jörg Mayer <jmayer@loplof.de>
Date:   Thu Nov 21 00:28:33 2013 +0000

    GTK3 >= 3.10 will fail building if deprecation warnings are on.
    Fix this for the cmake build by disabling these warnings.
    
    svn path=/trunk/; revision=53459

commit 123caff957acab4bc08cc39ea336e51fb8aa607e
Author: Evan Huus <eapache@gmail.com>
Date:   Thu Nov 21 00:18:12 2013 +0000

    Remove one accidentally remaining reference to emem in XMPP utils.
    
    Kill a bunch of now-unused emem tree code.
    
    svn path=/trunk/; revision=53458

commit 50aa247c727bb3694c7ad00e910351a7f2681b51
Author: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Date:   Wed Nov 20 23:32:02 2013 +0000

    Fix Bug #9457 Update BACnet vendor list
    
    Based on attachment #12139 (diff for adding the table) by rtsking117,
    but keep original formatting and encoding (ASCII).
    
    svn path=/trunk/; revision=53457

commit a2520262134a2d26cf6bf07bbafc4e657eef4e85
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Nov 20 22:51:14 2013 +0000

    Fix minor issue introduced with conversion to new expert API in r51688.
    Specifically, proto_tree_add_expert() must take an actual tree node (for example
    from proto_item_add_subtree()) and cannot take just any old item node. The
    original intent (before the conversion) appeared to be just to put it on the
    tree, so do that.
    
    Another assertion gone from
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9406
    
    svn path=/trunk/; revision=53456

commit bd625113ea81ae01299028c37ee2ce7c69fb6f8f
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Nov 20 22:38:15 2013 +0000

    status, in main, is now used only if we have libpcap.
    
    svn path=/trunk/; revision=53455

commit 44b4d2aab0648b786fe2338880911fb205f5a749
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Nov 20 22:36:05 2013 +0000

    libui is an static library, not a dynamic library, so the WS_DLL_PUBLIC
    stuff isn't necessary and doesn't work on Windows.
    
    svn path=/trunk/; revision=53454

commit 3b6573c2fb23ade414e740de256ad0d2fee7e6be
Author: Evan Huus <eapache@gmail.com>
Date:   Wed Nov 20 22:34:36 2013 +0000

    As per suggestion of Mike Morrin via
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9406
    
    The GSM CBCH assertion should be <= 48 not <48. Fixes one of the failing
    assertions with the capture from that bug.
    
    svn path=/trunk/; revision=53453

commit f7f4efabb840656bf0416ff704ac00d0a9582820
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Nov 20 21:00:55 2013 +0000

    Add support for a new type of frame data record seen in a k18 file, and
    handle that file not ending with a 2-byte 0xffff end-of-file record.
    
    This fixes bug 9455, although it doesn't add support for reading an
    "index" file for a capture that's in multiple .rf5 files, which is a
    separate issue noted in that bug.
    
    It also doesn't attempt to figure out what the data in the new record
    type following the data that appears to be the same as that in the other
    data record format but preceding the actual packet data is.
    
    svn path=/trunk/; revision=53452

commit ff6a590edb81f167d44a72fc881886333484c99d
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Nov 20 20:36:22 2013 +0000

    Mark another parameter as unused
    
    svn path=/trunk/; revision=53451

commit 7d2ae283572d76aa78ab9386b80bf6a3cd8f2c62
Author: Guy Harris <guy@alum.mit.edu>
Date:   Wed Nov 20 20:17:33 2013 +0000

    Add code to dump part of a record as ASCII, and use it to dump strings
    in a source description record, including the stack.  Dump some other
    fields in those records as well.
    
    Attach separate sequential and random read buffers to the private data
    structure, rather than allocating them in various routines (and not
    always freeing them) and, in at least one case, allocating a single
    *common* buffer for all wth's to use.
    
    Fix some comments (the DS0 mask is 32 bytes long, but gets turned into a
    bitmask).
    
    Put in a description of what a "stack file"'s contents look like.  Much
    of it may be useless to us (for example, we have the notion that TCP has
    protocol number 6 built-in...), but the RELATION entries that map from
    "BASE" to a protocol could obviate the need to have the user specify a
    map from stack file names to starting protocols, and we might be able to
    use, for example, entries that map TCP/UDP/SCTP port numbers to
    protocols to obviate the need for the user to explicitly use Decode As
    or otherwise configure port-to-protocol mappings themselves.
    
    Add a bunch of record length checks before we fetch data from records.
    
    svn path=/trunk/; revision=53450

commit 564b444eb33dc844f7ef2d8034230ef130e49fe7
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Nov 20 20:07:42 2013 +0000

    Add explicit casts to please GCC
    
    svn path=/trunk/; revision=53449

commit 61a4e7d46d381c0650412368584646b9ceb24773
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Wed Nov 20 20:05:17 2013 +0000

    Add explicit casts to please GCC
    
    svn path=/trunk/; revision=53448

commit 304eba4d951ac321c4a011e64175fd102849b1b2
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Wed Nov 20 19:52:21 2013 +0000

    Mark parameter as unused
    packet-ber.c:391: warning: unused parameter 'table_name'
    
    svn path=/trunk/; revision=53447

commit 01c8945438a739d650514ca29bcb6fbfd521cabc
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Nov 20 19:23:02 2013 +0000

    Provide "Decode As" functionality through dissectors themselves instead of the GUI.  Bug 9450 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450)
    
    The basic idea behind this design is to have dissectors register with a "decode as list" with their name and dissector table.  When "Decode As" dialog is launched, any "registered" dissector found in the packet will cause a tab to be created in the dialog.  Any GUI (GTK+/Qt/tshark) can just hook into the "decode as list" to see what can be provided.
    
    This patch includes the GUI portion of the functionality (including packet-dcerpc.[ch] because it had some GUI dependencies that are now removed).
    
    Other notes:
    1. Some "GUI text" (UTF8_LEFTWARDS_ARROW and similar) made their way into the dissector code.  Not sure how necessary it is and if reformatting the strings to avoid the macros is desired (TCP/UDP use it, SCTP doesn't).
    
    2. I converted the SCTP functionality to have 2 tabs (instead of radio button), currently both are labeled "Transport" which could be confusing to users.  Naming suggestions welcome (as well as for naming of tabs from other dissectors).
    
    3. BER and DCERPC have more opportunity to use Decode As now that they are selected based on dissector presense, not packet_info values.
    
    4. Catapult DCT2000 populates pinfo->ipproto, yet under new design will not show up to do Decode As.  Should a "decode as item" be created for it?
    
    5. BER dissector doesn't have Clear/Show Current functionality working (never did)
    
    6. Bluetooth (in old design) could have been used "capture wide" instead of single packet (creating tabs of values not present in current packet), which goes against what I believe to be in the intent of Decode As, but I'm willing to hear counter-arguments.
    
    svn path=/trunk/; revision=53446

commit 76ab93ea94787605d4c829620b51ff4dee105cb1
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Nov 20 19:17:08 2013 +0000

    Provide "Decode As" functionality through dissectors themselves instead of the GUI.  Bug 9450 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450)
    
    The basic idea behind this design is to have dissectors register with a "decode as list" with their name and dissector table.  When "Decode As" dialog is launched, any "registered" dissector found in the packet will cause a tab to be created in the dialog.
    
    This patch includes just the dissector portion of the functionality (minus packet-dcerpc.[ch] because it has hooks to the current GUI)
    
    svn path=/trunk/; revision=53445

commit 91b972ae5ef1dbd437778d942901c6d820f399e2
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Wed Nov 20 18:38:48 2013 +0000

    From Jakub via http://www.wireshark.org/lists/wireshark-dev/201311/msg00153.html
    
    Wrong offset incrementation in r53416 (Add status_request_v2 TLS extension dissection (RFC6961))
    
    From me
    Fix encoding args
    
    svn path=/trunk/; revision=53444

commit f34e11fabead2968fab30e5c3caab8b377aaa287
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Nov 20 02:28:14 2013 +0000

    Convert ethertype() function into a pure dissector.  Bug 9454 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9454)
    
    The main driving force for this was my new Decode As functionality (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450) that wants a dissector/subdissector table relationship for all dissectors wanting to use Decode As functionality.  The ethertype() function provides the value to the "ethertype" subdissector table, so I think it should be matched to a dissector.  Only odd side effect is the display filter of "ethertype" returns no packets because there is no "item" associated with the dissector.
    
    
    svn path=/trunk/; revision=53443

commit ea278d3bf871239989365121270410930f197377
Author: Michael Mann <mmann78@netscape.net>
Date:   Wed Nov 20 01:44:06 2013 +0000

    Remove a few (now unused) variables.
    
    svn path=/trunk/; revision=53442

commit a8a3b22e25257d48903030a1a9a52415284cf93b
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 22:22:16 2013 +0000

    Update URL for the Tektronix manual, and fix a typo in the same comment.
    
    Dump the raw contents of records as hex and ASCII, not just hex.
    
    Sort the record types, and add a new one for a type we've seen in a k18
    file and about which we know nothing.
    
    For unknown record types, print the type in hex.
    
    svn path=/trunk/; revision=53441

commit 22389d72956c4278ad0f586dd9c36cc0bfedd537
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Nov 19 20:30:31 2013 +0000

    Set our IPv6 status when we set addresses.
    
    svn path=/trunk/; revision=53440

commit 80db2d0ade8fcdec5133637b259b458e1b0af63a
Author: Gerald Combs <gerald@wireshark.org>
Date:   Tue Nov 19 20:29:58 2013 +0000

    Print one YAML item per packet.
    
    svn path=/trunk/; revision=53439

commit ffd96e23171435519c3a31ffb9bb1dcd740291c7
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 20:12:51 2013 +0000

    Fix some problems with the debugging code.
    
    svn path=/trunk/; revision=53438

commit 30620ff1be59ed96c629e49a6479ea2871c3751a
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 20:06:47 2013 +0000

    Fix missing semicolon.
    
    svn path=/trunk/; revision=53437

commit bfc1e51d2dd795fc4de5ab7daf82db5280bb9a48
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 20:05:21 2013 +0000

    Constants that don't fit in 32 bits must be wrapped in
    G_GINT64_CONSTANT().
    
    svn path=/trunk/; revision=53436

commit 06098fce7bcac3e8267cba5c7d74c1ea3c7efb99
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 19:45:38 2013 +0000

    Add routines to set the personal file directory paths (personal
    configuration file directory and directory in which to save captures),
    have the routine to parse -P options use them, and move that routine to
    libui.
    
    Have that routine just return a gboolean.
    
    svn path=/trunk/; revision=53435

commit 935a4debb1b230eb4106e5e056390ca598f4f91b
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Nov 19 18:20:15 2013 +0000

    Add dissection of UICC Application Identifier
    
    svn path=/trunk/; revision=53434

commit 5064834661d6515d3bea3f9f7aa524e540bd0b50
Author: Pascal Quantin <pascal.quantin@gmail.com>
Date:   Tue Nov 19 18:18:52 2013 +0000

    Fix a typo
    
    svn path=/trunk/; revision=53433

commit d28d1a8240ec440778f4a5c3d2f9f7ad34d9530c
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Nov 19 12:27:09 2013 +0000

    Fix compilation with Clang (Remove limitation to -fPIE to only C)
    
    /usr/include/qt5/QtCore/qglobal.h:1079:4: error:
    "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE."
    
    svn path=/trunk/; revision=53432

commit 11b3ae86537487e296276119f0880952faf9af2b
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Nov 19 12:27:01 2013 +0000

    From Glen Parker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9449
    
    Add support for new PostgreSQL (9.3) error/notice message fields
    
    Improves the PostgreSQL protocol dissector by adding support for the new error and notice fields which are new in PG 9.3:
    
    http://www.postgresql.org/docs/9.3/interactive/protocol-error-fields.html
    
    In particular, it adds support for the 'p', 'q', 's', 't', 'c', 'd', and 'n' field codes.
    
    From me :
    Fix wrong hf name...
    
    svn path=/trunk/; revision=53431

commit afe84fe4fd1a77f2296d93363ce5997a1bfa3c70
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Tue Nov 19 12:26:49 2013 +0000

    From Ralph Böhme via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9439
    
    Add missing SMB_QUERY_CIFS_UNIX_INFO capability flags
    
    Listed in https://git.samba.org/?p=samba.git;a=blob_plain;f=libcli/smb/smb_unix_ext.h;hb=HEAD
    
    svn path=/trunk/; revision=53430

commit 566d080869496fa9d4ff8c5900be6fc1a0e34e31
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 19 08:03:31 2013 +0000

    add editor modelines
    
    svn path=/trunk/; revision=53429

commit ebc201d6407298f9334037870b042b28f12368b4
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 19 07:56:30 2013 +0000

    remove unnecessary if(tree) checks
    
    svn path=/trunk/; revision=53428

commit 6812969bc6ab342c0d1382a71809133fc88b7e22
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 19 07:26:01 2013 +0000

    From DSR Corporation
    
    fix segfault in ZigBee APS tunnel commands
    pass the data parameter to subdissectors
    
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9438
    
    svn path=/trunk/; revision=53427

commit 3d0c92e0170c05b0050dce58ceac24a6b06a3a21
Author: Martin Kaiser <wireshark@kaiser.cx>
Date:   Tue Nov 19 07:05:34 2013 +0000

    fix compiler warning about write-only variable
    
    svn path=/trunk/; revision=53426

commit 864431b900d653322fadd148a615d03598f62b24
Author: Anders Broman <anders.broman@ericsson.com>
Date:   Tue Nov 19 06:06:38 2013 +0000

    Fix [-Wmissing-prototypes]
    
    svn path=/trunk/; revision=53425

commit bfcc63972eaec585105f169927ffe23def39ae2c
Author: Michael Mann <mmann78@netscape.net>
Date:   Tue Nov 19 01:07:28 2013 +0000

    Remove ppid member from packet_info structure and just pass it to SCTP subdissectors.  There are no subdissectors currently in Wireshark source that use the ppid member so any third party dissectors need to update accordingly.
    
    svn path=/trunk/; revision=53424

commit d766ab65603c5ee5b0a5458de8226a5285253094
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 00:32:02 2013 +0000

    The GTK+ "follow stream" dialogs don't support "save as YAML"; put in a
    stub case, complete with a "this can't happen" assert failure, to
    squelch compiler warnings.
    
    svn path=/trunk/; revision=53423

commit f089b4cd9de9c19037fe00e9ec344bcd67d4af21
Author: Guy Harris <guy@alum.mit.edu>
Date:   Tue Nov 19 00:29:37 2013 +0000

    #if 0 out an error check that wasn't doing anything interesting for an
    error, and put in a pseudo-code call to stand in for error reporting
    code.
    
    Fix a signed-vs-unsigned comparison issue.
    
    svn path=/trunk/; revision=53422

commit 45fc7b65e089a12cbb5778825b065a16bf419303
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Nov 18 23:39:47 2013 +0000

    Follow dialog data display improvements.
    
    Change the "Raw" character type to UTF-8. I'm not sure it's possible
    to show true raw data in a QTextEdit widget and calling it UTF-8 more
    accurately repesents what happens when you pass a char * to a QString.
    Add a YAML display. Hopefully Scapy users will find it useful.
    
    Sort the the character display items alphabetically. Make sure we go
    back to the top of the buffer when we change the direction or character
    set. Be less aggressive about setting focus on the "find text" entry.
    
    svn path=/trunk/; revision=53421

commit fe2cd1d08a0cf3777b75e3e5ca35e3075ca5ab28
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 18 23:27:06 2013 +0000

    Terminate a value_string array.
    
    svn path=/trunk/; revision=53420

commit 785ebdc13c160ae20c9757c0e12756f4d2d51e79
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 22:02:50 2013 +0000

    From Matt Texier Enhance BGP Dissector : AS_PATH
    
    Full rewrite of BGP AS_PATH attribut using items and a clearer (and documentated !) heuristic
    
    From me
    Fix indent
    
    svn path=/trunk/; revision=53419

commit 418a98cd8ba9159aae94cd57e694e292b8e85aa2
Author: Guy Harris <guy@alum.mit.edu>
Date:   Mon Nov 18 21:42:43 2013 +0000

    It's incremented, so not a const.
    
    Clean up indentation while we're at it.
    
    svn path=/trunk/; revision=53418

commit e069d1c9eaa22f1995d9a24a1dd44503809a79aa
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 20:27:04 2013 +0000

    From Peter Wu
    
    Add RFC6066 CertificateUrl TLS extension
    
    This is not supported by OpenSSL or NSS, the extension itself seems
    unsafe, but some implementations seem to support it[1].
    
    Untested, no capture available.
    
     [1]: http://www.ietf.org/mail-archive/web/tls/current/msg02535.html
    
    svn path=/trunk/; revision=53417

commit 123e3d92039770c0a36c4be97ae34c1ef27c4f8e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 20:26:55 2013 +0000

    From Peter Wu
    
    Add status_request_v2 TLS extension dissection (RFC6961)
    
    Besides adding status_request_v2 support, this patch moves the
    Certificate Status Type from the OCSP Status subtree to its parent
    (the extension tree). This is needed because this type applies to all
    OCSPResponse fields.
    
    The check for "tree != NULL" seems unnecessary here, it was not
    clarified in the original patch so I removed it.
    
    From me
    Fix typo
    Remove unneeded tvb_ensure_bytes_exist
    Use proto_tree_add_item
    
    svn path=/trunk/; revision=53416

commit 954584d31bb8c1d7dad76672c0385eba091879b6
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 20:26:46 2013 +0000

    From Peter Wu
    
    Add TLS StatusRequest (RFC6066) ClientHello extension recognition
    
    Only empty Responder ID lists and empty Request Extensions are
    implemented. I could not really find existing clients or servers that
    populate these.
    
    This status_request extension has a different signature for a
    ClientHello and ServerHello, in the latter the extension_data field
    must be empty. Therefore an additional parameter is added to
    dissect_ssl3_hnd_hello_ext.
    
    From me :
    Fix typo
    
    svn path=/trunk/; revision=53415

commit 22f57a900ba2ff37f38a7683efafcd222a0d071e
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 20:26:37 2013 +0000

    From Peter Wu
    
    Support for EncryptedExtensions handshake type (a.k.a. NextProtocol)
    
    Based on https://tools.ietf.org/html/draft-agl-tls-nextprotoneg-04
    
    From me
    Fix warning found by fix-encoding-args
    
    svn path=/trunk/; revision=53414

commit 0bae995e397150583f4acc4b0e65818cf3ee27f0
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Nov 18 20:26:27 2013 +0000

    Remove duplicate (wireshark_application.h) and unused #include files
    
    svn path=/trunk/; revision=53413

commit 16e27047d0e2b3b96ac6cf7c6ac94c399719cc99
Author: Gerald Combs <gerald@wireshark.org>
Date:   Mon Nov 18 17:41:00 2013 +0000

    1.11.2 → 1.11.3.
    
    svn path=/trunk/; revision=53412
