aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.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-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap ↵Michael Mann1-1/+1
dissector. Unfortunately it had a few tentacles, so they needed to be brought along for the ride. svn path=/trunk/; revision=51136
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+4
svn path=/trunk/; revision=40595
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-12-28Keep a hash of call legs indexed by nsap:sugr and separate the leg tree code ↵Luis Ontanon1-1/+3
so that it can be called from others. svn path=/trunk/; revision=16913
2005-10-28Came up to be an almost complete rewrite:Luis Ontanon1-3/+5
- decode up to Q.2630.3 - (almost) all parameter fields have its own filter expression - remove buffers from the stack - add some color (expert info) to the tree svn path=/trunk/; revision=16348
2005-09-15Add more information regarding call legs.Luis Ontanon1-2/+12
Make the release cause value filterable. svn path=/trunk/; revision=15826
2005-08-19Keep information about the call-leg so that all the messages of a leg can be ↵Luis Ontanon1-0/+45
filtered given a parameter of it. Create the header to export the structures thyat hold that info. svn path=/trunk/; revision=15430