aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Revert the background color for TCP and lighten it for UDP. Change theGerald Combs1-4/+4
2012-10-191) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard1-13/+13
2012-10-19Mark unused variable with _U_Jakub Zawadzki1-4/+1
2012-10-19Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris1-8/+15
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-18Get rid of unnecessary block braces, clean up white space.Guy Harris1-18/+12
2012-10-18Minor Updates:Bill Meier1-138/+643
2012-10-18Minor cleanup:Bill Meier4-11/+11
2012-10-18Fix CMake build:Evan Huus2-5/+5
2012-10-18Move some arguments up a line.Guy Harris1-5/+4
2012-10-18Show the object export dialog in accordance with the QtGerald Combs3-39/+44
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs22-209/+894
2012-10-18(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871Martin Kaiser1-1/+1
2012-10-18minor cleanup of packet-wtp.cMartin Kaiser1-758/+731
2012-10-18(Trivial)Bill Meier1-21/+25
2012-10-18add CC datatype IDs for the SRM protocolMartin Kaiser1-0/+4
2012-10-18Minor cleanup:Bill Meier1-1300/+1299
2012-10-18Minor cleanup:Bill Meier1-159/+154
2012-10-18Minor cleanup:Bill Meier1-6/+5
2012-10-18Don't mark used arguments with _U_. Whitespace: tabs -> spaces.Chris Maynard1-245/+245
2012-10-18Minor cleanup:Bill Meier1-442/+512
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-18Fix Coverity CID 739070: Unused pointer value.Chris Maynard1-1/+1
2012-10-18Minor cleanup:Bill Meier1-73/+70
2012-10-18Minor cleanup:Bill Meier1-480/+479
2012-10-18Dissect additional information parameters for Result objectPascal Quantin1-3/+132
2012-10-18tvb_reported_length_remaining() can return -1, so don't assign the return val...Chris Maynard1-2/+2
2012-10-18General cleanup:Bill Meier1-338/+253
2012-10-18From Matthias St. Pierre:Anders Broman1-5/+11
2012-10-18Add a few EUTRAN related elementary files and reorder some value_string arraysPascal Quantin1-26/+34
2012-10-18Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris1-17/+39
2012-10-18Redo the processing of lines in iSeries text packet dumps.Guy Harris1-311/+208
2012-10-18Reformat for readability:Bill Meier1-1400/+1798
2012-10-17Only cap_len (not pkt_len) bytes of buffer are valid.Jakub Zawadzki1-4/+4
2012-10-17Fix a copy/paste errorJakub Zawadzki1-1/+1
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki9-161/+133
2012-10-17"Wireshark", in this context, mainly means "libwireshark"; preferencesGuy Harris1-8/+1
2012-10-17Cleanup:Bill Meier1-119/+105
2012-10-17(Trivial) remove trailing whitespace.Bill Meier1-9/+9
2012-10-17Read the program name rather than hardcoding it.Anders Broman1-1/+8
2012-10-17fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7869Martin Kaiser1-1/+1
2012-10-17Fix some UM sequence analysis issues.Martin Mathieson1-22/+22
2012-10-17#include <gtk/gtk.h> not req'd; Fixes compile errorsBill Meier2-2/+0
2012-10-17The first 4 bytes of the Prism header are, apparently, a "message code",Guy Harris1-66/+89
2012-10-16Change the "Bytes" column to "Size" and make its values human readable.Gerald Combs1-4/+8
2012-10-16Set svn:eol-style property to LF.Bill Meier0-0/+0
2012-10-16Move the DICOM, HTTP, and SMB object export code to the ui directory.Gerald Combs11-89/+147
2012-10-16Use local variable, local one is also used later by epan_dissect_run().Jakub Zawadzki1-1/+1
2012-10-16Don't try to use a non-existant pseudo_header variable.Evan Huus1-1/+1
2012-10-16Second try to fix wslua building.Jakub Zawadzki1-2/+3