aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-idp.h
AgeCommit message (Collapse)AuthorFilesLines
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-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
./packet-idp.h:25:9: error: '__PACKET_IDP_H__' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] #ifndef __PACKET_IDP_H__ ^~~~~~~~~~~~~~~~ ./packet-idp.h:26:9: note: '__PACKET_IPX_H__' is defined here; did you mean '__PACKET_IDP_H__'? #define __PACKET_IPX_H__ ^~~~~~~~~~~~~~~~ __PACKET_IDP_H__ svn path=/trunk/; revision=51284
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-03-03Oops, forgot packet-idp.h.Guy Harris1-0/+39
svn path=/trunk/; revision=13579