aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_801.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-04packet-ansi_801.c: proto_tree_add_text -> somthing filterableMichael Mann1-821/+370
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Let's see if this fixes VS Code Analysis warnings:Bill Meier1-3/+3
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-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-3/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-5/+3
2013-05-03Remove unnecessary global variablesMichael Mann1-6/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+2
2012-12-21Everything else in the floating-point calculations is single-precision,Guy Harris1-3/+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-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-25/+25
2012-02-20Indentation & whitespace cleanup....Bill Meier1-872/+872
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-23/+23
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-27Update IS-801 Request Pseudorange Measurement; RenameGerasimos Dimitriadis1-48/+56
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-33/+31
2010-01-23Rewrite IS-801 decoding of Provide GPS Satellite HealthGerasimos Dimitriadis1-139/+47
2010-01-23Whitespace edits; registration of the ansi_801 dissectorGerasimos Dimitriadis1-983/+986
2010-01-23Insert casts to float to make the buildbot happyGerasimos Dimitriadis1-8/+8
2010-01-23Update IS-801 decoding Provide Location Response;Gerasimos Dimitriadis1-341/+252
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-04Init ett_... variables to -1Bill Meier1-0/+4
2009-05-26Misc dissector cleanup:Bill Meier1-8/+8
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-06-23Renamed the global bit_mask to avoid collisions with the bit_mask usedStig Bjørlykke1-3/+3
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+6
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss1-1/+1
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-10/+5
2007-05-29From David Howells :Sebastien Tandel1-5/+5
2007-04-26Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret...Anders Broman1-6/+6
2007-04-18Make specifier string match argsMartin Mathieson1-4/+4
2007-04-18From Michael Lum:Anders Broman1-214/+1872
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-4/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-25/+4
2005-06-26packet-ansi_801.c(93) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-5/+5
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+956