aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-12-26Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+2
2013-12-26From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595Alexis La Goutte2-10/+12
2013-12-25OmniPeek's dissection nonwitstanding, the timestamp field in theGuy Harris1-14/+6
2013-12-25Code that uses that parameter is #if 0'ed out, so _U_ it for now.Guy Harris1-1/+1
2013-12-25Show ciphering and integrity keys separately. Correct inputs to integrity ca...Martin Mathieson1-18/+34
2013-12-25Use expert info instead of proto_tree_add_text.Michael Mann1-51/+59
2013-12-24Make many fields filterable. Used convert_proto_tree_add_text.pl to do a "fi...Michael Mann1-722/+701
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-9/+7
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-49/+20
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-8/+13
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-11/+6
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-30/+0
2013-12-24Avoid accessing past the end of an array.Evan Huus1-1/+1
2013-12-24use https instead of http in the url when the packet contains sslMartin Kaiser1-2/+6
2013-12-24dirty hack to make things compile without libgcryptMartin Kaiser1-1/+1
2013-12-24Lop off last 4 bytes of payload to use for digest calculation. Still doesn't ...Martin Mathieson1-1/+1
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus3-11/+11
2013-12-24Get rid of no-longer-used variables.Guy Harris1-25/+19
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris3-55/+27
2013-12-24Still not quite working, but using MAC API with gcrypt 1.6 now for digestMartin Mathieson1-18/+35
2013-12-23Fix setup of new expert info item.Guy Harris1-1/+1
2013-12-23Make C-type filterable.Michael Mann1-232/+191
2013-12-23Designated initializers are not standard C90, just list all the '-1's withoutEvan Huus1-56/+13
2013-12-23Get rid of some useless intermediate ep-memory when building Diameter arrays.Evan Huus1-12/+14
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-175/+31
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte3-803/+863
2013-12-23Add modelines infoAlexis La Goutte1-1/+12
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+4
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-12-23Fix Result of operation is garbage or undefined warning found by ClangAlexis La Goutte1-1/+1
2013-12-23Fix Windows BuildbotAlexis La Goutte1-1/+1
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-8/+8
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte3-37/+943
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte4-3/+681
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte2-3/+3
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-2/+2
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte2-0/+1290
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte3-93/+184
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-23/+39
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-4/+3
2013-12-23Fix compilation after last change in packet-pdcp-lte (about unused parameter)Alexis La Goutte1-1/+1
2013-12-23mp2t: rework dissecting adaptation fieldJakub Zawadzki1-15/+14
2013-12-23mp2t: avoid calling get_mp2t_conversation_data()Jakub Zawadzki1-11/+9
2013-12-23Fix up casing and code formatting in the UDP Decode-As code.Jeff Morriss1-8/+13
2013-12-23Make the SCTP Decode-As dialog more consistent with the TCP one.Jeff Morriss2-24/+41
2013-12-23Add #if 0'd code to calculate CMAC digest, which isn't supported in windows b...Martin Mathieson1-6/+67