aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sndcp-xid.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
tvb_new_subset -> tvb_new_subset_remaining it appears that's what the intention is. Change-Id: I2334bbf3f10475b3c22391392fc8b6864454de2d Reviewed-on: https://code.wireshark.org/review/1999 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
svn path=/trunk/; revision=53918
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
In a few cases: do some whitespace, indentation cleanup & reformatting. svn path=/trunk/; revision=42632
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-36/+36
svn path=/trunk/; revision=39084
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2009-11-09Put sndcp-xid elements in the sndcp-xid subtree.Stig Bjørlykke1-7/+6
svn path=/trunk/; revision=30907
2008-12-13From Vincent Helfre:Anders Broman1-3/+2
Get rid of sndcp_xid_tree and fix the while loop. svn path=/trunk/; revision=26991
2008-10-18From beanniecai:Jaap Keuter1-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. svn path=/trunk/; revision=26489
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-7/+0
svn path=/trunk/; revision=26277
2008-08-01boolean -> gbooleanStig Bjørlykke1-2/+2
svn path=/trunk/; revision=25894
2008-08-01fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'Anders Broman1-1/+1
svn path=/trunk/; revision=25893
2008-08-01From Vincent Helfre:Anders Broman1-0/+901
Implementation of a dissector for SNDCP XID parameters svn path=/trunk/; revision=25889