summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Make translatable ready SCTP Graph for QtAlexis La Goutte5-50/+50
2013-12-17Find the right frame when plottable was clicked.Irene Rüngeler4-35/+59
2013-12-17Fill the chunk statistics. Read line with fgets instead of getline.Irene Rüngeler1-16/+8
2013-12-17Add the header files only once.Irene Rüngeler1-6/+0
2013-12-17Make local functions static. Include *.h when needed.Anders Broman3-4/+7
2013-12-16Intialise a variable to avoid a (bogus) warning with my version of gccMartin Mathieson1-1/+1
2013-12-16Fix compilation for when HAVE_LIBGCRYPT is not definedMartin Mathieson1-1/+4
2013-12-16Fix compiler warnings.Guy Harris1-10/+10
2013-12-16Get rid of unused variable.Guy Harris1-2/+2
2013-12-16Fix typo in formatting string (%%s should be %s).Guy Harris1-2/+2
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris9-133/+85
2013-12-16ANSI A-interface enhancements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann2-4613/+5520
2013-12-16From Peter Lemenkov:Bill Meier1-4/+4
2013-12-16Change editor modelines value for 'indent-tabs-mode' from 'true' to 't'Bill Meier1-1/+1
2013-12-16Now calling function that will decipher payloads, if possible, and return a n...Martin Mathieson1-5/+81
2013-12-16Fix alignment issue in GTK2 flowgraph "packet choice" window.Bill Meier1-6/+24
2013-12-16when the default character table is used,Martin Kaiser1-9/+9
2013-12-16Fix PGN value computationMichael Mann1-8/+11
2013-12-16Reorganise main dissection function to that sequence analysis is done before ...Martin Mathieson1-126/+134
2013-12-16Look up key (now by UEId, not RNTI) and display in security tree where known.Martin Mathieson1-10/+34
2013-12-16Add configuration of UE keys (by RNTI). Still to show and use this info...Martin Mathieson1-3/+83
2013-12-16no need for if(tree)Martin Kaiser1-14/+11
2013-12-16TABs -> spaces, add editor modelinesMartin Kaiser1-47/+58
2013-12-16From WesleyMartin Kaiser1-2/+2
2013-12-16Make local functions static.Anders Broman1-19/+19
2013-12-16Make local functions static.Anders Broman1-6/+6
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki227-105/+629
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris4-77/+71
2013-12-15use ISO 8859-5 for DVB-SIMartin Kaiser1-0/+4
2013-12-15add support for ISO 8859-5Martin Kaiser4-0/+30
2013-12-15Upgrade to HTTP2 draft-09Alexis La Goutte1-26/+76
2013-12-15Fix warning found by doxygenAlexis La Goutte8-8/+22
2013-12-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-15improve DVB-SI string handlingMartin Kaiser4-44/+71
2013-12-15From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9542Alexis La Goutte1-36/+92
2013-12-15Fix build with CMake (Missing dvb_chartbl.c...) Fix indent also in Makefile.c...Alexis La Goutte2-2/+3
2013-12-15From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-72/+0
2013-12-15Make checkAPI happyAlexis La Goutte1-2/+2
2013-12-15From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9558Alexis La Goutte1-1/+5
2013-12-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9546Alexis La Goutte1-0/+12
2013-12-15From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9557Alexis La Goutte1-0/+44
2013-12-15Add a MIN() to avoid reading past the end of a buffer in LDSS. Caught byEvan Huus1-1/+1
2013-12-15[Automatic manuf, services and enterprise-numbers update for 2013-12-15]Gerald Combs2-12/+54
2013-12-15remove a line that sneaked in from some testsMartin Kaiser1-1/+0
2013-12-15Create separate dissection functions for TCP and UDP.Michael Mann1-16/+21
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki20-43/+41
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser7-256/+351
2013-12-15proto_tree_add_xxx -> proto_tree_add_itemMichael Mann1-49/+25
2013-12-15Fix a cut-and-pasteo.Guy Harris1-1/+1
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs3-3/+10