obnox/wireshark/wip.git
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeier#include <stdlib.h> not required;
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul:
2011-04-27 morrissFrom Mathieu Parent via https://bugs.wireshark.org...
2011-04-27 morrissFrom Anand Thakur via https://bugs.wireshark.org/bugzil...
2011-04-27 morrissPut the length of the country code in parenthesis ...
2011-04-27 darkjamesPacket editor: add support for FT_BOOLEAN, and integer...
2011-04-27 darkjamesRestore updating packet bar while loading file (removed...
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 etxrabRemove check_col().
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 etxrabFrom Yaniv Kaul:
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 guyMake the frame_data_sequence structure opaque, and...
2011-04-27 guyAdd frame_data_sequence.c.
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierBased upon a patch from Yaniv Kaul: Comment out unused...
2011-04-27 guyDon't free the frame_data_sequence unless we have one.
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-27 guyAnother hack to handle the one-pass case.
2011-04-26 guyShort-term hack to fix bug 5855 - don't try to process...
2011-04-26 guyIf HAVE_LIBGNUTLS isn't defined, don't build functions...
2011-04-26 guyIf HAVE_LIBGNUTLS isn't defined, don't build functions...
2011-04-26 geraldFrom Adam Langley via bug 4349:
2011-04-26 geraldFrom Ivan Sy via bug 3343:
2011-04-26 etxrabFrom Yaniv Kaul:
2011-04-26 geraldget_host_ipaddr() was returning numeric addresses in...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-26 darkjames- Synchronize gtk/Makefile.am checkapi with gtk/Makefil...
2011-04-26 darkjamesAdd new function packet_hex_editor_print.
2011-04-26 darkjamesPacket editing for single field_info:
2011-04-26 guyCast away warnings about "struct sockaddr" -> "struct...
2011-04-26 guyGet rid of a cast that was causing alignment warnings...
2011-04-26 guyGet rid of some code that's no longer relevant with...
2011-04-26 guyCast away warnings about "struct sockaddr" -> "struct...
2011-04-26 cmaynardRemove const qualifier to name, abbrev and blurb to...
2011-04-26 cmaynardPlug a memory leak.
2011-04-25 sfisherTake out extra pair of parenthesis
2011-04-25 darkjamesMake checkapi happy
2011-04-25 guyGet rid of some unnecessary casts that just provoke...
2011-04-25 guyMore fun with GArrays: cast away some warnings that...
2011-04-25 guyMore fun with GArrays: cast away some warnings that...
2011-04-25 guyGet rid of some extra parentheses that cause clang...
2011-04-25 darkjamesFix compilation warning:
2011-04-25 etxrabfrom Jakub Zawadzki:
2011-04-25 darkjames- Experimental support to edit single field_info.
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 sfisherCast away some clang errors about cast alignments that...
2011-04-25 sfisherFix clang error ("increases requird alignment from...
2011-04-25 guyMake the packet count an unsigned value, as frame numbe...
2011-04-25 morrissFrom Loránd Jakab via https://bugs.wireshark.org/bugzil...
2011-04-25 morrissFrom Joakim Wiberg via https://bugs.wireshark.org/bugzi...
2011-04-24 darkjamesPacket editing:
2011-04-24 darkjamesAllocate space for epan_dissect_t inside struct.
2011-04-24 darkjamesInitial support for editing packets inside wireshark.
2011-04-24 jmayerFix CID 813: Code after ERROR is dead code (never reached)
2011-04-24 guynew_packet_list_find_row_from_data() is always used...
2011-04-24 guyMake the interface combo box an entry, so you can type...
2011-04-24 guygtk_combo_box_new_text() returns a GtkComboBox, and...
2011-04-24 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-04-23 guyBack out previous change - I guess the Solaris buildbot...
2011-04-23 guyTry putting the include of config.h at the top of the...
2011-04-23 morrissRename g_gnuc_malloc.h to g_gnuc.h
2011-04-23 stigCheck if changing to another profile in change_configur...
2011-04-23 darkjamesUse orginal nsstime_t structures (without copying).
2011-04-22 sfisherDon't pass -fexcess-precision=fast to clang like we...
2011-04-22 morrissAvoid passing a NULL string pointer to format routines...
2011-04-22 sfisherFix various warnings found by clang 3.0 (trunk 129935...
2011-04-22 morrissAs suggested by Jakub Zawadzki:
2011-04-22 sfisherFix warning about using wrong enum that is probably...
2011-04-22 sfisherFix a "equality comparison with extraneous parentheses...
2011-04-22 sfisherFix a "equality comparison with extraneous parentheses...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 sfisherFix a few "equality comparison with extraneous parenthe...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 sfisherChange enum type in struct to an int to allow different...
2011-04-22 sfisherFix whitespace a bit and add field names from doc/READM...
2011-04-22 guyAssume the tags are mallocated, so they're properly...
2011-04-22 sfisherRemove enum cast that doesn't do anything and causes...
2011-04-22 sfisherFound by clang 3.0 (built from trunk): various implicit...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 morrissIf we're using GNUC, use attribute warn_unused_result...
2011-04-22 morrissUse the return value of proto_item_add_subtree(): put...
2011-04-22 morrissDon't create subtrees that are not used (and don't...
2011-04-22 morrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 morrissDon't create a subtree that is not used.
2011-04-22 morrissUse the return value of proto_item_add_subtree()
2011-04-22 morrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 morrissDon't create a subtree that is not used.
2011-04-22 morrissUse the return value of proto_item_add_subtree()
next