aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss65-87/+241
2012-09-07From Aditya Ambadkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-7/+13
2012-09-06Fall back to using the parent tree if the AVP tree isn't set.Gerald Combs1-10/+10
2012-09-06packet-l2tp.c:880:9: error: unused variable 'rhcode' [-Werror=unused-variable]Anders Broman1-1/+0
2012-09-06Use proto_add_itemAnders Broman1-24/+15
2012-09-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7697 :Pascal Quantin1-2/+2
2012-09-06From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691Alexis La Goutte1-1/+2
2012-09-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+0
2012-09-06Prefer proto_tree_add_item (when it is possible)Alexis La Goutte1-21/+13
2012-09-06From Chris Elston:Anders Broman1-92/+252
2012-09-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7701 :Pascal Quantin1-4/+4
2012-09-05fix compilation on Win7x64 (I hope)Martin Kaiser1-1/+1
2012-09-05add modelines for the ftp dissectorMartin Kaiser1-0/+13
2012-09-05from Alexander KoeppeMartin Kaiser1-8/+19
2012-09-05Replace process_RequestOperation macro by a real function to speedup compilat...Pascal Quantin4-996/+1028
2012-09-05Update value_stringsAnders Broman1-13/+32
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7696 :Pascal Quantin1-0/+30
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7695 :Pascal Quantin1-3/+2
2012-09-05From Jared August:Anders Broman1-1/+171
2012-09-04Add dissection of SIP Servers option to DHCPv4 (RFC 3361)Pascal Quantin1-1/+77
2012-09-04Use libwireshark's xDLC handling functions and macros to process theGuy Harris1-62/+44
2012-09-04Fix compilation with gccPascal Quantin1-6/+5
2012-09-04Set SVN propertiesPascal Quantin1-1768/+1768
2012-09-04Add GED125 dissector Michael Mann3-0/+1770
2012-09-04Add modelines for DNS dissectorAlexis La Goutte1-0/+12
2012-09-04Small whitespace changesJörg Mayer1-5/+5
2012-09-03unify the handling for all DVB/MPEG sectionsMartin Kaiser4-22/+16
2012-09-03highlight only the actual bytes of EIT, SDT, TDT, TOT and BATMartin Kaiser5-24/+16
2012-09-03fix a typo in dvb service descriptorMartin Kaiser1-1/+1
2012-09-03(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411 :Jeff Morriss2-2/+5
2012-09-03Don't fetch the value twice (unsigned integer case). Fix a cut-n-pasteo.Jeff Morriss1-5/+1
2012-09-03add modelines for dvb sectionsMartin Kaiser7-0/+91
2012-09-03add editor modelines (that match the current indentation style)Martin Kaiser6-1/+77
2012-09-03Add missing newline at end of filePascal Quantin1-1/+1
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-1/+0
2012-09-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :Pascal Quantin1-0/+5
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki11-22/+22
2012-09-03MT: move global field_info_tmp to tree_data_tJakub Zawadzki2-12/+16
2012-09-02SCSI: lots of MMC improvements and prettificationsRonnie Sahlberg2-47/+222
2012-09-02SCSI: Improve decoding of GET_EVENT_STATUS_NOTIFICATIONRonnie Sahlberg1-17/+55
2012-09-02Use parentheses to clarify ambiguous operator precedence.Evan Huus1-1/+1
2012-09-02Fix compile with gcc. Mostly removing unused parameters and code.Evan Huus1-10/+13
2012-09-02From Mike Morrin:Anders Broman2-131/+1832
2012-09-02[Automatic manuf, services and enterprise-numbers update for 2012-09-02]Gerald Combs1-7/+159
2012-09-02length check "heuristics" for FF dissector (UDP + TCP)Michael Mann1-21/+23
2012-09-01Include packet-6lowpan.h in the release tarball.Guy Harris1-0/+1
2012-09-01Add expert warning when we get a mysql EOF marker and theEvan Huus1-1/+3
2012-09-01Add modelines and make indentation consistent.Evan Huus1-128/+141
2012-09-01Remove duplicate assignment (caught by cppcheck).Evan Huus1-1/+0
2012-09-01Fix C++-style comment caught by checkAPI.Evan Huus1-1/+1