aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-11nstrace: Allow opening of files that are not multiples of 16kBanilkumar9111-5/+14
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+2
2015-06-03Netscaler: Fix issue where packets were lost when selected packets were exportedanilkumar9111-5/+21
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-5/+121
2015-03-01Call TIMEDEFVn macros in all PACKET_DESCRIBE() macros.Guy Harris1-46/+70
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-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-27Get rid of packet data members of header structures.Guy Harris1-43/+26
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-4/+4
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-10-10Version 3 has only absolute timestamps; don't set nsg_creltime.Guy Harris1-5/+7
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-10/+9
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-1/+0
2014-10-07Whitespace cleanups.Guy Harris1-11/+11
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-62/+19
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-18If we don't find a NetScaler signature, don't report an error.Guy Harris1-7/+8
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-14/+14
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-1/+15
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-47/+47
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-47/+47
2014-05-09Revert "Refactor Wiretap"Guy Harris1-123/+117
2014-05-09Refactor WiretapMichael Mann1-117/+123
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-7/+343
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-6/+4
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-22/+22
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-6/+6