aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-02-12add generation of dumpcap manpageUlf Lamping1-2/+11
2006-02-12mark an unused parameterUlf Lamping1-1/+1
2006-02-12Fix up indentation.Guy Harris1-6/+2
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris16-139/+140
2006-02-12we still need sync_pipe_errmsg_to_parent() for the *NIX buildUlf Lamping1-0/+12
2006-02-11add dumpcap.exe and the corresponding HTML manpage to the distributionUlf Lamping1-0/+2
2006-02-11various capture child related minor cleanupsUlf Lamping1-20/+5
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...Ulf Lamping3-19/+3
2006-02-11the point of no return ...Ulf Lamping8-495/+150
2006-02-11minor bugfix: restore the Ethereal icon (after capturing) at the right placesUlf Lamping1-13/+26
2006-02-11This was missing from last check-inLuis Ontanon1-0/+6
2006-02-11Paolo Abeni:Jörg Mayer3-32/+62
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon66-187/+219
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris5-139/+108
2006-02-11Squelch some compiler warnings.Guy Harris1-1/+3
2006-02-11Squelch some compiler warnings by declaring RADIUS AVP dissectors toGuy Harris1-10/+10
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland2-3/+7
2006-02-11From ENDOH Akira:Luis Ontanon2-12/+19
2006-02-10tcp analysisRonnie Sahlberg1-1/+3
2006-02-10When using GTK 2.8, we need the cairo dlls, so add them to the install-gtk2-d...Lars Roland1-0/+4
2006-02-10From Paolo Abeni:Anders Broman2-5/+22
2006-02-10The target is called eug_html_chunked not eug_htmlchunkUlf Lamping1-1/+1
2006-02-10ASF messages are in big-endian byte order, not little. From AlertTim Potter1-5/+5
2006-02-10Add newline to end of file to quiten compiler warning.Tim Potter1-1/+1
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping5-39/+67
2006-02-10only a backup, nothing changed for now.Ulf Lamping1-2/+50
2006-02-10some improvements in the console output handlingUlf Lamping1-17/+96
2006-02-09add dumpcap manual pageUlf Lamping3-2/+244
2006-02-09Win32 inconvenience: a call to g_error will terminate the program and the use...Ulf Lamping1-1/+8
2006-02-09fix# 733: don't crash on unknown msg_typesUlf Lamping1-1/+6
2006-02-09Re-enable the PacketCable RADIUS code and add a few EM updates.Gerald Combs4-37/+59
2006-02-09Add PacketCable Multimedia updates. Sponsored by CableLabs.Gerald Combs1-48/+276
2006-02-09ntp_fmt_ts() doesn't take two arguments any more.Gerald Combs1-7/+5
2006-02-09Add support for PacketCable CCC-encapsulated RTP data, described inGerald Combs1-1/+114
2006-02-09Add decryption support. For this to work, you MUST link againstGerald Combs1-128/+695
2006-02-09Add heuristic dissection of XMLLuis Ontanon4-8/+88
2006-02-09Ricardo Muggli:Jörg Mayer1-1/+1
2006-02-09Hannes Gredler:Jörg Mayer1-21/+66
2006-02-09Olivier Montanuy:Jörg Mayer1-4/+71
2006-02-09From Bill MeierLars Roland1-1/+5
2006-02-09remove a duplicated nameLars Roland1-1/+0
2006-02-09Export the right name.Guy Harris1-1/+2
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris3-21/+655
2006-02-08* DissectorTable.add does not allow to add lua protocols that don't have a di...Luis Ontanon5-43/+66
2006-02-08Add support for PacketCable option 60/suboption 5.23. Sponsored by Gerald Combs1-18/+102
2006-02-08Include glib.h, so FALSE is defined when compiling statically.Jörg Mayer1-0/+1
2006-02-08Paolo Abeni:Jörg Mayer2-14/+7
2006-02-08Call "get_credential_info()", so any later calls to privileges.cGuy Harris1-0/+6
2006-02-08smb2:Ronnie Sahlberg2-8/+16
2006-02-08Fix up some comments.Guy Harris1-6/+8