Make SSRC display (among others) unsigned. Fixes Ethereal bug 1002.
[obnox/wireshark/wip.git] / capture_sync.c
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-01 guyHandle the case where we *can't* determine the pathname...
2006-04-03 guyClean up if CreateProcess() fails.
2006-04-03 guyPut the low-level sync routines into a common file...
2006-03-24 ulfldisable the call to sync_pipe_errmsg_to_parent for...
2006-03-24 guyDumpcap probably has *no* windows.
2006-03-24 ulflVarious code cleanup in the capture pipe stuff
2006-03-19 guyFix pipe_read_bytes() to return the total number of...
2006-03-13 ulflfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-09 ulfldebugging helper: if (for whatever reason) the message...
2006-03-09 geraldTake care of one last UTF-8 <-> UTF-16 conversion ...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-02-17 ulflfix some bugs introduced with command line encapsulation
2006-02-17 guyWe now quote args as necessary on Windows when construc...
2006-02-17 guyOn Windows. quote arguments as necessary before stickin...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-12 guyAt least on UN*X, the first argument - argv[0] - is...
2006-02-12 guyDistinguish between pipe_read_block() returning 0 ...
2006-02-12 guyInstead of using (commented-out) g_warning() calls...
2006-02-12 ulfladd a minor comment
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2006-02-12 guyFix up indentation.
2006-02-12 ulflwe still need sync_pipe_errmsg_to_parent() for the...
2006-02-11 ulflthe point of no return ...
2006-02-10 ulflonly a backup, nothing changed for now.
2005-12-15 ulflremove the setting of no longer required command line...
2005-12-13 ulflwe don't use the command line option -W any longer...
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulfladd missing functions (to complete/cleanup of interface):
2005-12-03 ulflprecise some pipe message comments
2005-11-18 guyMake the message length in the sync pipe message header...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-07 ulflfix Ethereal so command line capture parameter will...
2005-08-20 ulflcapture_sync.c(290) : warning C4090: 'function' : diffe...
2005-08-14 jmayerSome 'no previous declararion' warning fixes
2005-08-08 ulflvarious code cleanup:
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-05-30 ulflfix #148: (win32 only) use command line parameter ...
2005-05-26 ulflsome cleanup of capture error notification handling
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-05-25 ulflforgot to init savefilestring = NULL;
2005-05-25 ulflfix #199: encapsulate capture filename, to avoid proble...
2005-04-30 ulfl(hopefully) removed various gcc warnings
2005-04-12 ulflcapture engine:
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-04-11 ulflvarious capture code cleanup and fixes:
2005-04-10 ulflWin32 only bugfix: as using TerminateProcess is the...
2005-04-10 ulflrefactoring of the capture startup (while the capture...
2005-04-10 guyClean up white space, and tweak a comment slightly...
2005-03-28 ulflsome minor changes
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulfla lot more capture engine code cleanup
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-02-28 ulflAnother step towards using the parent/child mode for...
2005-02-24 ulflif capture filename passed to parent, save it. Will...
2005-02-23 ulflpass child capture filename to parent process (name...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-07 ulflwhen building the argv string, use save_file_fd_str...
2005-02-07 guyIn the child process, capture_opts->fork_child is 0...
2005-02-07 guyDeclare "cf_callback_t" before using it in a further...
2005-02-06 guyGet rid of a few cf_get_ references missed by the previ...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-05 ulflrename kill_capture_child to capture_kill_child to...
2005-02-05 ulflminor enhancements to Guy's last update
2005-02-05 guyPut "cf_status_t" back.
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulflremove access to global cfile, use access functions...
2005-02-04 sahlbergadd missing conversion to new use of save_file and...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2004-12-29 guyFix it to compile on systems without "pcap_datalink_val...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-10-30 guyMove some #defines and #includes around, and add some...
2004-10-30 ulflcode cleanup: split capture_sync from capture.c into...