summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-29From Johan Wåhl:Anders Broman1-0/+44
2013-08-29From Hauke Mehrtens:Michael Mann1-204/+97
2013-08-29Minor reformatting; Also: remove some boilerplate comments.Bill Meier1-66/+60
2013-08-29Minor cleanup:Bill Meier1-44/+31
2013-08-29Fix some indentation to match mode-lines; Do some other minor reformatting.Bill Meier1-33/+34
2013-08-28Slightly improve the decoding of unknown Aironet IEsJörg Mayer1-2/+9
2013-08-28Fix a copy-paste error.Anders Broman1-1/+1
2013-08-28packet-aruba-erm.c:136: warning: 'range_add_callback' defined but not usedAnders Broman1-11/+0
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman8-115/+21
2013-08-28Fix copy/paste error introduced in r51541 and spotted by JoergPascal Quantin1-2/+2
2013-08-28As reported by Ben Smith (thex1le@gmail.com) on #wireshark:Jörg Mayer1-1/+13
2013-08-28Comment out a line that seems to do nothing.Jörg Mayer1-1/+1
2013-08-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-61/+74
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-328/+340
2013-08-27Enhance TLS ALPN dissection (Add length of ALPN)Alexis La Goutte1-2/+16
2013-08-27Add a DRX subtree to GTP dissector now that the subtree (useless for NAS and ...Pascal Quantin2-26/+28
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman15-233/+36
2013-08-27Make SPLIT PG CYCLE CODE filterablePascal Quantin1-69/+124
2013-08-27From Jiri Engelthaler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-18/+22
2013-08-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9076 :Pascal Quantin1-0/+18
2013-08-27revert the last commit, the comment was correct alreadyMartin Kaiser1-1/+1
2013-08-27correct a comment: resource -> itemMartin Kaiser1-1/+1
2013-08-27set item len correctlyMartin Kaiser1-2/+2
2013-08-27better function name, make it clear what we want to doMartin Kaiser1-3/+4
2013-08-27dissect the components of the HID descriptorMartin Kaiser1-4/+52
2013-08-27register a dissector for HID class specific descriptorsMartin Kaiser3-3/+35
2013-08-27From Michal Labedzki:Anders Broman2-78/+86
2013-08-27From Chun-Yeow:Anders Broman1-1/+60
2013-08-27From Dmitry Dyachenko:Anders Broman1-4/+32
2013-08-26TABs -> spacesMartin Kaiser1-700/+713
2013-08-26From Jiri Engelthaler viaEvan Huus1-6/+19
2013-08-26Make the UDP port preference a range.Anders Broman1-13/+9
2013-08-26Make all expert info filterable. Display filter names may need review, but a...Michael Mann1-114/+149
2013-08-25Batch of filterable expert infos.Michael Mann10-261/+362
2013-08-25Simplify adding and deletetion of port ranges by adding new methods.Anders Broman3-28/+41
2013-08-25Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus1-5/+7
2013-08-25Convert XMPP dissector suite to wmem.Evan Huus5-62/+63
2013-08-25Replace some emem with wmem.Evan Huus6-181/+172
2013-08-25[Automatic manuf, services and enterprise-numbers update for 2013-08-25]Gerald Combs1-19/+243
2013-08-24From Chris Pane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9063Evan Huus1-7/+12
2013-08-24Use the correct length field when tagging the SSID. Fixes the first valgrindEvan Huus1-3/+4
2013-08-24From Tommy Wu:Anders Broman1-46/+61
2013-08-24From Simon Zhong: Convert several proto_tree_add_text into filterable expert ...Michael Mann1-81/+104
2013-08-23Clang, clang, clang went the warning....Guy Harris1-1/+1
2013-08-23Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin1-127/+144
2013-08-23From Martin Mathieson:Pascal Quantin1-131/+311
2013-08-23Batch of filterable expert infos.Michael Mann14-322/+422
2013-08-23Purge some emem.Evan Huus2-74/+57
2013-08-22proto: simplify proto_tree_add_pi() remove out pointer to field_info *Jakub Zawadzki1-69/+44