summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-06mikey: do not request more data on proto violationPeter Wu1-12/+26
2014-07-06ms-mms: fix retval for short pkts, fix reading flagsPeter Wu1-7/+5
2014-07-06[Automatic manuf, services and enterprise-numbers update for 2014-07-06]Gerald Combs4-14/+282
2014-07-06Use g_hash_table_new_full to free some valuesEvan Huus2-15/+21
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann19-688/+381
2014-07-06Squelch casting-away-constness warnings.Guy Harris1-4/+4
2014-07-06Squash casting-away-constness warnings.Guy Harris1-3/+3
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко29-220/+176
2014-07-06Change display filters to prefix with ipmi.traceMichael Mann1-17/+17
2014-07-06Fix more errors revealed by enum-to-integer conversion warnings.Guy Harris1-5/+5
2014-07-06Squelch a warning.Guy Harris1-1/+1
2014-07-06Add consts to casts to suppress warnings.Guy Harris1-8/+8
2014-07-06Pull the record processing into netmon_process_record().Guy Harris1-135/+126
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann17-235/+105
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-2/+5
2014-07-05Reset state when cycling ring-buffer files in tshark.Evan Huus1-5/+9
2014-07-059p: fix version detection, fix dissect_9P retvalPeter Wu1-176/+105
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann28-960/+511
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-1/+1
2014-07-05Fix whitespace issues.Guy Harris1-5/+5
2014-07-05Handle the UTC timestamps in NetMon 2.3 files.Guy Harris1-122/+148
2014-07-05Update libnghttp2 to latest master (add support for draft-13)Alexis La Goutte10-4412/+4487
2014-07-04Expand a variable from 16 to 32 bits (and make it signed).Evan Huus1-1/+1
2014-07-04ETSI CAT: upgrade dissector to Release 12Pascal Quantin2-15/+161
2014-07-04Build libcaputils PIE, so it can be linked with dumpcap when it's built PIE.Guy Harris1-1/+7
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann33-577/+326
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann18-676/+348
2014-07-04Handle the case where the previous PDU has left an extra CRLF in the stream.R...AndersBroman1-2/+28
2014-07-04Add missing /AndersBroman1-1/+1
2014-07-04rawshark needs libcaputils.Guy Harris1-2/+2
2014-07-04Reflect the rename of get_XXX_pcap_version() to get_XXX_caplibs_version().Guy Harris1-4/+4
2014-07-04Fix the no-libpcap build.Guy Harris1-3/+1
2014-07-04wmemify some nfs functions, fixing much leaked memoryEvan Huus2-63/+45
2014-07-04capture_ifinfo.h moved to caputils.Guy Harris1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris55-291/+538
2014-07-04Remove accidental trailing \Evan Huus1-1/+1
2014-07-04Sort by name list of fileAlexis La Goutte1-15/+16
2014-07-04Fix infinite loop in RTCP dissectorEvan Huus1-0/+3
2014-07-04Add Bus ID to USB Address ColumnSean O. Stalley4-8/+21
2014-07-04(trivial) moved 'is request' comment in dissect_usb_common()Sean O. Stalley1-1/+2
2014-07-03packet-vnc.c: Fix a bug in displaying a set of FT_BOOLEAN bit fields (found b...Bill Meier1-4/+4
2014-07-03packet-vnc.c: Restore tvb_get_string() --> tvb_get_string_enc() changes lost ...Bill Meier1-6/+6
2014-07-03packet-vnc.c: Improve dissectionBill Meier1-54/+266
2014-07-03Manually revert "Make COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING macros."Jakub Zawadzki1-85/+79
2014-07-03Sometimes Git can be a real pain.Guy Harris1-0/+76
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris94-171/+95
2014-07-03stat_menu.h moved to libui.Guy Harris1-1/+1
2014-07-03Make wsutil depend on gitversion.Guy Harris3-14/+2
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris4-4/+12
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris5-9/+90