aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier2-2/+2
2015-06-06Don't initialize a variable if the first thing we do is set it.Guy Harris1-1/+1
2015-06-03Netscaler: Fix issue where packets were lost when selected packets were exportedanilkumar9111-5/+21
2015-05-281.99.6 → 1.99.7.Gerald Combs2-2/+2
2015-05-09Make option_content a guint8 *.Guy Harris1-39/+49
2015-05-09Fix definition of tnef_open().Guy Harris1-1/+1
2015-05-09Make everything unsigned.Guy Harris1-1/+1
2015-05-06WildPackets → Savvius.Gerald Combs3-17/+17
2015-05-04nettrace 3GPP: Fix Dead Store (Dead assignement/Dead increment) warning found...Alexis La Goutte1-1/+0
2015-05-01Fix checkAPI: Warning: i4b_trace.h has an SVN Id tag. Please remove it!Joerg Mayer1-9/+0
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-04-30[nettrace_3gpp_32_423] Fix nettrace_3gpp_32_423.c:292: warning:AndersBroman1-3/+3
2015-04-30Add the abillity to read 3GPP trace records with format accoding toAndersBroman6-1/+586
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris1-17/+7
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-42/+5
2015-04-20Make various structure members the right size for time-in-seconds.Guy Harris1-5/+5
2015-04-20Visual Networks captures have only millisecond resolution.Guy Harris1-1/+1
2015-04-20Simplify the calculation of the time stamp.Guy Harris1-12/+7
2015-04-19Use 64-bit fixed point to calculate time stamps.Guy Harris1-4/+4
2015-04-18MIME: Allow to dissect big filesMichal Labedzki1-3/+1
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9115-6/+139
2015-04-07ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix disse...Bill Meier1-3/+8
2015-04-04try to silence the OS X builbots by renaming index to idxMartin Kaiser1-8/+8
2015-04-04Add PCR based stream times for MPEG ts files.Weston Schmidt1-3/+117
2015-03-201.99.5 → 1.99.6.Gerald Combs2-2/+2
2015-03-191.99.4 → 1.99.5.Gerald Combs2-2/+2
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+5
2015-03-051.99.3 → 1.99.4.Gerald Combs2-2/+2
2015-03-04Add CMake SOVERSIONs to make-version.pl.Gerald Combs1-1/+1
2015-03-04Set packet encapsulation for HCIDUMP capturesMichal Labedzki1-3/+4
2015-03-01Call TIMEDEFVn macros in all PACKET_DESCRIBE() macros.Guy Harris1-46/+70
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris4-16/+0
2015-02-28Don't use struct timeval if we only care about seconds.Guy Harris1-8/+5
2015-02-28Clean up timestamp handling.Guy Harris1-75/+59
2015-02-25Make the V10 path a bit more like the other paths.Guy Harris1-13/+17
2015-02-25Make the _offset values static constants.Guy Harris1-5/+5
2015-02-25Have a PACKET_DESCRIBE() for V30's seek-read routine.Guy Harris1-4/+13
2015-02-25Make the V10 PACKET_DESCRIBE() macro a little more like the others.Guy Harris1-20/+18
2015-02-25Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".Guy Harris1-10/+10
2015-02-25Call the version-number argument to GENERATE_CASE_xxx() "ver".Guy Harris1-73/+73
2015-02-25Use FULL/PART as an argument to all PACKET_DESCRIBE() macros.Guy Harris1-30/+30
2015-02-25Get rid of an unused argument to PACKET_DESCRIBE().Guy Harris1-12/+12
2015-02-25Give all PACKET_DESCRIBE() macros a HEADERVER argument.Guy Harris1-3/+3
2015-02-25Call header version arguments HEADERVER.Guy Harris1-34/+34
2015-02-24More indentation cleanups.Guy Harris1-36/+36
2015-02-24Clean up indentation.Guy Harris1-1/+1
2015-02-24Pull more into PACKET_DESCRIBE() for the V10 seek-read routine.Guy Harris1-17/+16
2015-02-24Swallow up more V10 stuff into PACKET_DESCRIBE().Guy Harris1-39/+24
2015-02-24Have PACKET_DESCRIBE() for V10.Guy Harris1-5/+21
2015-02-24Move the setting of rec_type.Guy Harris1-5/+2