Wireshark-commits: [Wireshark-commits] master 4b2a2eb: wslua: fix documentation of Struct.fromhex

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Feb 2017 12:49:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b2a2eb0a4c393dcf29e505ed8f135e9b85fb60e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4b2a2eb by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: fix documentation of Struct.fromhex
    
    The default separator is really an empty string, not a single space.
    This has been wrongly documented since the beginning.
    
    Change-Id: I5598daec1486ce17cfeeaf5697f9759172db9cf5
    Fixes: v1.11.3-rc1-1760-g860747e1e7 ("Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts")
    Reviewed-on: https://code.wireshark.org/review/20296
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e8ff9f5   pluginifdemo: Adjust title texts
    adds  4b2a2eb   wslua: fix documentation of Struct.fromhex


Summary of changes:
 epan/wslua/wslua_struct.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)