Comment # 17
              on bug 9498
              from  Alexis La Goutte
        (In reply to comment #16)
> The new HFI API does not seem to help in this case, the prefix ("dtls" vs
> "ssl") is different and it still does not seem to be possible to register
> the same field twice?
My idea is to benefit the change in SSL dissector to use the new HFI API 
> 
> The new API also introduces a lot of boilerplate code:
> 
>     static header_field_info hfi_yami_message_id HFI_INIT(proto_yami) = ...
> 
> Why not:
> 
>     static HFI_REG_VAR(proto_yami, hfi_yami_message_id) = ...
> 
> Looks less distracting?
Need to ask to Jakub
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.