Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Thu, 02 Aug 2012 19:35:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44224

User: jmayer
Date: 2012/08/02 12:35 PM

Log:
 Fix:
 
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-netrom.c: In function ‘dissect_netrom_proto’:
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-netrom.c:211:9: error: variable ‘dst_ssid’ set but not used [-Werror=unused-but-set-variable]
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-netrom.c:210:9: error: variable ‘src_ssid’ set but not used [-Werror=unused-but-set-variable]
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-netrom.c: In function ‘capture_netrom’:
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-netrom.c:684:16: error: variable ‘l_pd’ set but not used [-Werror=unused-but-set-variable]

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +5 -9      packet-netrom.c    Modified