aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_bcch.c
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-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
svn path=/trunk/; revision=54135
2013-11-21#if 0 some unused vars found by CLANGBill Meier1-3/+7
svn path=/trunk/; revision=53496
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-10/+0
svn path=/trunk/; revision=52767
2013-10-04Initialize the SegmentType to the appropriate "Unknown" value so that if theEvan Huus1-0/+21
subdissector bails early we don't use uninitialized memory. Also add modelines. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9226 svn path=/trunk/; revision=52349
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-2/+3
svn path=/trunk/; revision=52053
2013-03-19From beroset:Anders Broman1-2/+2
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48426
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gmr1_bcch: Add guards in the SI1/2 choice of segment Although the CSN1 dissector itself will just stop if there is no matching segment, it will leave the choice field uninitizalized and so when we use it to fill some other text, it crashes ... To protect against that, we put a last choice entry that will always match. As a bonus, it triggers an explicit error in CSN so you know something is wrong. svn path=/trunk/; revision=44674
2012-08-25From Sylvain Munaut via ↵Pascal Quantin1-4/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7664 : packet-gmr1_bcch: Whitespaces fixes svn path=/trunk/; revision=44673
2012-08-24effectively revert r44161, having the display filters favor '.' over '_'Michael Mann1-67/+67
svn path=/trunk/; revision=44661
2012-07-31update GMR-1 protocols display filersMichael Mann1-67/+67
svn path=/trunk/; revision=44161
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
svn path=/trunk/; revision=42053
2012-02-08From Sylvain Munaut:Anders Broman1-16/+43
Fix the windows build by filling up stuct with dummy member https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6798 svn path=/trunk/; revision=40932
2012-02-08Fix set-but-not-used warnings turned errors.Jörg Mayer1-4/+4
svn path=/trunk/; revision=40931
2012-02-08From Sylvain Munaut:Anders Broman1-0/+1401
Add support for GMR-1 BCCH dissection. I #if 0'd out incomplete code. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6798 svn path=/trunk/; revision=40924