aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-28Add missing new dissectors to CMakeAlexis La Goutte1-0/+2
2012-12-28Tab => SpacesAlexis La Goutte1-3/+3
2012-12-28Fix [ 77%] Building C object CMakeFiles/qtshark.dir/iface_monitor.c.o iface_m...Alexis La Goutte1-1/+1
2012-12-28Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...Alexis La Goutte1-4/+4
2012-12-28Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...Alexis La Goutte2-2/+2
2012-12-28Use the "if (file_gets(...) == NULL) { fail }" style, as used elsewhere.Guy Harris1-13/+12
2012-12-28Always check the return value of read_new_line().Guy Harris1-20/+28
2012-12-27Make the alignment amount for the wmem block allocator into a #defineEvan Huus1-4/+12
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris8-229/+166
2012-12-27Pre-declare just the enum, and not the typedef to avoid redefinition warnings.Evan Huus1-3/+3
2012-12-27Add documentation about the environment variable.Evan Huus1-0/+6
2012-12-27Change the format of the environment variable slightly to allow overridingEvan Huus2-8/+20
2012-12-27Update wmem docs to include new type field.Evan Huus1-3/+11
2012-12-27Store the type of each wmem allocator.Evan Huus2-4/+17
2012-12-27Add full modelines and minor whitespace fixes.Evan Huus1-3/+8
2012-12-27Remove an unused variable.Gerald Combs1-2/+1
2012-12-27Make sure our loops terminate.Gerald Combs1-1/+5
2012-12-27Add initial support forMichael Tüxen2-0/+238
2012-12-27Move common profile code to ui/profile.[ch].Gerald Combs5-335/+494
2012-12-27Add "+", "-", and "copy" images. Document their origins.Gerald Combs6-0/+10
2012-12-27From Pawel Dziepak:dissect_rpc_array causes assertion fault when array is emp...Anders Broman1-7/+8
2012-12-27OK, fine, how about 4 characters initializing a 4-character array?Guy Harris1-2/+2
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris43-324/+332
2012-12-27From Ankith: Media Independent handover (MIH) protocol dissector. https://bug...Anders Broman2-0/+4736
2012-12-27Add Media Independent Handover Protocol ethertypeAnders Broman2-0/+5
2012-12-26Tabs -> spaces.Guy Harris1-1/+1
2012-12-26Update a comment.Guy Harris1-4/+2
2012-12-26geoip_db_get_paths() is exported from libwireshark, so it has to existGuy Harris2-4/+5
2012-12-26Update a comment.Guy Harris1-2/+3
2012-12-26Do array bounds checking.Guy Harris1-4/+8
2012-12-26Make sure we don't sign-extend the (binary) bytes of the message length.Guy Harris1-1/+1
2012-12-26Don't define geoip_db_get_paths() unless we have GeoIP - we don't use itGuy Harris2-5/+4
2012-12-26Use casts rather than changing the prototype of pipe_convert_header.Evan Huus1-9/+9
2012-12-26From Michal Labedzki: To ensure that names are correct copy NULL too This fix...Anders Broman1-14/+14
2012-12-26Make dumpcap build on WindowsAnders Broman1-4/+7
2012-12-26Squelch some Windows-only warnings - the third argument to _read() isGuy Harris1-3/+3
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus3-5/+5
2012-12-26Cast away another const warning that only shows up under really recent GCCs.Evan Huus1-10/+16
2012-12-26if 0 out debug codeAnders Broman1-0/+2
2012-12-26if 0 out debug codeAnders Broman1-2/+2
2012-12-26Move summary related stuff to summary_dlgAnders Broman5-80/+92
2012-12-26Another 64-bit-to-32-bit warning on 32-bit platforms.Guy Harris1-1/+1
2012-12-26Fix another discarded qualifier error.Guy Harris4-20/+3
2012-12-26pipe_write_header() should return ssize_t, as it returns the returnGuy Harris2-2/+2
2012-12-26If the attempt to read the record header fails because we hit the EOF,Guy Harris1-1/+6
2012-12-26On I/O errors when opening a file, use wtap_close() to clean up, to makeGuy Harris1-8/+2
2012-12-26OK, see if not using an enum gets rid of "implicit conversion shortensGuy Harris1-58/+56
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris2-5/+5
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris1-35/+18
2012-12-26bytestring_to_str() now returns a const char *; assign its result to aGuy Harris2-2/+2