aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs3-5/+8
2013-11-14Add a cast to try and fix the OSX buildbot.Evan Huus1-1/+1
2013-11-14Fix dissection of MBIM Extended Functional Descriptor MTUPascal Quantin1-1/+1
2013-11-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9303 based on patch andEvan Huus1-6/+28
2013-11-13The kafka compression codec is only 2 bits, not 3.Evan Huus1-1/+1
2013-11-13Fix what appears to be a mistake during the conversion in r53036 fromEvan Huus1-3/+3
2013-11-13share service type descriptions between MPEG descriptor and DVB-CIMartin Kaiser3-3/+8
2013-11-13Highlight selected sequence diagram items.Gerald Combs2-5/+54
2013-11-13dissect Refresh Request FlagMartin Kaiser1-1/+13
2013-11-13dissect Operator Profile's delivery system hintMartin Kaiser1-3/+29
2013-11-13(Minor cleanup): unneeded initializers, whitespace, long-lines, typosBill Meier1-190/+207
2013-11-13Add more GSM SIM Toolkit info to info columnPascal Quantin2-0/+4
2013-11-13Fix CID 1113411: close the file descriptor and free the file name even inJeff Morriss1-9/+14
2013-11-13Wrap GCC pragma in an #ifdef to make it compile when we're not using GCC.Jeff Morriss1-0/+2
2013-11-13Use a gcc pragma to stop the (pages of) warnings coming out ofJeff Morriss1-0/+2
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris3-8/+11
2013-11-12share the text description of service types between MPEG PMT and DVB-CIMartin Kaiser4-3/+37
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann7-76/+60
2013-11-12From Michal LabedzkiMartin Kaiser1-0/+3
2013-11-12From Michal LabedzkiMartin Kaiser1-4/+4
2013-11-12From robionekenobiMartin Kaiser1-2/+6
2013-11-12LMP dissector can't be called by anything but UDP, so no need to check that.Michael Mann1-8/+0
2013-11-12Add "T.38 handle protection" inside t38_add_address() so dissectors calling i...Michael Mann3-16/+10
2013-11-12Add an item for any unknown tags we come across (just as FT_BYTES).Jeff Morriss1-0/+8
2013-11-12De-duplicate some code by changing a while loop to a do-while loop.Jeff Morriss1-22/+17
2013-11-12Try using UTF8_RIGHTWARDS_ARROW to indicate direction.Gerald Combs1-1/+1
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann15-231/+159
2013-11-12From Michal LabedskiMartin Kaiser1-4/+4
2013-11-12remove pointless if (tree) checksMartin Kaiser1-57/+39
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte3-5/+0
2013-11-12Fix typo (for generated Documentation)Alexis La Goutte1-1/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson4-53/+35
2013-11-11replace proto_tree_add_string_format_value() with proto_tree_add_item()Martin Kaiser1-2/+4
2013-11-11Mark some parameters unused.Gerald Combs2-2/+2
2013-11-11From Michael Bean via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9384 :Pascal Quantin2-0/+20
2013-11-11From doh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9112 :Pascal Quantin1-3/+3
2013-11-11Remove tcp_tree from packet_info structure.Michael Mann2-4/+2
2013-11-11Create separate heuristic dissectors for TCP and UDP dissection. Some of the...Michael Mann1-152/+140
2013-11-11From Peter LemenkovMartin Kaiser1-1/+16
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9411Martin Kaiser1-0/+5
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9409Martin Kaiser1-5/+2
2013-11-11tcp_dissect_pdus can handle both desegmented and complete packets, so have th...Michael Mann1-29/+14
2013-11-11Decode more error replies in RTPproxy dissector. Bug 9408 (https://bugs.wire...Michael Mann1-8/+22
2013-11-11Do some whitespace & formatting style changes;Bill Meier2-1390/+1400
2013-11-10Pass "wild_card" directly to dissector instead of using private_data. "h248t...Michael Mann1-8/+7
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann1-15/+6
2013-11-10Mark a parameter unused.Gerald Combs1-1/+1