aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_683.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-5/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-92/+92
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-1/+1
2014-10-08ANSI 683: Removed unused assignments.Stig Bjørlykke1-19/+0
2014-10-07ANSI683: Fix mobile country code baseEvan Huus1-1/+1
2014-10-07Overhaul the filterability of packet-ansi_683.cMichael Mann1-2304/+1066
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-3/+0
2013-05-03Remove unnecessary global variablesMichael Mann1-6/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-13- [-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-4/+0
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2011-04-27From Yaniv Kaul:Bill Meier1-2160/+2156
2011-04-22Use _U_ for unused function parameters instead of assigning a variableStephen Fisher1-7/+1
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-3/+2
2011-01-05Remove a break that makes other following statements unreached.Jeff Morriss1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-04-07Squelch a compiler warning.Guy Harris1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-07-30Remove some unused variables.Gerald Combs1-27/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-01-20From Michael Lum:Anders Broman1-15/+12
2009-01-16Fix some warnings.Guy Harris1-43/+41
2009-01-16From Michael Lum:Anders Broman1-291/+3129
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-05-11Fix some of the Errors/warnings detected by checkapiBill Meier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer1-31/+31
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-23/+2
2005-06-26packet-ansi_683.c(93) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2093