obnox/wireshark/wip.git
2010-05-24 guyAt least according to the CMake 2.6 documentation,
2010-05-24 morrissFix the value_string regexp so it doesn't match value_s...
2010-05-24 jmayer- Add a comment about the magic in the FindXXX.cmake...
2010-05-24 guyUse the new name for the last argument to proto_tree_ad...
2010-05-24 martinmCheck that the PDU isn't bigger than the reported grant...
2010-05-24 morrissFix reassemble_test's (copy of the) proto_tree_add_item...
2010-05-24 etxrabUse value_string_ext for AVP:s
2010-05-24 etxrabFrom Tamás Regõs:
2010-05-24 etxrabFrom Pascal Quantin:
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-05-24 etxrabAdd missing vendor atribute.
2010-05-24 etxrabMove VLAN and ARP closer to the top.
2010-05-24 etxrabFix a typo.
2010-05-24 guyUse the new REP_ values for proto_tree_add_item().
2010-05-24 guyUse REP_BIG_ENDIAN for integral data types not already...
2010-05-24 guyGet rid of private byte-order definition. The definiti...
2010-05-23 geraldMake get_ber_length() iterative instead of recursive...
2010-05-23 sakeFix for bug 4544 - Decrypted data for STARTLS session...
2010-05-23 stigUpdate the services file from IANA's port-numbers.
2010-05-23 gerald[Automatic manuf and enterprise-numbers update for...
2010-05-23 etxrabDescribe values_string_ext.
2010-05-23 guyDeclare ipproto_val_ext as extern, in the hopes that...
2010-05-22 etxrabUse value_string_ext for ip protocol.
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-05-20 wmeierFix regression: unable to enter values in Filter Expres...
2010-05-20 jakeFix for bug 4778:
2010-05-20 jakeFrom Hadar Shoham:
2010-05-20 stigFixed warning "Field width should have type 'int'".
2010-05-20 stigRewrote to avoid "More data arguments than '%' conversi...
2010-05-20 stigRewrote to avoid "More data arguments than '%' conversi...
2010-05-20 guyDon't assume that certain address columns are always...
2010-05-19 guyDetect clang and llvm-gcc.
2010-05-19 guyDon't have -M affect -v yet; if we end up, for example...
2010-05-19 dimegRemove debugging printf from match_strval_ext_init()
2010-05-19 martinmRemove VALS cast as discussed on dev mailing list.
2010-05-19 morrissFollowup to rev 23668: ansi_a_ios501_elem_1_strings...
2010-05-19 jakeFrom Lars Ruoff:
2010-05-19 jmayerCommit 32350 replaced the self written FindZ.cmake...
2010-05-19 wmeierAdd svn 'keywords' and 'eol-style' properties
2010-05-19 krjAdd and use BTOBEX_CODE_VALS_MASK to avoid hardcoding...
2010-05-19 krjRemove a couple of check_col()
2010-05-19 krjUse newly introduced BTOBEX_CODE_VALS_CONNECT define
2010-05-19 krjIntroduce defines to avoid hardcoding values
2010-05-19 krjTighten scope of code variable
2010-05-19 stigAdded a preference to display data as text.
2010-05-19 krjRemove superfluous NULL assignment
2010-05-19 krjRemove weird assignment to pinfo->private_data
2010-05-19 krjRemove references to ppp_handle (unused)
2010-05-19 krjPass along btrfcomm_data_t to higher layer protocols
2010-05-19 krjAlign defines
2010-05-19 guyFix indentation.
2010-05-19 guyFix comments.
2010-05-19 guyIf the user asks for the Capture -> Interfaces dialog...
2010-05-19 guy-S doesn't require an interface, either.
2010-05-19 guyRegularize indentation a bit.
2010-05-18 sahlbergiscsi also has a system port (860) registered in additi...
2010-05-18 morrissUse val_to_str() instead of match_strval() to ensure...
2010-05-18 morrissAdd epan/dissectors/dcerpc/ and epan/dissectors/pidl...
2010-05-18 morrissAvoid passing a NULL pointer to a string to proto_tree_...
2010-05-18 morrissUse val_to_str() instead of match_strval() to ensure...
2010-05-18 wmeierRestore blank line before "and by" removed in SVN ...
2010-05-18 morrissAdd Slava as per https://bugs.wireshark.org/bugzilla...
2010-05-18 krjAdd FIXME
2010-05-18 krjRemove NULL pointer guard in defragment_init()
2010-05-18 krjRemove a couple of superfluous NULL assignments
2010-05-18 krjRemove a couple of check_col()
2010-05-18 krjParse everything as OBEX (for now).
2010-05-18 stigAdd proper item for "User encapsulation not handled...
2010-05-18 krjRemove #if 0 code
2010-05-18 krjHandle fgets() error path
2010-05-18 krjMark defragment_init() as an init routine
2010-05-18 krjFix several GCC build issues
2010-05-18 krjAdd Allan M. Madsen
2010-05-18 krjInclude (local) packet-btl2cap.h properly
2010-05-18 krjFrom Allan M. Madsen:
2010-05-18 jakePrepare the docbooks for the 1.4 branch.
2010-05-18 krjExtract ogf from the opcode
2010-05-18 jakeAdd CPackConfig.txt to the tarball.
2010-05-18 krjDissect Synchronous Connection correctly
2010-05-18 guyFix some errors. Use FormatMessageA(), as we need...
2010-05-18 guySquelch an unused-variable warning.
2010-05-18 guyAdd a routine to convert Win32 error statuses into...
2010-05-18 guyMove some routines around, fix and shuffle comments.
2010-05-18 guyMove get_pcap_linktype() into dumpcap - it's not used...
2010-05-18 guyOnly negative return values from pcap_activate() are...
2010-05-18 guyDon't write the SP_SUCCESS messages unless -Z was speci...
2010-05-17 guyMake -Z always generate machine-readable output, and...
2010-05-17 guyIf dumpcap is run with -D, don't select a default inter...
2010-05-17 morrissDon't pass a NULL pointer to what is supposed to be...
2010-05-17 morrissAdd a bunch of tools to the source distribution
2010-05-17 stigAdded some new features.
2010-05-17 jakeFrom Lars Ruoff:
2010-05-17 guyUpdate a comment.
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-05-17 morrissUpdate Robert Hogan's entry to include TN5250
2010-05-17 wmeierFrom Torrey Atcitty: IEEE 1722(AVB Transport Protocol...
2010-05-17 morrissMove most of the contents of the header file into the...
2010-05-17 morrissRemove trailing white space
2010-05-17 morrissFrom Robert Hogan via https://bugs.wireshark.org/bugzil...
2010-05-17 morrissAdd CMakeOptions.txt to the source distribution
next