summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-19Get rid of some accidentally-checked-in debugging stuff.Guy Harris1-1/+1
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki2-4/+6
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris2-0/+7
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris22-25/+25
2014-12-18Handle "I can't map this for that file format" better.Guy Harris25-48/+63
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris10-17/+17
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris23-39/+39
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris14-30/+30
2014-12-17Clean up handling of files without a known encapsulation.Guy Harris1-16/+24
2014-12-09Nothing to free there.Guy Harris1-1/+0
2014-12-09Don't try to look in a non-existent hash table.Guy Harris1-3/+3
2014-12-08Use correct expression in a "length too short" message.Guy Harris1-1/+1
2014-12-07Add checks for non-null-terminated strings.Guy Harris1-6/+14
2014-12-06Don't go past the end of the "extra data".Guy Harris1-69/+69