aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-02-17time_t and nstime.nsecs are both signed so don't cast them to unsigned to dis...Jeff Morriss1-1/+1
2012-02-17Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6703 :Jeff Morriss1-1/+1
2012-02-17(Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-8/+23
2012-02-16Use tce correct IE idAnders Broman1-4/+9
2012-02-16Register the p772 dissector.Stig Bjørlykke1-1/+2
2012-02-16Let part of the patch speak for itself:Jörg Mayer1-3/+25
2012-02-16From Naoyoshi Ueda:Anders Broman2-69/+101
2012-02-16Fix the rest of of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-34/+39
2012-02-15From Pascal Quantin:Anders Broman1-2/+3
2012-02-15From Andy Karch:Anders Broman1-14/+32
2012-02-14From David Wei:Anders Broman1-6/+12
2012-02-14As Guy suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6765 :Jeff Morriss1-22/+2
2012-02-14- dissect_vendor_ie_atheros:Jörg Mayer1-20/+29
2012-02-14To quote section "7.2.1 Type" of RFC 2068, "Hypertext Transfer ProtocolGuy Harris1-7/+17
2012-02-14Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-13/+13
2012-02-14As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6763 :Jeff Morriss1-1/+1
2012-02-14This dissector calls process_reassembled_data() so there's no need for it toJeff Morriss1-12/+0
2012-02-14There's no need to get the parent of an item we're passing intoJeff Morriss2-2/+2
2012-02-13From Pascal Quantin:Anders Broman1-2/+9
2012-02-13Handle piggybacked messages.Anders Broman1-3/+19
2012-02-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :Jeff Morriss1-2/+22
2012-02-13Start itemizing.Jörg Mayer1-29/+52
2012-02-13In a loop of the formGuy Harris1-12/+14
2012-02-13If WIRESHARK_ABORT_ON_DISSECTOR_BUG is set (in the environment) and we put moreJeff Morriss1-0/+2
2012-02-12Close parentheses in expert info.Guy Harris1-1/+1
2012-02-12Don't trust the pointer value in a packet; it could be invalid, and thisGuy Harris1-2/+20
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+11
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+6
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+14
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+0
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+30
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-02-12Enhance BGP Notification messageAlexis La Goutte2-67/+112
2012-02-12[Automatic manuf, services and enterprise-numbers update for 2012-02-12]Gerald Combs1-8/+136
2012-02-12From Steve Magnani:Anders Broman2-1/+15
2012-02-11Use the length-on-the-network, not the captured length, when decidingGuy Harris1-1/+1
2012-02-11Don't bail out of a non-heuristic dissector routine just because there'sGuy Harris1-3/+0
2012-02-11Get rid of checkapi warning about %hh.Guy Harris1-2/+2
2012-02-11mpeg_pat.cur_next_ind looks like a Boolean; make it one. That alsoGuy Harris1-4/+3
2012-02-11From Steve Magnani:Anders Broman1-2/+5
2012-02-11From Guy Martin:Anders Broman3-0/+221
2012-02-11From Guy Martin:Anders Broman3-0/+207
2012-02-11From Guy Martin:Anders Broman3-0/+276