aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-24NS Trace (NetScaler Trace) file format is not able to export specified packetsranushekhar1-0/+1
2015-02-24pcap-common: fix build error with gcc5Daniel Mack1-1/+1
2015-02-22Use file extensions even more as a heuristic.Guy Harris1-3/+56
2015-02-21Set phdr encap for pcap fileMichal Labedzki1-0/+2
2015-02-18Eliminate some DIRTY_ file lists.Guy Harris1-10/+2
2015-02-17Add missing json.hAndersBroman1-0/+1
2015-02-17Added JSON native file support.Dario Lombardo7-0/+208
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris3-6/+10
2015-02-15Don't base interpretation of LINKTYPE_ values on DLT_ value definitions.Guy Harris1-27/+16
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier3-40/+40
2015-02-041.99.2 → 1.99.3.Gerald Combs1-1/+1
2015-01-26Pcapng: Don't fetch past the end of a GArray.Gerald Combs1-3/+3
2015-01-24Get Wireshark to compile with afl-gcc.Gerald Combs1-1/+1
2015-01-17PacketLogger files can be big-endian or little-endian.Guy Harris1-12/+52
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson46-81/+0
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier48-1805/+2429
2014-12-31pcapng (wiretap): fix Copy-paste error (CID 1158591 & 1158592)Alexis La Goutte1-2/+2
2014-12-27Get rid of packet data members of header structures.Guy Harris1-43/+26