aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Fix [-Wmissing-prototypes]Anders Broman2-2/+11
2013-12-26From Robert Jongbloed viaEvan Huus1-0/+10
2013-12-26Add numeric types instead of string where possible in the RTPproxy dissector....Michael Mann1-24/+32
2013-12-26ZigBee Test Profile #2 and ZDP fixes. Bug 9584 (https://bugs.wireshark.org/b...Michael Mann4-13/+207
2013-12-26Bugfix attribute id parsing in zbee dissectors. Bug 9566 (https://bugs.wires...Michael Mann5-78/+51
2013-12-26Protect ucp_mktime against too-short input strings, as caught by Alexis'Evan Huus1-7/+27
2013-12-26"Better" fix for OpenSafety heuristics with Modbus/TCP. Bug 9572 (https://bu...Michael Mann1-9/+0
2013-12-26Use the correct define for the array length check, actually fixes the overflow IEvan Huus1-1/+1
2013-12-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-9/+9
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-24add ssl detection to proto_get_frame_protocols()Martin Kaiser2-2/+8
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-24Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus2-79/+0
2013-12-24Replace all(?) remaining ep_stack occurences with wmem stacks.Evan Huus3-18/+20
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 wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus5-0/+35
2013-12-24Oops, escape characters shouldn't cause anything to be added to theGuy Harris1-2/+1
2013-12-24Make sure uchar is always initialized. Just use '?' since the comment indicatesEvan Huus1-1/+3
2013-12-24Update some comments.Guy Harris1-5/+1
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris5-63/+213
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-23Avoid one unnecessary use of ephemeral memory.Evan Huus1-2/+5
2013-12-23Get rid of some useless intermediate ep-memory when building Diameter arrays.Evan Huus1-12/+14
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus3-27/+41
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