chiark / gitweb /
wireshark/packet-tripe.c: Catch up with Wireshark API changes.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 12 Jun 2016 12:22:48 +0000 (13:22 +0100)
commit6a3500e3d72dc8d3790f25880a69f64772c20c9e
tree95a1f201b6b6d5bb91b9b7cb68c535e32b62c589
parent36b9f99a5250c776888c50ad7ddd89afce84c31d
wireshark/packet-tripe.c: Catch up with Wireshark API changes.

  * Apparently `check_col' is now just dead, and its functionality
    included in the various `col_set_mumble' functions.

  * It seems that `dissector_add' has turned into `dissector_add_uint',
    and a number of other functions, for different field types, have
    been added.

This isn't well tested.
wireshark/packet-tripe.c