aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.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-12-19Exposing a couple of more constant arrays for ANSI-637. Bug 9471 ↵Michael Mann1-0/+7
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471) From Michael Lum svn path=/trunk/; revision=54241
2013-12-18ANSI A-interface improvements. Bug 9471 ↵Michael Mann1-19/+46
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471) From Michael Lum svn path=/trunk/; revision=54205
2013-12-17Fix a crash when calling try_val_to_str_ext()Pascal Quantin1-2/+2
svn path=/trunk/; revision=54177
2013-12-16ANSI A-interface enhancements. Bug 9471 ↵Michael Mann1-0/+8
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471) From Michael Lum: 1. Allow mobile ID and service option to be shown in the INFO line for various messages. 2. proto_tree_add_text -> proto_tree_add_item conversions. From me: 1. Even more proto_tree_add_text -> proto_tree_add_item conversions. svn path=/trunk/; revision=54157
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+2
XXX ncp2222 dissector is using dfilter_compile(), why? svn path=/trunk/; revision=53766
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-1/+1
svn path=/trunk/; revision=52588
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-8/+8
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman1-0/+2
svn path=/trunk/; revision=20409
2006-11-22From Michael LumAnders Broman1-5/+28
1) A small change in the number of teleservices recognized 2) Finally finished a lot of the changes for IOS 5 support. The attached files must be used together. Built in Windows XP Pro using Visual Studio C++ with the latest repository. packet-ansi_map.c.gz packet-ansi_a.gz This file contains both packet-ansi_a.c and packet-ansi_a.h changes. libwireshark.def.gz ansi_a_stat.c.gz svn path=/trunk/; revision=19955
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-2/+2
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+57
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