aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Small updates to the SEL Fast Message dissector.Evan Huus1-16/+33
2013-01-07Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8164 :Pascal Quantin1-3/+17
2013-01-07Re-fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8169 in a way thatEvan Huus1-2/+3
2013-01-07Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8168 :Pascal Quantin1-1/+1
2013-01-07Fix potential (but very unlikely) overflow and infinite loop.Evan Huus1-2/+7
2013-01-07Add mode-lines.Evan Huus1-0/+13
2013-01-07Allow editing via the advanced preferences tree. Double-clicking anGerald Combs3-9/+29
2013-01-06Fix some Dead Store (Dead initialization) Warning found by ClangAlexis La Goutte1-1/+1
2013-01-06[Automatic manuf, services and enterprise-numbers update for 2013-01-06]Gerald Combs1-3/+107
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+6
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+2
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+8
2013-01-06Upgrade LTE RRC dissector to v11.2.0Pascal Quantin3-1074/+4602
2013-01-05From Nickolai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8167 :Pascal Quantin1-1/+1
2013-01-05From Guus Gerrits via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8148Evan Huus1-10/+31
2013-01-05From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8089Evan Huus3-0/+2312
2013-01-05Regenerate ANSI MAP dissectorPascal Quantin1-1/+1
2013-01-05Fix regression from upgrade FIX 5.0 (Revision 46944)Alexis La Goutte1-194/+200
2013-01-05Upgrade to FIX 5.0 fieldsMichael Mann2-3630/+9650
2013-01-05Constify a couple of variables and export a couple of functions.Gerald Combs2-4/+7
2013-01-05Break out preference type names, type descriptions, stringGerald Combs4-325/+692
2013-01-04Add convenience macros wmem_new and wmem_new0Evan Huus1-1/+3
2013-01-04Fix some errors found by fix-encoding-args.pl scriptPascal Quantin1-8/+8
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-2/+2
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann21-78/+78
2013-01-04Fix a (false) could-be-used-uninitialized warning.Jeff Morriss1-221/+228
2013-01-03Add casts to make it build on win64Anders Broman1-14/+14
2013-01-03Add packet-mrcpv2.c to CMakeLists.txtPascal Quantin1-0/+1
2013-01-03From Zeljko Ancimer:Jaap Keuter2-0/+1543
2013-01-03USBHUB: Add useful details to INFO column, bug 8161 (https://bugs.wireshark.o...Michael Mann1-11/+37
2013-01-03From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=81...Alexis La Goutte1-2/+124
2013-01-02Remove unused file handle that appears to have been left over byEvan Huus1-4/+0
2013-01-02bitmask patch for MIH dissector that makes 64-bit bitmasks only use 32-bits s...Michael Mann1-137/+145
2012-12-31Add heuristic for USB MassStorage dissector to be dissected by USB. Bug 8131...Michael Mann1-0/+19
2012-12-31From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-310/+322
2012-12-30[Automatic manuf, services and enterprise-numbers update for 2012-12-30]Gerald Combs1-1/+17
2012-12-30Use tvb_bcd_dig_to_ep_strAnders Broman1-27/+15
2012-12-30From Katrina Zhang:Pretify dissection if a dissector exists for the private e...Anders Broman1-6/+3
2012-12-30Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.Bill Meier1-4/+4
2012-12-29Add a cast to pacify MSVC.Evan Huus1-1/+2
2012-12-29Implement wmem_strbuf_append_printf.Evan Huus2-7/+39
2012-12-29Rename tcp.data -> tcp.segment_data and add a description field.Evan Huus1-7/+7
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin4-40/+45
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-0/+7
2012-12-28Minor fix when building with VS2012 (VC11):Bill Meier1-1/+3