ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 283b5cd: if the structure has the flag no_align then

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 3 Nov 2014 20:04:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=283b5cd708b701db0af3125c930325cf52c192e2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

283b5cd by Guy Harris (guy@xxxxxxxxxxxx):

    if the structure has the flag no_align then set also no_align in the dceprc_info structure
    
        commit 3f6ca430b067705d556031d52736d5a5d5ae8f55
        Author: Matthieu Patou <mat@xxxxxxxxx>
        Date:   Fri Oct 11 13:18:37 2013 -0700
    
        pidl-wireshark: if the structure has the flag no_align then set also no_align in the dceprc_info structure
    
        Some dissection function will try to do alignment if the no_align flag
        is not set.
    
        Pair-Programmed-With: Stefan Metzmacher <metze@xxxxxxxxx>
    
    Change-Id: Ie2377f4d6c1c4f2fde7084ba666bd417568122dd
    Reviewed-on: https://code.wireshark.org/review/5098
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9299bf4   Remove casts, make some whitespace changes in generated code.
    adds  283b5cd   if the structure has the flag no_align then set also no_align in the dceprc_info structure


Summary of changes:
 tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm |   26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)