aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-06From Michael Mann:etxrab1-6/+4
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-25From Michael Mann:etxrab1-4/+0
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-7/+6
2012-02-17Start moving files to ui/ and ui/cli/jmayer1-1/+1
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatguy1-1/+0
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-2/+2
2011-09-27Minor formatting changes to the rawshark -h output.cmaynard1-3/+5
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-3/+1
2011-07-04From Michael Mann:etxrab1-0/+4
2011-06-28Replace all strerror() with g_strerror().stig1-18/+14
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-10/+2
2011-04-21Add missing code to handle fields with an extended value_string (BASE_EXT_STR...darkjames1-0/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-5/+10
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-1/+17
2010-12-22Avoid the need for cf_mark_frame stubs.jake1-9/+0
2010-10-21Fixed "Compiled with" information in the About box.stig1-1/+1
2010-10-15Revision 27919 added the ability to feed a libpcap-formatted file togerald1-14/+34
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...wmeier1-5/+5
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().gerald1-2/+2
2010-07-15Move the code to get version information for libraries used byguy1-1/+1
2010-07-14Get rid of no-longer-used variable.guy1-6/+0
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-2/+2
2010-05-07Set default seconds type in rawshark and dftest.stig1-0/+1
2010-04-28 Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).wmeier1-1193/+1193
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orguy1-1/+0
2010-02-28Added svn:ignore targets.stig1-9/+10
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andguy1-2/+3
2010-02-23Squelch some warnings.guy1-6/+6
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-4/+4
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-5/+30
2009-11-10Removed an unused assignment.stig1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-3/+4
2009-09-22Rename init_cap_file() to cap_file_init()krj1-1/+1
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadkrj1-2/+0
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...krj1-3/+9
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...krj1-1/+1
2009-09-21Move frame_data_init() declaration to frame_data.hkrj1-8/+1
2009-09-20Fix return type for frame_data_init()krj1-1/+1
2009-09-20Introduce frame_data_cleanup() and start using itkrj1-9/+1
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...krj1-70/+11
2009-09-20Move verbose banner output to show_version() and tighten scope of some variableskrj1-19/+28
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...krj1-29/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetkrj1-1/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-05-12Minor cleanup of "-h" output text.wmeier1-1/+1