Wireshark-commits: [Wireshark-commits] master c38f97a: Add support for more monitor	opcodes.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c38f97aa22724f4c8cd28663acf26c908e7fcd02
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c38f97a by Guy Harris (guy@xxxxxxxxxxxx):
    Add support for more monitor opcodes.
    
    Support more of what current Linux kernels generate.  We don't yet
    dissect control event payloads.
    
    While we're at it:
    
    Opcodes are defined in the kernel source in decimal; define and show
    them as decimal.
    
    Use #defines for a bunch of enumerated values, such as opcodes
    
    Show the opcode's numerical value in the Info column if it's not one we
    know about.
    
    Change-Id: I915981a46d1a4a544a5e036e69d9a9de8cb8cb30
    Reviewed-on: https://code.wireshark.org/review/36487
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  ac82fd6   f5ethtrailer: Add support for version 4 of low noise trailer
     add  c38f97a   Add support for more monitor opcodes.
Summary of changes:
 epan/dissectors/packet-hci_mon.c | 370 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 351 insertions(+), 19 deletions(-)