aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-9/+19
2012-12-26Squelch some Windows-only warnings - the third argument to _read() isGuy Harris1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-8/+10
2012-12-20rawshark does not use any routine from pcapio.c. So remove header.Michael Tüxen1-1/+0
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-5/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-6/+3
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-6/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-29Fix uninitialized variable as caught by cppcheck.Evan Huus1-1/+1
2012-07-06From Michael Mann:Anders Broman1-6/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-06-09Be sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in the dwFlags arg to all Fo...Chris Maynard1-2/+2
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+2
2012-04-16From Evan Huus:Anders Broman1-1/+0
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-2/+2
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