aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xdlc.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-30Fix the type of the packet data argument to get_xdlc_control().Guy Harris1-1/+1
It's a blob of bytes, so the right type is guint8 *, not guchar *. Change-Id: I74afa95da1e14866af68f1580cfbccd55f08ed65 Reviewed-on: https://code.wireshark.org/review/29944 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
Skipping dissectors dir for now. Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa Reviewed-on: https://code.wireshark.org/review/25694 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-06-08packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with ↵Piotr Tulpan1-8/+0
prefs. Remove the heuristic dissector that checks for arbitrary UDP ports in favor of adding a preference for the range of UDP ports that can be used for LAPD. Change-Id: Ib85fbee4a433727af24279fffb0cbf2c25f7d292 Reviewed-on: https://code.wireshark.org/review/21985 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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