aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-22Move TRY CATCH outside reading packet loops.Jakub Zawadzki1-49/+45
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki4-4/+4
2012-10-22Memory for address->data store in pinfo can no longer be ep_ allocated.Jakub Zawadzki1-2/+1
2012-10-22Wireshark Filter Expression dialog does not sort list of named fields. Patch...Chris Maynard1-2/+7
2012-10-22Fix bug #7892: Buildbot crash output: fuzz-2012-10-21-27120.pcapJakub Zawadzki1-14/+10
2012-10-22Avoid potential infinite loops. Fixes https://bugs.wireshark.org/bugzilla/sh...Chris Maynard1-6/+8
2012-10-22Add missing newline at end of filePascal Quantin1-1/+1
2012-10-221) Allow for the possibility for both packet summary and packet details to beChris Maynard3-70/+97
2012-10-22Try reverting r45351 again. It looks like the recent changes areGerald Combs2-0/+0
2012-10-22Extend value_strings with entries from IANA.Anders Broman1-48/+65
2012-10-22Add a link to IANA.Anders Broman1-0/+1
2012-10-22FixJörg Mayer1-2/+2
2012-10-22FixAnders Broman1-2/+1
2012-10-22from Allan M. Madsen:Anders Broman10-158/+3911
2012-10-22From Matthias St. Pierre:Anders Broman2-11/+34
2012-10-22g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman3-0/+38
2012-10-22Have separate seek-read routines for V1.0 and V2.0.Guy Harris1-161/+211
2012-10-22Pull the length-and-caplen setting operations in the read routines intoGuy Harris1-33/+47
2012-10-22Pass a pointer to a struct wtap_pkthdr to a bunch of macros; this allowsGuy Harris1-143/+117
2012-10-22Bug 7884 - replace proto_tree_add_text with expert_info for packet-mpls-echo....Michael Mann3-109/+132
2012-10-21More white-space cleanups.Guy Harris1-23/+23
2012-10-21Use phdr->pseudo_header in the seek-read routine, rather than puttingGuy Harris1-4/+3
2012-10-21Tabs -> spaces, and other whitespace cleanups.Guy Harris1-952/+952
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-15/+17
2012-10-21Fix a few errors found by checkhf.pl and fix-encoding-args.plPascal Quantin1-15/+8
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-35/+22
2012-10-21From Sho Amano via https://www.wireshark.org/lists/wireshark-dev/201210/msg00...Pascal Quantin1-4/+4
2012-10-21Include ui/win32/console_win32.c.Guy Harris1-0/+1
2012-10-21Simplify #ifdef blocksPascal Quantin1-6/+5
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] def...Pascal Quantin7-8/+9
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_...Alexis La Goutte5-6/+6
2012-10-21Make Windows Buildbot happyAlexis La Goutte2-2/+2
2012-10-21Make buildbot happy and add modelines infoAlexis La Goutte2-12/+39
2012-10-21Add svn:keyworks and svn:eol-style to ui/win32/console_win32.[ch] (not found ...Alexis La Goutte0-0/+0
2012-10-21AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman2-6/+12
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-10-21Fix Passed-by-value struct argument contains uninitialized data Warning found...Alexis La Goutte1-0/+3
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+9
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-10-21Add MSWindows console to QtSharkAlexis La Goutte1-17/+6
2012-10-21Move MSWindows console "windows" to ui/win32/console_win32.[ch]Alexis La Goutte4-82/+246
2012-10-21[Automatic manuf, services and enterprise-numbers update for 2012-10-21]Gerald Combs3-7/+176
2012-10-20Make r45511 work also without HAVE_C_ARES.Jakub Zawadzki1-27/+32
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki3-10/+18
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki9-40/+43
2012-10-20I don't understand how this variable might be clobbered, but mark it volatile...Jakub Zawadzki1-1/+1