aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier1-0/+2
2013-10-20wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean...Jakub Zawadzki1-0/+2
2013-10-20rawshark: use epan_dissect_reset()Jakub Zawadzki1-18/+14
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+2
2013-09-29Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus1-8/+8
2013-08-23Initialize our wtap_pkthdr struct so that we don't try to dereference anGerald Combs1-4/+7
2013-08-23Make sure we call epan_free() before epan_cleanup() similar to r51342.Gerald Combs1-0/+4
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-08Speak of the "-d encap:" value as a linktype, rather than a DLT; if aGuy Harris1-4/+15
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-0/+16
2013-07-24Make some routines not used outside rawshark.c static.Guy Harris1-2/+2
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-3/+12
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-2/+26
2013-07-21Some work on multi file dissectionJakub Zawadzki1-5/+4
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-03-20 From beroset:Bill Meier1-5/+5
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
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