aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sndcp-xid.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-09Put sndcp-xid elements in the sndcp-xid subtree.stig1-7/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30907 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-13From Vincent Helfre:etxrab1-3/+2
Get rid of sndcp_xid_tree and fix the while loop. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26991 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-18From beanniecai:jake1-12/+11
Change non-printable characters(code page 936, simplified Chineses) 0x96 in packet-ieee80211.c and 0xa7 in packet-sndcp-xid.c to '-' and null character, otherwise there is always warning C4819 using MS compiler. Additional some whitespace cleanups applied. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26489 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-7/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26277 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01boolean -> gbooleanstig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25894 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25893 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01From Vincent Helfre:etxrab1-0/+901
Implementation of a dissector for SNDCP XID parameters git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25889 f5534014-38df-0310-8fa8-9805f1628bb7