Wireshark-commits: [Wireshark-commits] rev 52894: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 27 Oct 2013 16:03:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52894

User: mmann
Date: 2013/10/27 04:03 PM

Log:
 Have X.25 dissector pass boolean q_bit_set value through dissector data rather than pinfo->private_data.
 
 Other "related" dissectors weren't manipulating pinfo->private_data, so it doesn't make sense for them to bother saving/restore it (now that q_bit_set isn't being used)

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -4      packet-ax25-kiss.c    Modified
  +0 -4      packet-ax25-nol3.c    Modified
  +0 -5      packet-ax25.c         Modified
  +0 -3      packet-bpq.c          Modified
  +0 -5      packet-flexnet.c      Modified
  +0 -9      packet-netrom.c       Modified
  +15 -18    packet-qllc.c         Modified
  +5 -16     packet-x25.c          Modified
  +9 -10     packet-x29.c          Modified