Wireshark-commits: [Wireshark-commits] rev 29844: /trunk/ /trunk/epan/dissectors/: packet-sccp.c pa
Date: Thu, 10 Sep 2009 16:54:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29844

User: krj
Date: 2009/09/10 09:54 AM

Log:
 offset_from_real_beginning() is only called with 0 as second argument, so remove the argument completely. It seems that the second argument only acts as an accumulator allowing offset_from_real_beginning() to call itself recursively. To be consistent offset_from_real_beginning() is renamed to tvb_offset_from_real_beginning().

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-sccp.c    Modified
  +17 -17    packet-snmp.c    Modified
  +1 -1      packet-sua.c     Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -1      libwireshark.def    Modified
  +10 -4     tvbuff.c            Modified
  +2 -2      tvbuff.h            Modified

Directory: /trunk/asn1/snmp/
  Changes    Path                      Action
  +3 -3      packet-snmp-template.c    Modified