aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q708.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@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-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+3
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2010-12-06Make some symbols static.Jeff Morriss1-4/+0
svn path=/trunk/; revision=35140
2010-10-13Use val_to_str_ext_const for refs to the extended value strings;Bill Meier1-5/+3
Extern the extended value strings struct (not the value_string arrays themselves) so any external use of these arrays is via the extended value string functions. svn path=/trunk/; revision=34499
2010-03-30Add routine and tables for analyzing International Signalling PointGerasimos Dimitriadis1-0/+37
Codes (ISPCs) according to Q.708. Update the MTP3 dissector to use this function when the routing label carries ISPCs svn path=/trunk/; revision=32329