aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman3-5/+11
2013-04-23nlpid.h requires value_string.hMartin Kaiser1-0/+2
2013-04-23Restore a lost hf def.Anders Broman1-0/+5
2013-04-23When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.Martin Mathieson1-0/+6
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+3
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead initialization) Warning found by Clang Fix also ind...Alexis La Goutte1-10/+10
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Add tests for wmem stack, and misc. tweaks to other tests.Evan Huus1-7/+40
2013-04-22Dissect new element in GTPv2 MM Context.Anders Broman1-7/+29
2013-04-22Fix warning: 'attr_mask_offset' may be used uninitialized in this function in...Alexis La Goutte1-1/+1
2013-04-221.9.3 → 1.11.0.Gerald Combs1-1/+1
2013-04-22Tell the user tha gui.update.channel probably shouldn't be changed.Gerald Combs1-1/+1
2013-04-22Convert another instance of g_assert_cmpuint to g_assert.Gerald Combs1-3/+3
2013-04-22From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8601 ...Alexis La Goutte1-736/+345
2013-04-22Fix encoding args (via fix-encodings-args tools) Add Modelines infoAlexis La Goutte1-19/+31
2013-04-22Improve wmem strbuf tests, add tests for string util. functionsEvan Huus1-0/+49
2013-04-22Add dissection of Aruba Networks Vendor Specific stuff. With ArubaOS 6.2, the...Alexis La Goutte2-0/+62
2013-04-22Don't report duplicate use of IP address twice when dissecting aMartin Mathieson1-1/+2
2013-04-22Improve AUTH handling (NTLM and elementary PLAIN mechanism)Michael Mann1-3/+162
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann3-15/+84
2013-04-22Don't use g_assert_cmpuint, its definition breaks the WindowsEvan Huus1-8/+8
2013-04-21General cleanup.Michael Mann1-723/+597
2013-04-21Add wmem string-buffer tests and fix associated bugs.Evan Huus2-13/+60
2013-04-21Dissect more TLV objectsPascal Quantin1-5/+82
2013-04-21In tcp_dissect_pdus(), don't put the PDU length into the protocol treeGuy Harris1-29/+28
2013-04-21Update a comment.Guy Harris1-1/+1
2013-04-21When creating a subset tvbuff, inherit the flags from the tvbuff ofGuy Harris1-0/+1
2013-04-21Fix new gcc 4.8 warning:Jörg Mayer1-3/+3
2013-04-21Fix new warning in gcc 4.8:Jörg Mayer1-4/+4
2013-04-21If pinfo->fragmented is set, map ReportedBoundsError toGuy Harris1-0/+2
2013-04-21show_reported_bounds_error() should only be used to handle things suchGuy Harris1-23/+5
2013-04-20Initialize branch_taken right at the top of dissect_ber_choice so that theEvan Huus1-3/+4
2013-04-20Fix typo - we want to check if the pointer is NULL, not if the valueEvan Huus1-1/+1
2013-04-20Remove expert info for bit AD in DNS queryAlexis La Goutte1-3/+1
2013-04-20Enhance BT-DHT Dissector * Use proto_tree_add_item * Enhance display list (no...Alexis La Goutte1-45/+39
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris4-134/+84
2013-04-19Pull tvb_init() into tvb_new(); there's no other way to get a newGuy Harris1-12/+5
2013-04-19Clean up a bit.Guy Harris1-14/+11
2013-04-19Remove duplicate hf array entry.Evan Huus1-5/+0
2013-04-19s/mfs/nfs/Evan Huus1-4/+4
2013-04-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8581Evan Huus7-3369/+3501
2013-04-19Slightly improve heuristics to not interpret a zero-filled trailerJörg Mayer1-0/+6
2013-04-19Fix apparent copy-paste error leading to a 'used-uninitialized' warning.Evan Huus1-1/+1
2013-04-19Fix GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded) incorrectlyAnders Broman1-16/+7