Wireshark-commits: [Wireshark-commits] master dc06d7f: ui: Improved splitting custom column multi-f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2015 13:36:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc06d7f0f288a48621715fbd6cd61b02b17745f3
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dc06d7f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    ui: Improved splitting custom column multi-field
    
    Improved the custom column prime regex so that all fields must be
    separated by "||" or "or" to avoid false positives when having
    multi-fields which is valid display filters but not valid for
    custom columns (e.g. "udp and tcp").
    
    Change-Id: Iec9942d458d6b265d04e14b5966907f1de43b782
    Reviewed-on: https://code.wireshark.org/review/12751
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  24d3af8   PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp'  [-Wmissing-prototypes]
    adds  dc06d7f   ui: Improved splitting custom column multi-field


Summary of changes:
 epan/column-info.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)