aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Collapse)AuthorFilesLines
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=45016
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss16-41/+9
svn path=/trunk/; revision=45015
2012-09-18Trivial typo/copy-and-paste comment fix.Chris Maynard1-1/+1
svn path=/trunk/; revision=44983
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman5-0/+115
Add CRC11 algorithms svn path=/trunk/; revision=44346
2012-08-02Back out an inadvertent change in r44194.Gerald Combs1-2/+1
svn path=/trunk/; revision=44210
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+2
items with MIDDLE DOTs. svn path=/trunk/; revision=44194
2012-07-25From Rishie Sharma:Anders Broman3-2/+90
Add a new CRC16 routine. svn path=/trunk/; revision=43982
2012-07-22Get rid of not needed includesAnders Broman1-3/+0
svn path=/trunk/; revision=43917
2012-07-19Remove not needed includes.Anders Broman1-3/+0
svn path=/trunk/; revision=43830
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus2-2/+2
They made cppcheck unhappy. svn path=/trunk/; revision=43779
2012-07-12Add crc7 calculation abillity.Anders Broman5-3/+195
svn path=/trunk/; revision=43680
2012-06-28Update FSF address - part II.Jakub Zawadzki7-7/+7
svn path=/trunk/; revision=43538
2012-06-28Update Free Software Foundation address.Jakub Zawadzki20-20/+20
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss2-43/+0
svn path=/trunk/; revision=43488
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss2-0/+43
module, but...). This makes dftest no longer dependent on libui, so stop linking against it. svn path=/trunk/; revision=43481
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
------------------------------------------------------------------------ r43165 | gerald | 2012-06-08 14:23:25 -0700 (Fri, 08 Jun 2012) | 4 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Use separate commands in the dumpabi recipes instead a big huge long chain. If abi-compliance-checker fails print the contents of its log file. ------------------------------------------------------------------------ r43168 | gerald | 2012-06-08 15:43:50 -0700 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Make sure ln happens in the right directory. ------------------------------------------------------------------------ We don't currently have a usable tag for "git describe --tags --abbrev=0" to latch onto so just use the first 1.9 commit. svn path=/trunk/; revision=43170
2012-05-22Update comments to reflect that the GLib version is no longer relevantGuy Harris1-6/+16
(we require GLib 2.14 or later, and always use UTF-8 for pathnames on Windows), to note that ws_stdio_rename() should have UN*X-style rename semantics in that it removes the target if necessary, and to give more details in other ways. Clean up indetation a bit. svn path=/trunk/; revision=42775
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=42053
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
2012-04-04Always declare getopt() with a prototype.Guy Harris1-1/+2
svn path=/trunk/; revision=41939
2012-04-04Fix compilation on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=41930
2012-04-04Update to a version which have getopt_long(). + one fileAnders Broman1-0/+134
svn path=/trunk/; revision=41927
2012-04-04Update to a version which have getopt_long().Anders Broman3-366/+962
svn path=/trunk/; revision=41926
2012-03-13From Weston Schmidt:Anders Broman3-1/+78
Update packet-mpeg-sect to support CRCs & simpler header processing for subdissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6941 svn path=/trunk/; revision=41523
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher3-0/+54
the exec dissector and into wsutil/str_util.c. Rename them to isdigit_string() and isprint_string(). Also rename the variables they use for consistency: string -> str and position -> pos. svn path=/trunk/; revision=41053
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
svn path=/trunk/; revision=40763
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-1/+2
svn path=/trunk/; revision=40626
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+1
svn path=/trunk/; revision=40595
2012-01-04More C++ updates.Gerald Combs1-1/+1
svn path=/trunk/; revision=40377
2011-11-11OK, one of them was already declared; we still want to declare the otherGuy Harris1-8/+4
one. svn path=/trunk/; revision=39793
2011-11-11If we're exporting routines from crc32.c, declare them in crc32.h andGuy Harris2-0/+8
list them in libwsutil.def. svn path=/trunk/; revision=39792
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke7-0/+208
Implementing generic CRC8 and CRC16 functions for openSAFETY in wsutil. svn path=/trunk/; revision=39726
2011-10-03From Michael Mann:Anders Broman4-11/+24
Condense all SCTP CRC routines to wsutil/crc32.[ch]. Also made crc32_ccitt_table not explicitly accessible (must use crc32_ccitt_table_lookup). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6298 svn path=/trunk/; revision=39233
2011-09-21Fix ex "modeline" so it works;Bill Meier1-2/+2
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39081
2011-09-13Don't include files from epan in wsutil.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38989
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman1-0/+1
svn path=/trunk/; revision=38973
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman5-1/+115
svn path=/trunk/; revision=38969
2011-09-07Add Id tagAnders Broman1-0/+1
svn path=/trunk/; revision=38915
2011-08-31Lookup in correct tables. Document functions.Stig Bjørlykke2-3/+8
svn path=/trunk/; revision=38819
2011-08-31Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=38818
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke3-8/+16
svn path=/trunk/; revision=38817
2011-08-31Try declaring tables with WS_VAR_IMPORT.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=38814
2011-08-31Add missing crc16_plain_update and crc_drm.Stig Bjørlykke1-0/+6
svn path=/trunk/; revision=38812
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke15-0/+1073
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke17-1434/+0
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke17-0/+1434
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2011-08-17From Gisle Vanem:Stig Bjørlykke1-2/+3
Patch for a missing WINAPI. svn path=/trunk/; revision=38592
2011-08-17From Gisle Vanem: Make sure our SetProcessDEPPolicyHandler typedefGerald Combs1-2/+3
matches the documentation. I also verified that DEP is still enabled on Win32 using Process Explorer. svn path=/trunk/; revision=38583
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-1/+1
svn path=/trunk/; revision=38360