aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-1/+1
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris1-1/+0
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-09-27Minor formatting changes to the rawshark -h output.Chris Maynard1-3/+5
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-07-04From Michael Mann:Anders Broman1-0/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-18/+14
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-10/+2
2011-04-21Add missing code to handle fields with an extended value_string (BASE_EXT_STR...Jakub Zawadzki1-0/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-5/+10
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-1/+17
2010-12-22Avoid the need for cf_mark_frame stubs.Jaap Keuter1-9/+0
2010-10-21Fixed "Compiled with" information in the About box.Stig Bjørlykke1-1/+1
2010-10-15Revision 27919 added the ability to feed a libpcap-formatted file toGerald Combs1-14/+34
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-5/+5
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-2/+2
2010-07-15Move the code to get version information for libraries used byGuy Harris1-1/+1
2010-07-14Get rid of no-longer-used variable.Guy Harris1-6/+0
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-05-07Set default seconds type in rawshark and dftest.Stig Bjørlykke1-0/+1
2010-04-28 Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier1-1193/+1193
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris1-1/+0
2010-02-27Squelch compiler warnings.Guy Harris1-9/+10
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris1-2/+3
2010-02-23Squelch some warnings.Guy Harris1-6/+6
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-5/+30
2009-11-10Removed an unused assignment.Stig Bjørlykke1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-3/+4
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam1-1/+1
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam1-2/+0
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam1-3/+9
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...Kovarththanan Rajaratnam1-1/+1
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam1-8/+1
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam1-1/+1
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-9/+1
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...Kovarththanan Rajaratnam1-70/+11
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-19/+28
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam1-29/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam1-1/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-1/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-2/+2
2009-03-31Rawshark fixes from Duncan Salerno.Gerald Combs1-14/+39
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1