aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Cast away shorten-64-to-32 warnings.Gerald Combs1-5/+5
2013-12-14Squelch a bunch of shorten-64-to-32 warnings by parsing all of ourGerald Combs1-14/+16
2013-12-13And another one.Guy Harris1-2/+2
2013-12-13Add some more file types misidentified as VWR files.Guy Harris1-4/+4
2013-12-13The IxVeriWave heuristic now gets more false positives (after, IGuy Harris1-1/+6
2013-12-12Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...Chris Maynard1-0/+1
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki3-0/+6
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki23-329/+260
2013-12-02Space between STANAG and the standard number.Guy Harris1-1/+1
2013-12-02Fix encap_table_base[] array.Jakub Zawadzki2-3/+7
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris2-0/+73
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann3-1/+7
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki5-83/+64
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki9-129/+124
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+15
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34
2013-11-20Add code to dump part of a record as ASCII, and use it to dump stringsGuy Harris1-27/+236
2013-11-19Update URL for the Tektronix manual, and fix a typo in the same comment.Guy Harris1-20/+27
2013-11-19Fix some problems with the debugging code.Guy Harris1-4/+5
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-11-11Export the right function name.Anders Broman1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki6-14/+11
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier28-89/+89
2013-11-08Looks like r53166 was not compile tested. Now k12text.l compiles again.Jörg Mayer1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris52-416/+418
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris2-24/+86
2013-10-29simplify file_error()Martin Kaiser1-5/+4
2013-10-29allow err_info==NULL in file_error()Martin Kaiser1-1/+2
2013-10-28Revert SVN #52914;Bill Meier5-247/+7
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier5-7/+247
2013-10-28Fix up some formatting.Jeff Morriss1-11/+22
2013-10-27Fix up some more svn properties.Jeff Morriss1-1/+1
2013-10-23From Michal Labedzki viaEvan Huus1-1/+3
2013-10-21Fix "unused variable 'dct3trace_magic_l2_end' [-Werror,-Wunused-const-variabl...Bill Meier1-0/+2
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-3/+1
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-4/+4
2013-10-18White space cleanups (thanks either to shekhar.chandra@citrix.com orGuy Harris1-31/+31
2013-10-18Revert SVN #52665.Bill Meier5-299/+39
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier5-39/+299
2013-10-16Fix various: whitespace, comments & etc.Bill Meier1-612/+624
2013-10-15Add another cast.Gerald Combs1-1/+1
2013-10-15Add casts to fix some shortening errors.Gerald Combs1-4/+4
2013-10-15limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser1-6/+6
2013-10-15code review of parse_s1_W_stats()Martin Kaiser1-2/+16
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey1-15/+2
2013-10-14do some range checks when reading vwr filesMartin Kaiser1-14/+14
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1