metze/wireshark/wip.git
2012-12-27 Gerald CombsRemove an unused variable.
2012-12-27 Gerald CombsMake sure our loops terminate.
2012-12-27 Michael TüxenAdd initial support for
2012-12-27 Gerald CombsMove common profile code to ui/profile.[ch].
2012-12-27 Gerald CombsAdd "+", "-", and "copy" images. Document their origins.
2012-12-27 Anders BromanFrom Pawel Dziepak:dissect_rpc_array causes assertion...
2012-12-27 Guy HarrisOK, fine, how about 4 characters initializing a 4-chara...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-27 Anders BromanFrom Ankith: Media Independent handover (MIH) protocol...
2012-12-27 Anders BromanAdd Media Independent Handover Protocol ethertype
2012-12-26 Guy HarrisTabs -> spaces.
2012-12-26 Guy HarrisUpdate a comment.
2012-12-26 Guy Harrisgeoip_db_get_paths() is exported from libwireshark...
2012-12-26 Guy HarrisUpdate a comment.
2012-12-26 Guy HarrisDo array bounds checking.
2012-12-26 Guy HarrisMake sure we don't sign-extend the (binary) bytes of...
2012-12-26 Guy HarrisDon't define geoip_db_get_paths() unless we have GeoIP...
2012-12-26 Evan HuusUse casts rather than changing the prototype of pipe_co...
2012-12-26 Anders BromanFrom Michal Labedzki: To ensure that names are correct...
2012-12-26 Anders BromanMake dumpcap build on Windows
2012-12-26 Guy HarrisSquelch some Windows-only warnings - the third argument...
2012-12-26 Evan HuusSquash some sign-conversion warnings that g++ picks...
2012-12-26 Evan HuusCast away another const warning that only shows up...
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders BromanMove summary related stuff to summary_dlg
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning on 32-bit platforms.
2012-12-26 Guy HarrisFix another discarded qualifier error.
2012-12-26 Guy Harrispipe_write_header() should return ssize_t, as it return...
2012-12-26 Guy HarrisIf the attempt to read the record header fails because...
2012-12-26 Guy HarrisOn I/O errors when opening a file, use wtap_close(...
2012-12-26 Guy HarrisOK, see if not using an enum gets rid of "implicit...
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy Harrisbytestring_to_str() now returns a const char *; assign...
2012-12-26 Guy HarrisAnd another 64-bit-to-32-bit conversion on 32-bit platf...
2012-12-26 Guy Harrissimple_dialog_primary_start() and simple_dialog_primary...
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning that shows up in 32...
2012-12-26 Guy HarrisChange wireshark_gen.py to make the operation argument...
2012-12-26 Guy HarrisHopefully this case is OK in C++; bit-fields can't...
2012-12-26 Guy HarrisAnd more 64-bit-to-32-bit time issues on 32-bit platforms.
2012-12-26 Guy HarrisOK, I give up.
2012-12-26 Guy HarrisAnother ILP32 Y2.038K warning.
2012-12-26 Guy HarrisOK, does *this* convince the compiler that the loop...
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-26 Guy HarrisOK, *this* isn't a possibly-infinite loop.
2012-12-26 Guy HarrisWiden some loop variables, in the hopes that it'll...
2012-12-26 Guy HarrisEliminate multiple "const"s.
2012-12-26 Guy HarrisWiden an argument to match its (theoretical) widest...
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-26 Guy HarrisOK, fine, maybe sometimes it's used; flag it with _U_...
2012-12-26 Guy HarrisIf a parameter might be unused, mark it with _U_; don...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-25 Guy Harrisbssmap_msg_fcn[] is a dense array, not a sparse array...
2012-12-25 Guy HarrisMore checks to make sure pinfo->private_data is not...
2012-12-25 Guy HarrisAdd some additional sanity checks.
2012-12-25 Michael TüxenAdd support for -D option. The preamble will start...
2012-12-25 Guy HarrisIn dissect_bthci_evt_command_complete():
2012-12-25 Michael TüxenFix writing of PCAP-NG files when flags are provided.
2012-12-25 Michael TüxenRemove current version of -D option, because:
2012-12-25 Michael TüxenAdd some debug output regarding preamble processing.
2012-12-25 Martin Kaiserset the dtls record length for reassembly _before_...
2012-12-25 Michael TüxenClear preamble if no timespec is given.
2012-12-25 Michael TüxenAdd support of -m option for SCTP.
2012-12-25 Michael TüxenFix SCTP packet generation if DATA chunk headers need
2012-12-25 Michael TüxenFix bugs I introduced. Now
2012-12-25 Guy HarrisIf there's no packet data, there's nothing to check...
2012-12-25 Guy HarrisShow the Vines Fragmentation Protocol control flags...
2012-12-25 Michael TüxenImprove description.
2012-12-25 Michael TüxenAdd option to suppress duplicate suppression.
2012-12-24 Guy HarrisThe inverse of GINT_TO_POINTER() is GPOINTER_TO_INT...
2012-12-24 Guy HarrisThe inverse of GINT_TO_POINTER() is GPOINTER_TO_INT...
2012-12-24 Guy HarrisCast away warnings implicit 64-bit-to-32-bit conversion...
2012-12-23 Alexis La GoutteFrom report of Elavarasan via https://bugs.wireshark...
2012-12-23 Alexis La GoutteWireshark Aruba Dictionary is sync with FreeRadius...
2012-12-23 Alexis La GoutteFrom Francesco Fondelli via https://bugs.wireshark...
2012-12-23 Alexis La GoutteUpdate Dictonary from FreeRadius(-server) Master branch...
2012-12-23 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2012-12-23 Guy HarrisIn nlsp_dissect_clvs(), count len down at the same...
2012-12-23 Guy HarrisUse the types that PortAudio specifies for values passe...
2012-12-23 Guy HarrisMore whitespace cleanups.
2012-12-23 Michael TüxenAdd support for writing per packet comments when using...
2012-12-23 Michael TüxenWhen using pcapng, provide input file name as comment.
2012-12-23 Michael TüxenFix syntax error showing up when using debug ouput.
2012-12-23 Guy HarrisFix indentation.
2012-12-23 Gerald CombsAdd ui_packet_comment_dialog.h and ui_time_shift_dialog.h.
2012-12-23 Gerald CombsQt .ui files are XML. Set their SVN properties accordingly.
2012-12-23 Gerald CombsQt: Implement packet comments. Fix packet detail updates.
2012-12-23 Gerald CombsAdd the time shift dialog.
2012-12-22 Martin Kaiserrevert r46678
2012-12-22 Martin Kaisertrivial: clean up epan/strutil.c
2012-12-22 Martin Kaisercheck the length parameter for tvb_get_unicode_string...
2012-12-22 Anders BromanDefine GTK_SCHEMAS_DIR
2012-12-22 Anders BromanPut back the 'right' GTK3 bundles
2012-12-22 Evan HuusRemove unneeded initializations, and one redundant...
2012-12-22 Michael TüxenFox copy-and-paste error.
2012-12-22 Evan HuusRemove one unneeded initializer and add one missing...
2012-12-22 Michael TüxenAdd support for writing the packet block flags for...
2012-12-22 Michael TüxenAdd support for displaying the Packet Block Flags Word...
2012-12-22 Pascal QuantinUpdate User Guide
next