summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Remove expert_info for unknown/undecode Atheros frame...Alexis La Goutte1-3/+1
2013-03-04From 802.11-2012.pdfAlexis La Goutte1-127/+381
2013-03-04Fix typo about length of BSS Available Admission Capacity IEAlexis La Goutte1-4/+4
2013-03-04Use explicit casts.Anders Broman3-19/+19
2013-03-04Use explicit casts.Anders Broman4-22/+22
2013-03-03Use explicit casts.Anders Broman2-26/+27
2013-03-03Fixed two wrong encoding parameters found by fix-encoding-args.pl and a typo ...Pascal Quantin1-3/+3
2013-03-03Replace proto_tree_add_text "error messages" with expert_add_info_formatMichael Mann1-174/+123
2013-03-03The general convention for "interpreted" fields, where we display a moreGuy Harris1-2/+3
2013-03-03proto_tree_add_uint_format_value() puts the field name into the textualGuy Harris1-18/+18
2013-03-02Revert file committed by mistake in r48023Pascal Quantin1-63/+102
2013-03-02Remove a useless pointerPascal Quantin1-1/+0
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin17-518/+460
2013-03-02Convert at least enough proto_tree_add_text to proto_tree_add_item/expert_inf...Michael Mann1-233/+239
2013-03-02Move the setting of pt to where it was before the changes, so it'sGuy Harris1-3/+3
2013-03-02From beroset:Anders Broman2-101/+90
2013-03-02Pass the same offset to tvb_ensure_bytes_exist and fragment_add.Evan Huus1-1/+1
2013-03-02General cleanup including:Michael Mann1-246/+185
2013-03-02Use explicit casts.Anders Broman7-35/+35
2013-03-02Fix a copy/paste error and factorize dissection of extension header length an...Pascal Quantin1-25/+14
2013-03-02From beroset:Anders Broman1-54/+55
2013-03-02From Lakshmi Narayana Madala :Anders Broman1-23/+56
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey88-274/+521
2013-03-01From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338Evan Huus2-17/+27
2013-03-01From beroset:Anders Broman1-86/+86
2013-03-01Revert r47839, it is not needed with r47979.Evan Huus1-1/+1
2013-03-01Add a much better workaround for bug #8382 and some expert info.Evan Huus1-4/+22
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-118/+118
2013-03-01Addendum to r47962, caught by Jakub Zawadzki viaEvan Huus1-2/+2
2013-03-01Fix Coverity CID 280396: Logically dead code.Chris Maynard1-12/+4
2013-03-01Fix Coverity CID 280371: Logically dead code.Chris Maynard1-3/+1
2013-03-01Fix Coverity CID 280369: Logically dead code.Chris Maynard1-2/+0
2013-03-01From beroset:Anders Broman2-6/+6
2013-03-01Fix Coverity CID 280367: Logically dead code.Chris Maynard1-3/+0
2013-03-01Fix Coverity CID 280365: Logically dead code.Chris Maynard1-1/+1
2013-03-01Fix Coverity CID 280362: Logically dead code.Chris Maynard1-2/+3
2013-03-01Fix Coverity CID 280391: Logically dead code.Chris Maynard1-2/+0
2013-03-01Fix Coverity CID 988967: Logically dead code.Chris Maynard1-1/+1
2013-03-01From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus2-0/+389
2013-02-28Re-add statement accidentally removed in r47950 that was resulting in aEvan Huus1-0/+1
2013-02-28Replace proto_tree_add_text with proto_tree_add_item/expert_infoMichael Mann1-48/+77
2013-02-28Fix dissection of feedback with large CIDPascal Quantin1-0/+1
2013-02-28Use proto_tree_add_item (or similar) instead of proto_item_add_text.Michael Mann1-162/+304
2013-02-28Convert proto_item_add_text to proto_item_add_item.Michael Mann1-618/+578
2013-02-28Update a comment.Guy Harris1-4/+4
2013-02-28Dissect japan ISUP Charging Info IE.Anders Broman1-13/+30
2013-02-28From Hadriel Kaplan via https://www.wireshark.org/lists/wireshark-dev/201302/...Pascal Quantin1-1/+1
2013-02-28Combine all the flags fields into one field, and get rid of theGuy Harris1-112/+90
2013-02-28Fix Coverity CID 719419: Dereference after null check.Chris Maynard1-2/+2
2013-02-28Fix Coverity CID 280377: Dead default in switch.Chris Maynard1-14/+4