aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-04-27Silence a false-positive warning from older GCCs:Evan Huus1-1/+1
2013-04-27From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8605Evan Huus1-327/+390
2013-04-27remove unnecessary if (tree) checksMartin Kaiser1-111/+84
2013-04-26From me: only sign-extend BER integers if the field is actually signedEvan Huus2-5/+6
2013-04-25Flag as malformed expert info if we see padding subheaders at start andMartin Mathieson1-0/+8
2013-04-25From Mathias GuettlerMartin Kaiser1-1/+1
2013-04-25Enhance dissection of feedbackPascal Quantin1-6/+16
2013-04-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8611Evan Huus1-0/+11
2013-04-25Try to please the OSX buildbotsPascal Quantin1-3/+3
2013-04-24Convert a few proto_tree_add_text to proto_tree_add_items. The dissector was...Michael Mann1-23/+98
2013-04-24convert some proto_tree_add_texts into expert_add_info_format. Didn't quite ...Michael Mann1-15/+15
2013-04-24Add a few IP filterable fields to make checkAPIs.pl happy. It appears that "...Michael Mann1-51/+78
2013-04-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8610 :Pascal Quantin1-18/+29
2013-04-24Fix format string typo causingEvan Huus1-1/+1
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus5-35/+33
2013-04-23Add a quick check for a first printable character to avoid a more expensiveMartin Mathieson1-0/+11
2013-04-23Turn some preferences on by default. Won't affect info column.Martin Mathieson1-3/+3
2013-04-23oops, missed a linebreakMartin Kaiser1-1/+2
2013-04-23From Mathias GuettlerMartin Kaiser3-0/+1593
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman1-0/+1
2013-04-23Restore a lost hf def.Anders Broman1-0/+5
2013-04-23When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.Martin Mathieson1-0/+6
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Dissect new element in GTPv2 MM Context.Anders Broman1-7/+29
2013-04-22Fix warning: 'attr_mask_offset' may be used uninitialized in this function in...Alexis La Goutte1-1/+1
2013-04-22From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8601 ...Alexis La Goutte1-736/+345
2013-04-22Fix encoding args (via fix-encodings-args tools) Add Modelines infoAlexis La Goutte1-19/+31
2013-04-22Add dissection of Aruba Networks Vendor Specific stuff. With ArubaOS 6.2, the...Alexis La Goutte1-0/+61
2013-04-22Don't report duplicate use of IP address twice when dissecting aMartin Mathieson1-1/+2
2013-04-22Improve AUTH handling (NTLM and elementary PLAIN mechanism)Michael Mann1-3/+162
2013-04-21General cleanup.Michael Mann1-723/+597
2013-04-21Dissect more TLV objectsPascal Quantin1-5/+82
2013-04-21In tcp_dissect_pdus(), don't put the PDU length into the protocol treeGuy Harris1-29/+28
2013-04-21Update a comment.Guy Harris1-1/+1
2013-04-21Fix new gcc 4.8 warning:Jörg Mayer1-3/+3
2013-04-21Fix new warning in gcc 4.8:Jörg Mayer1-4/+4
2013-04-20Initialize branch_taken right at the top of dissect_ber_choice so that theEvan Huus1-3/+4
2013-04-20Remove expert info for bit AD in DNS queryAlexis La Goutte1-3/+1
2013-04-20Enhance BT-DHT Dissector * Use proto_tree_add_item * Enhance display list (no...Alexis La Goutte1-45/+39
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris1-4/+8
2013-04-19Remove duplicate hf array entry.Evan Huus1-5/+0
2013-04-19s/mfs/nfs/Evan Huus1-4/+4
2013-04-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8581Evan Huus7-3369/+3501
2013-04-19Slightly improve heuristics to not interpret a zero-filled trailerJörg Mayer1-0/+6