summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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-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 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