aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-83/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumJörg Mayer1-2/+2
svn path=/trunk/; revision=11296
2004-06-27Added functionality to support multiple ways of structuringMichael Tüxen1-2/+6
an ITU point code. svn path=/trunk/; revision=11248
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-4/+5
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-04-21From Michael Lum:Guy Harris1-1/+19
ANSI and GSM MAP stats enhancements and cleanups; enhanced parameter dissection related to SS for GSM A-interface and MAP; minor GSM SMS fix; GSM SS enhancements for parameter dissection; MTP3 statistics tap. svn path=/trunk/; revision=10655
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris1-1/+18
and set the direction in pinfo for SS7 packets based on source and destination addresses. svn path=/trunk/; revision=9209
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris1-2/+3
svn path=/trunk/; revision=7438
2003-01-02From Jeff Morriss:Guy Harris1-1/+5
make ANSI point codes filterable in MTP3; fix a bug in the ANSI SLS dissection; have MTP3 store the SI for use by subdissectors; add a new MTP3-Management dissector. Fix Makefile.nmake to include the Wellfleet HDLC dissector. svn path=/trunk/; revision=6837
2002-03-04SCCP support, from Jeff Morriss.Guy Harris1-0/+38
svn path=/trunk/; revision=4866