[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-28 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Sommer updated BIT-1016: -- Resolution: Merged (was: Fixed) Status: Closed (was: Merge Request) > Option to extend u

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-28 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Siwek updated BIT-1016: --- Status: Merge Request (was: Open) > Option to extend uids to 128 bit >

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-28 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816#comment-13816 ] Jon Siwek commented on BIT-1016: I changed to a {{uint64[2]}} implementation that's increased w

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Matthias Vallentin (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815#comment-13815 ] Matthias Vallentin commented on BIT-1016: - {quote} But also, I don't think we have any

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814#comment-13814 ] Jon Siwek commented on BIT-1016: {quote}I wonder if we'd ever need more than 128-bit. I'm not a

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Matthias Vallentin (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813#comment-13813 ] Matthias Vallentin commented on BIT-1016: - {quote} This is kind of what currently happe

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812#comment-13812 ] Jon Siwek commented on BIT-1016: {quote} Regarding performance: another option would be to use

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811#comment-13811 ] Robin Sommer commented on BIT-1016: --- I like that idea. Storage-wise it's 2x64 bit anyways. R

Re: [Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer
I like that idea. Storage-wise it's 2x64 bit anyways. Robin On Tue, Aug 27, 2013 at 16:04 -0500, you wrote: > Regarding performance: another option would be to use 128-bit UUIDs > internally and just chop of 32 bytes if a 96-bit UUID is desired, > assuming the bits in the UUID are distributed un

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Matthias Vallentin (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810#comment-13810 ] Matthias Vallentin commented on BIT-1016: - Regarding performance: another option would

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809#comment-13809 ] Jon Siwek commented on BIT-1016: {quote}while I generally like the bits_per_uid option, I'm won

Re: [Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Vlad Grigorescu
On Aug 27, 2013, at 3:50 PM, Robin Sommer (JIRA) wrote: > - We could use "C-" instead of "C" to make it more obvious that the > first character is special. But not sure if it's worth it. FWIW, I prefer C for the simple reason that if I double-click it, it selects the whole uid (including the

Re: [Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer
On Tue, Aug 27, 2013 at 20:35 +, you wrote: > FWIW, I prefer C for the simple reason that if I double-click it, > it selects the whole uid (including the C), and I can then copy the > whole thing. Good point. Robin -- Robin Sommer * Phone +1 (510) 722-6541 * ro...@icir.org ICSI/LBNL

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808#comment-13808 ] Robin Sommer commented on BIT-1016: --- Good point. Robin -- Robin Sommer * Phone +1 (510

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Sommer reassigned BIT-1016: - Assignee: Jon Siwek > Option to extend uids to 128 bit > >

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804#comment-13804 ] Robin Sommer commented on BIT-1016: --- Merged. Three comments: - while I generally like the b

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Robin Sommer (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Sommer updated BIT-1016: -- Status: Open (was: Merge Request) > Option to extend uids to 128 bit > --

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-27 Thread Adam Slagell (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805#comment-13805 ] Adam Slagell commented on BIT-1016: --- C- probably doesn't matter. They could treat it as part

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-26 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800#comment-13800 ] Jon Siwek commented on BIT-1016: A fix for this is in topic/jsiwek/uid in bro, bro-testing, and

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-26 Thread Jon Siwek (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Siwek updated BIT-1016: --- Status: Merge Request (was: Open) > Option to extend uids to 128 bit >

[Bro-Dev] [JIRA] (BIT-1016) Option to extend uids to 128 bit

2013-08-22 Thread Adam Slagell (JIRA)
[ https://bro-tracker.atlassian.net/browse/BIT-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13713#comment-13713 ] Adam Slagell commented on BIT-1016: --- I think we want 96 bits as it is divisible by 8 and half