summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Put PDU dissection in protocol treePascal Quantin2-17/+31
2013-10-20Pass ROHC "private data" from PDCP-LTE using dissector data parameter instead...Michael Mann2-29/+16
2013-10-202nd try to fix recent test failures.Jakub Zawadzki1-0/+2
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin3-0/+5835
2013-10-20Regenerate H.225 dissectorPascal Quantin2-2/+2
2013-10-20Fix a typoPascal Quantin1-4/+1
2013-10-20Pass MPLS "private data" into subdissectors instead of using pinfo->private_d...Michael Mann3-7/+8
2013-10-20From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin2-6/+32
2013-10-20From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin1-17/+16
2013-10-20Enhancement of the packet-mq dissector (WMQ 7.1-7.5). Bug 9267 (https://bugs...Michael Mann4-923/+1540
2013-10-20Reintroduce back epan_dissect_reset(), proto_tree_reset()Jakub Zawadzki4-4/+72
2013-10-20Move resetting packet_info structure from dissect_packet() to epan_dissect_in...Jakub Zawadzki2-7/+3
2013-10-20Remove allocation stem from PROTO_NODE_NEW() macro.Jakub Zawadzki1-6/+7
2013-10-20Remove non-ASCII characters causing checkAPI failuresEvan Huus2-2/+2
2013-10-20Fix format error.Evan Huus1-1/+1
2013-10-20Don't use g_assert_cmpint, it isn't happy on Windows. g_assert is nearly as goodEvan Huus1-43/+43
2013-10-20Convert the proto_tree_add_text calls that should have been expert info.Michael Mann1-133/+136
2013-10-20Take a blind stab at adding oids_test to nmakeEvan Huus1-1/+39
2013-10-19Pass SPX "private data" into subdissectors instead of using pinfo->private_data.Michael Mann2-23/+14
2013-10-19From beroset@mindspring.com:Anders Broman2-2/+0
2013-10-19From Zoltán Lajos Kis:Anders Broman1-12/+743
2013-10-19Minor optimizations.Anders Broman1-30/+94
2013-10-19Don't link explicitly with libwmem, it's already in libwireshark and the symbolEvan Huus2-3/+2
2013-10-19Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann4-9/+503
2013-10-19Correct source code formatting. Bug 9146 (https://bugs.wireshark.org/bugzill...Michael Mann1-1686/+1573
2013-10-19Update commentsPascal Quantin2-18/+18
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-3/+1
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-26/+26
2013-10-19Update E.212 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-10/+78
2013-10-19Update ITU E.164 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-308/+313
2013-10-19Convert to new hf handlingJörg Mayer1-136/+139
2013-10-19Some more decoding of mint traffic, start reformatting (incomplete)Jörg Mayer1-95/+170
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-20/+19
2013-10-18- Remove hf_ integers from few more dissectorsJakub Zawadzki7-318/+374
2013-10-18Revert SVN #52650 as per discussion on wireshark-devBill Meier1-2/+1
2013-10-18Use Z_tree for the subtreeMichael Mann1-2/+2
2013-10-18Beginnings of Motrola's MiNT protocol.Jörg Mayer5-0/+425
2013-10-18Forgot in the previous checkin.Jörg Mayer1-1/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer7-8/+8
2013-10-18Revert SVN #52665.Bill Meier1-7/+1
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-1/+7
2013-10-18Add more filterable fields around EDNS(0)Michael Mann1-53/+82
2013-10-17Bugfix an apparent typo in edns0 "Higher bits in extended RCODE". Bug 9199 (...Michael Mann1-1/+1
2013-10-17Revert the optimization in r52578. As Jakub predicted, it caused at least oneEvan Huus3-26/+44
2013-10-17H.225.0: fix handling of compound parameters in Generic Extensible Framework ...Tomas Kukosa2-38/+13
2013-10-17Temporarily revert r52651 it caused a regression when trying to tvb_memcpy fromEvan Huus1-22/+15
2013-10-17Properly decode CAPWAP Data Keep-Alive's. Bug 9165 (https://bugs.wireshark.o...Michael Mann1-5/+55
2013-10-17Be able to search through HTTP request and HTTP response lines. Bug 9134 (ht...Michael Mann1-7/+57
2013-10-16If the length we allocated was 0, don't try and write to the returned pointer.Evan Huus1-5/+9
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier4-28/+56