aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-10-22from Allan M. Madsen:Anders Broman9-157/+3907
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 Broman2-0/+37
2012-10-22Bug 7884 - replace proto_tree_add_text with expert_info for packet-mpls-echo....Michael Mann3-109/+132
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-21Make Windows Buildbot happyAlexis La Goutte1-1/+1
2012-10-21AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman1-6/+9
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-21[Automatic manuf, services and enterprise-numbers update for 2012-10-21]Gerald Combs1-1/+125
2012-10-20Make r45511 work also without HAVE_C_ARES.Jakub Zawadzki1-27/+32
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki2-9/+17
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki5-24/+27
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki3-2/+17
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki5-4/+52
2012-10-20- Free root node and tree data outside proto_tree_free_node,Jakub Zawadzki1-53/+19
2012-10-191) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard1-13/+13
2012-10-18Minor Updates:Bill Meier1-138/+643
2012-10-18Minor cleanup:Bill Meier4-11/+11
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs2-11/+19
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-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-18Reformat for readability:Bill Meier1-1400/+1798
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