aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Add About window for Wireshark QtAlexis La Goutte11-6/+686
2014-01-02Fix icon in top of Wireshark Qt main windowAlexis La Goutte1-14/+5
2014-01-02For getopt() arg processing:Bill Meier1-95/+100
2014-01-02rename filetap/file_wrappers.[hc] -> filetap/ft_file_wrappers.[hc]Jörg Mayer6-8/+8
2014-01-02Fix indent always use tabAlexis La Goutte1-215/+215
2014-01-02Fix [-Wmissing-prototypes]Anders Broman26-3/+84
2014-01-02Have a routine that reads and processes the record header, and use it inGuy Harris1-74/+58
2014-01-02Process the packet header and data in common code, shared by the readGuy Harris1-297/+246
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
2014-01-01If the uncompression buffers are empty, they have no data; set the countGuy Harris1-0/+4
2014-01-01Back out r54523 - more work is needed on it, and some testing found anGuy Harris1-12/+4
2014-01-01Add svn:keywords propertyBill Meier0-0/+0
2014-01-01Remove incorrect property 'svn:keyword'Bill Meier0-0/+0
2014-01-01Change incorrect property 'keywords' to 'svn:keywords'Bill Meier1-1/+1
2014-01-01Remove incorrect property 'svn:kywords'Bill Meier0-0/+0
2014-01-01Remove incorrect property 'eol-style'Bill Meier0-0/+0
2014-01-01Fix property name: svn:eol_style ==> svn:eol-styleBill Meier0-0/+0
2014-01-01Fix compile issueMichael Mann1-1/+1
2014-01-01Try to pacify OSX-10.6-x64 buildbotPascal Quantin1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin15-293/+166
2014-01-01wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin1-1/+1
2014-01-01Add extern C for init_wslua (for future use in Wireshark Qt)Alexis La Goutte1-0/+8
2014-01-01Filetap library, version 0.001Michael Mann13-0/+4364
2014-01-01Fix [-Wmissing-prototypes]Anders Broman2-1/+5
2014-01-01Happy new year!Stig Bjørlykke2-3/+3
2014-01-01Fix [-Wmissing-prototypes]Anders Broman16-5/+39
2013-12-31Use a common code path for most of both sequential and random fileGuy Harris1-43/+63
2013-12-31Back out a change so that we can check it in again with the correctGuy Harris1-63/+43
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-46/+54
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris2-102/+67
2013-12-31When reading sequentially, pass the packet data length toGuy Harris1-4/+12
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+2
2013-12-31Trust the packet length we calculate when reading packets randomly.Guy Harris1-8/+1
2013-12-31Make it clearer that we're using the packet length read from the packetGuy Harris1-1/+2
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+3
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-8/+9
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+7
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+6
2013-12-31Revert r54510: OSX buildbots still complain about unused hf variablesPascal Quantin1-1/+1
2013-12-31Add -h option (with output to stdout and exit status 0).Bill Meier1-15/+40
2013-12-31Follow convention for -h option:Bill Meier1-15/+38
2013-12-31Use the normal convention for exit status and output file descriptors:Bill Meier1-129/+139
2013-12-31Add SVN propertiesPascal Quantin1-1/+1
2013-12-31move packet-tango.c from dirty to cleanMartin Kaiser1-1/+1
2013-12-31add Novell PKIS to the list of new protocolsMartin Kaiser1-0/+1
2013-12-31From DirkMartin Kaiser14-0/+1262
2013-12-31add some more box namesMartin Kaiser1-0/+6
2013-12-31Zero security struct to avoid reading garbage value, and remove a redundant testMartin Mathieson1-10/+4
2013-12-30Add new function: tvb_skip_guint8()Jakub Zawadzki2-0/+23
2013-12-30Clean up white space.Guy Harris1-3/+3