aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q708.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
Specifically: - Set packet.h to be the first wireshark #include after config.h and "system" #includes. packet.h added as an #include in some cases when missing. - Remove some #includes included (directly/indirectly) in packet.h. E.g., glib.h. (Done only for those files including packet.h). - As needed, move "system" #includes to be after config.h and before wireshark #includes. - Rework various #include file specifications for consistency. - Misc. Change-Id: Ifaa1a14b50b69fbad38ea4838a49dfe595c54c95 Reviewed-on: https://code.wireshark.org/review/5923 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
Change-Id: Ice2d93632cd42dfcef3bfbf0e15f2a8a147278fc Reviewed-on: https://code.wireshark.org/review/4433 Reviewed-by: Bill Meier <wmeier@newsguy.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-12-12- Forward declaration of register functions.Anders Broman1-0/+2
svn path=/trunk/; revision=53971
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45017
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0
svn path=/trunk/; revision=38413
2011-05-26From Michael Mann.Anders Broman1-0/+814
Part of "display filters with redundancies of PROTABBREV in them." The ones left outs should be fixed differently I think. Rename som ndps hf variables while at it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2794 svn path=/trunk/; revision=37406
2010-12-06Make some symbols static.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35140
2010-10-13Use val_to_str_ext_const for refs to the extended value strings;Bill Meier1-9/+11
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-08-27MNC, SANC, ISPC lists updated up to OB 960Gerasimos Dimitriadis1-13/+58
svn path=/trunk/; revision=33963
2010-08-17Updates due to ITU Operational Bulletins 956 and 957Gerasimos Dimitriadis1-825/+879
svn path=/trunk/; revision=33833
2010-05-19Remove VALS cast as discussed on dev mailing list.Martin Mathieson1-1/+1
svn path=/trunk/; revision=32902
2010-05-15Use binary search when scanning the SANC and ISPC lists; correct a couple ofGerasimos Dimitriadis1-7/+9
double entries in the ISPC lists. svn path=/trunk/; revision=32822
2010-05-14MNC, SANC and ISPC lists updated up to the latest OB, No 955Gerasimos Dimitriadis1-46/+204
svn path=/trunk/; revision=32813
2010-05-11Grinding through the Operational Bulletins:Gerasimos Dimitriadis1-154/+368
SANC and ISPC lists updated up to OB No 949 svn path=/trunk/; revision=32764
2010-05-10Update the ISPC lists up to ITU Operational Bulletin 940Gerasimos Dimitriadis1-308/+456
svn path=/trunk/; revision=32738
2010-03-31(Trivial) cleanup some indentation/whitespace.Bill Meier1-7/+7
svn path=/trunk/; revision=32335
2010-03-30Add routine and tables for analyzing International Signalling PointGerasimos Dimitriadis1-0/+11195
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