aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xdlc.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)documentation error found by ClangAlexis La Goutte1-6/+6
../../epan/xdlc.h:48:29: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_N_R_MASK 0xE0 /*< basic */ ^~~ /**< ../../epan/xdlc.h:50:34: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_N_R_EXT_MASK 0xFE00 /*< extended */ ^~~ /**< ../../epan/xdlc.h:52:29: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_N_S_MASK 0x0E /*< basic */ ^~~ /**< ../../epan/xdlc.h:54:34: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_N_S_EXT_MASK 0x00FE /*< extended */ ^~~ /**< ../../epan/xdlc.h:60:24: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_P_F 0x10 /*< basic */ ^~~ /**< ../../epan/xdlc.h:61:29: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] #define XDLC_P_F_EXT 0x0100 /*< extended */ ^~~ /**< svn path=/trunk/; revision=51262
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+4
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-08-29Doxygen changes.Anders Broman1-39/+43
svn path=/trunk/; revision=33990
2009-01-13Fix the URL for the RLM stuff at Cisco.Guy Harris1-3/+11
Add some heuristics to the RLM LAPD-over-UDP dissector, so as not to misdissect as many packets. Fetch the LAPD dissector handle only once. Change some Boolean arguments to gboolean from int. svn path=/trunk/; revision=27217
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-0/+140
svn path=/trunk/; revision=12127